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
Thank you for your work on this excellent library.
My question is how can I prevent writing the ID3 of the same name ('COMMENT') when I only want the RIFF INFO "COMMENT' tag written?
If I do:
with taglib.File("/path/to/my/file.mp3", save_on_exit=True) as song: song.tags['COMMENT'] = ['My comment']
I get the 'My comment' written as both.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thank you for your work on this excellent library.
My question is how can I prevent writing the ID3 of the same name ('COMMENT') when I only want the RIFF INFO "COMMENT' tag written?
If I do:
I get the 'My comment' written as both.
The text was updated successfully, but these errors were encountered: