We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue as follows:
$ qobuz-dl dl --no-db -q5 https://open.qobuz.com/track/5384624 Error tagging the file: Invalid MultiSpec data: None Traceback (most recent call last): File "/home/XXX/.local/lib/python3.11/site-packages/qobuz_dl/downloader.py", line 228, in _download_and_tag tag_function( File "/home/XXX/.local/lib/python3.11/site-packages/qobuz_dl/metadata.py", line 223, in tag_mp3 audio[id3tag.__name__] = id3tag(encoding=3, text=v) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/mutagen/id3/_frames.py", line 65, in __init__ setattr(self, checker.name, File "/usr/lib/python3/dist-packages/mutagen/id3/_frames.py", line 76, in __setattr__ self._setattr(name, checker.validate(self, value)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/mutagen/id3/_specs.py", line 532, in validate raise ValueError('Invalid MultiSpec data: %r' % value) ValueError: Invalid MultiSpec data: None Completed
But this works:
$ qobuz-dl dl --no-db -q6 https://open.qobuz.com/track/5384624
qobuz-dl-0.9.9.10 on Linux, installed with pip3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue as follows:
But this works:
qobuz-dl-0.9.9.10 on Linux, installed with pip3
The text was updated successfully, but these errors were encountered: