not sure if it's already in the list of issues.
In the first interactive menu, for the quality of sound you've put as one of the choices "LOSSLESS".
Apparently it doesn't work:
Traceback (most recent call last):
File "/home/vigilian/.local/bin/qobuz-dl", line 8, in <module>
sys.exit(main())
File "/home/vigilian/.local/lib/python3.9/site-packages/qobuz_dl/cli.py", line 174, in main
qobuz.initialize_client(email, password, app_id, secrets)
File "/home/vigilian/.local/lib/python3.9/site-packages/qobuz_dl/core.py", line 74, in initialize_client
logger.info(f"{YELLOW}Set max quality: {QUALITIES[int(self.quality)]}\n")
ValueError: invalid literal for int() with base 10: 'LOSSLESS'
I've had to decrease it to 20 to make it work. 32 was not good either.
not sure if it's already in the list of issues. In the first interactive menu, for the quality of sound you've put as one of the choices "LOSSLESS". Apparently it doesn't work:
I've had to decrease it to 20 to make it work. 32 was not good either.