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

ID3v2: Fix writing of undefined MusicBrainz Recording ID #4694

Merged
merged 2 commits into from
Mar 16, 2022
Merged

ID3v2: Fix writing of undefined MusicBrainz Recording ID #4694

merged 2 commits into from
Mar 16, 2022

Conversation

uklotzde
Copy link
Contributor

@uklotzde uklotzde commented Mar 5, 2022

Null UUIDs were written as "00000000-0000-0000-0000-000000000000" which is pointless and wrong. Moreover Qt already has a built-in function for the id128 format.

https://picard-docs.musicbrainz.org/en/appendices/tag_mapping.html#id21

This feature is not enabled in regular builds.

Copy link
Member

@daschuer daschuer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Thank you.

@daschuer daschuer merged commit a1cfc42 into mixxxdj:main Mar 16, 2022
@uklotzde uklotzde deleted the id3v2-musicbrainz-recording-id branch March 16, 2022 14:27
@daschuer daschuer added this to the 2.4.0 milestone Jun 21, 2022
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

Successfully merging this pull request may close these issues.

2 participants