updated docs for lyrics support
This commit is contained in:
parent
b449126495
commit
3af57ed899
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue