Created
November 8, 2022 15:57
-
-
Save mrmatteastwood/5b8eb19b01241397d566d522fad14764 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"global": { | |
"general": { | |
"download_path": "/home/thebrightside/zzLocal/Test/Music to Sample", | |
"download_quality": "hifi", | |
"search_limit": 10 | |
}, | |
"artist_downloading": { | |
"return_credited_albums": true, | |
"separate_tracks_skip_downloaded": true | |
}, | |
"formatting": { | |
"album_format": "{artist} - {release_year} - {name}{explicit}{quality}", | |
"playlist_format": "{name}{explicit}", | |
"track_filename_format": "{track_number}. {name}", | |
"single_full_path_format": "{name}", | |
"enable_zfill": true, | |
"force_album_format": false | |
}, | |
"codecs": { | |
"proprietary_codecs": true, | |
"spatial_codecs": true | |
}, | |
"module_defaults": { | |
"lyrics": "default", | |
"covers": "default", | |
"credits": "default" | |
}, | |
"lyrics": { | |
"embed_lyrics": true, | |
"embed_synced_lyrics": false, | |
"save_synced_lyrics": true | |
}, | |
"covers": { | |
"embed_cover": true, | |
"main_compression": "high", | |
"main_resolution": 1400, | |
"save_external": false, | |
"external_format": "png", | |
"external_compression": "low", | |
"external_resolution": 3000, | |
"save_animated_cover": true | |
}, | |
"playlist": { | |
"save_m3u": true, | |
"paths_m3u": "absolute", | |
"extended_m3u": true | |
}, | |
"advanced": { | |
"advanced_login_system": false, | |
"codec_conversions": { | |
"alac": "flac", | |
"wav": "flac" | |
}, | |
"conversion_flags": { | |
"flac": { | |
"compression_level": "5" | |
} | |
}, | |
"conversion_keep_original": true, | |
"cover_variance_threshold": 8, | |
"debug_mode": false, | |
"disable_subscription_checks": false, | |
"enable_undesirable_conversions": false, | |
"ignore_existing_files": false, | |
"ignore_different_artists": true | |
} | |
}, | |
"extensions": {}, | |
"modules": { | |
"tidal": { | |
"tv_token": "7m7Ap0JC9j1cOM3n", | |
"tv_secret": "vRAdA108tlvkJpTsGZS8rGZ7xTlbJ0qaZ2K9saEzsgY=", | |
"mobile_atmos_token": "dN2N95wCyEBTllu4", | |
"mobile_default_token": "WAU9gXp3tHhK4Nns", | |
"enable_mobile": true, | |
"force_non_spatial": false, | |
"prefer_ac4": false, | |
"fix_mqa": true | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment