From 3af57ed8994ddd556d4a37d6397233b57e971444 Mon Sep 17 00:00:00 2001 From: logykk Date: Wed, 16 Feb 2022 22:00:43 +1300 Subject: [PATCH] updated docs for lyrics support --- CHANGELOG.md | 5 +++++ README.md | 1 + 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fa855c..b31e732 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Changelog + +## v0.6.1 +- Added support for synced lyrics (unsynced is synced unavailable) +- Can be configured with the `DOWNLOAD_LYRICS` option in config.json or `--download-lyrics=True/False` as a command line argument + ## v0.6 **General changes** - Added "DOWNLOAD_QUALITY" config option. This can be "normal" (96kbks), "high" (160kpbs), "very-high" (320kpbs, premium only) or "auto" which selects the highest format available for your account automatically. diff --git a/README.md b/README.md index a81d268..6b11d58 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ Be aware you have to set boolean values in the commandline like this: `--downloa | ROOT_PATH | --root-path | Directory where Zotify saves music | ROOT_PODCAST_PATH | --root-podcast-path | Directory where Zotify saves podcasts | SPLIT_ALBUM_DISCS | --split-album-discs | Saves each disk in its own folder +| DOWNLOAD_LYRICS | --download-lyrics | Downloads synced lyrics in .lrc format, uses unsynced as fallback. | MD_ALLGENRES | --md-allgenres | Save all relevant genres in metadata | MD_GENREDELIMITER | --md-genredelimiter | Delimiter character used to split genres in metadata | DOWNLOAD_FORMAT | --download-format | The download audio format (aac, fdk_aac, m4a, mp3, ogg, opus, vorbis)