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

Make versions immutable for ID3 tags #47

Open
benrr101 opened this issue Dec 6, 2021 · 0 comments
Open

Make versions immutable for ID3 tags #47

benrr101 opened this issue Dec 6, 2021 · 0 comments

Comments

@benrr101
Copy link
Owner

benrr101 commented Dec 6, 2021

Logic for converting frames between versions is really annoying and as I'm finding, not robust. To simplify things (and simplify the usage for users), make the version of ID3v2 tag objects immutable. In order to change versions, create a new tag and copy the old tag into it. The copy logic should handle any conversion between frame types.

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