Prepare V0.2

This commit is contained in:
unknown
2025-12-17 20:03:46 +01:00
parent cc56e1aa8e
commit b2d05fa051
2 changed files with 106 additions and 165 deletions

View File

@@ -440,7 +440,8 @@ def convert_audio_format(filename) -> None:
if file_codec != 'copy':
bitrate = Zotify.CONFIG.get_transcode_bitrate()
bitrates = {
'auto': '320k' if Zotify.check_premium() else '160k',
#SpotiClub API permit the use of '320k' for free users, so we map 'auto' to that value.
'auto': '320k',
'normal': '96k',
'high': '160k',
'very_high': '320k'