-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Use NullPaddedInt for R128 tags #2813
Conversation
Thank you! Yes, this seems like exactly the right fix. Would you mind adding a quick summary to the changelog? |
Sure, I'll add a commit tomorrow. |
Perfect; thank you! ✨ |
Use NullPaddedInt for R128 tags
I think this change may have caused beets to write (or rewrite) I'm going off memory here but I believe Has anyone else experienced this? |
Hmm, that's bad news—ideally, the change would only allow the tag to be missing. Perhaps the change is that beets now wants to take the "zero" tags on the files and remove them altogether? |
It does show |
Ah! It did indeed remove the tags. Not sure how I missed that. False alarm then. Sorry for the confusion! |
No problem! For clarity, maybe it would be a good idea for the UI to display something like "none" instead of "0000" when the value is null (missing). |
Fixes issue #2757