OPUS codec not respected. #113
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hey, I'm trying to download with the Opus codec however neither my config nor the arguments seem to work. Not sure if this is specific to Opus or not. Perhaps I'm doing something wrong?
Here's my config.json:
{ "SAVE_CREDENTIALS": "True", "CREDENTIALS_LOCATION": "", "OUTPUT": "{artist}/{release_year}/{album}/{song_name}.{ext}", "SONG_ARCHIVE": "", "ROOT_PATH": "/run/media/xeno/Warehouse/Media/Audio/Spotify/Music", "ROOT_PODCAST_PATH": "", "SPLIT_ALBUM_DISCS": "False", "DOWNLOAD_LYRICS": "True", "MD_SAVE_GENRES": "True", "MD_ALLGENRES": "True", "MD_GENREDELIMITER": ",", "DOWNLOAD_FORMAT": "opus", "DOWNLOAD_QUALITY": "very_high", "TRANSCODE_BITRATE": "192", "SKIP_EXISTING": "True", "SKIP_PREVIOUSLY_DOWNLOADED": "False", "RETRY_ATTEMPTS": "1", "BULK_WAIT_TIME": "1", "OVERRIDE_AUTO_WAIT": "False", "CHUNK_SIZE": "20000", "DOWNLOAD_REAL_TIME": "True", "LANGUAGE": "en", "PRINT_SPLASH": "True", "PRINT_SKIPS": "True", "PRINT_DOWNLOAD_PROGRESS": "True", "PRINT_ERRORS": "True", "PRINT_DOWNLOADS": "True", "PRINT_API_ERRORS": "True", "PRINT_PROGRESS_INFO": "True", "PRINT_WARNINGS": "True", "TEMP_DOWNLOAD_DIR": "/run/media/xeno/Warehouse/Media/Audio/Spotify/Music/.tmp" }And the command-line I tried when that didn't work:
zotify --download-format opus --transcode-bitrate 192 [url]I'm on Fedora Atomic Budgie, however I'm using Zotify in a Fedora 39 Distrobox container and a specific Conda environment.