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

Taglib 2.0: Mixxx joins multi value tags due to new " / " separator (loss of user data) #12790

Open
daschuer opened this issue Feb 11, 2024 · 0 comments
Labels
Milestone

Comments

@daschuer
Copy link
Member

daschuer commented Feb 11, 2024

Bug Description

Taglib 2.0 has the following behavioral change:

  • The basic tag methods (e.g. genre()) separate multiple values with " / " instead of " ".

https://github.com/taglib/taglib/releases/tag/v2.0

After playing a track, Mixxx writes back changes to the file metadata. If a multi value tag has been imported with Taglib 1. It is stored in the Mixxx database with the old separator " " but will be returned from taglib 2 with " / ". Mixxx assumes a user change and will write the old " " separator to the file, joining both tags. This must not happen.

Example: A track has two genres: "Rock" and "Pop".
Taglib 1 return "Rock Pop" which is likely in the Mixxx database. After update to Taglib 2, it returns "Rock / Pop" and Mixxx corrects it to "Rock Pop" which will create a new "Rock Pop" genre tag instead of keeping two separate genres.

Version

No response

OS

No response

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

No branches or pull requests

1 participant