Last active
July 17, 2024 10:45
-
-
Save philippgitpush/a049d627ed55b934b9b212cfa11ed799 to your computer and use it in GitHub Desktop.
Zotify config.json configuration file for high quality mp3s
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "SAVE_CREDENTIALS": "True", | |
| "CREDENTIALS_LOCATION": "", | |
| "OUTPUT": "", | |
| "SONG_ARCHIVE": "", | |
| "ROOT_PATH": "", | |
| "ROOT_PODCAST_PATH": "", | |
| "SPLIT_ALBUM_DISCS": "False", | |
| "DOWNLOAD_LYRICS": "False", | |
| "MD_SAVE_GENRES": "False", | |
| "MD_ALLGENRES": "False", | |
| "MD_GENREDELIMITER": ",", | |
| "DOWNLOAD_FORMAT": "mp3", | |
| "DOWNLOAD_QUALITY": "very_high", | |
| "TRANSCODE_BITRATE": "auto", | |
| "SKIP_EXISTING": "True", | |
| "SKIP_PREVIOUSLY_DOWNLOADED": "False", | |
| "RETRY_ATTEMPTS": "1", | |
| "BULK_WAIT_TIME": "1", | |
| "OVERRIDE_AUTO_WAIT": "False", | |
| "CHUNK_SIZE": "20000", | |
| "DOWNLOAD_REAL_TIME": "False", | |
| "LANGUAGE": "en", | |
| "PRINT_SPLASH": "False", | |
| "PRINT_SKIPS": "True", | |
| "PRINT_DOWNLOAD_PROGRESS": "True", | |
| "PRINT_ERRORS": "True", | |
| "PRINT_DOWNLOADS": "False", | |
| "PRINT_API_ERRORS": "True", | |
| "PRINT_PROGRESS_INFO": "True", | |
| "PRINT_WARNINGS": "True", | |
| "TEMP_DOWNLOAD_DIR": "" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment