Skip to content
New issue

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

Prevent writing ID3 tags to WAV files #152

Open
cweaver-logitech opened this issue Jan 28, 2025 · 0 comments
Open

Prevent writing ID3 tags to WAV files #152

cweaver-logitech opened this issue Jan 28, 2025 · 0 comments

Comments

@cweaver-logitech
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant