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

Question about updating id3v2 tags #182

Open
jsgrosman opened this issue Nov 26, 2019 · 1 comment
Open

Question about updating id3v2 tags #182

jsgrosman opened this issue Nov 26, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@jsgrosman
Copy link

I'm not seeing a way to use ID3V24TagBuilder to read in the existing tags from a file.
Every time I use it, it wipes out the existing tags.
Is there a way to initialize it with a file, and then update or add new tags, and then write back to the file?

If ID3V24TagBuilder is not the recommended way, what is? I'm not seeing any relevant examples in the README

@ffalt
Copy link
Owner

ffalt commented Nov 29, 2019

Hi, yes, ID3V24TagBuilder currently doesn't support updating a tag.

The way right now is to read the tag (not simplifing the result), apply changes to the object model and write as in this example. This is more error-prone and not convenient, since you have to deal with tag ids and the right value formats.

I'm adding this to the TODO list.

@ffalt ffalt added the enhancement New feature or request label Nov 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants