-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Multi-value tag / metadata support #9087
Comments
Commented by: uklotzde Related to: https://bugs.launchpad.net/mixxx/+bug/991717/comments/8 |
Commented by: alectron Hello Hai, With Churs. |
Commented by: Be-ing The "wishlist" tag was only removed because it is redundant with the Wishlist "Importance" state. That doesn't mean we don't want this! We definitely still do. Work is in progress here: If you could test those and give feedback on the design, that would be helpful. |
Commented by: alectron Thanks for the reply! As for the aiode documentation, the one thing that doesn't click yet is: The convention MusicBee & Foobar both have adopted is injecting NULLs into ID3 fields, I assume as per the official spec (https://id3.org/id3v2.3.0 ). How does being able to read multi-value metadata work in practice in Mixxx if "Mixxx only supports a single genre per track" ? |
Commented by: uklotzde Multi-value properties are not yet supported by Mixxx, neither internally nor for file tags. The special case handling for genres is a temporary workaround. ID3v2 is just one of many different schemas on how to write metadata into file tags. We need to support all of them. Currently only the first frame (ID3v2) or atom (MP4) is read and written. |
Commented by: alectron Again, thanks for the input. But, that means there's no point for me in even considering moving to Mixxx yet, and I will need to wait until Multi-value properties, especially genre, are supported unfortunately (as I would need to change a fair bit, and migrate all my Traktor/Serato metadata to Mixxx as well...). All the best. |
Commented by: alectron Re Be "use a custom JSON format to serialize/deserialize arbitrary, user-defined faceted tags. This is much more flexible than the limitations of standardized tags such as genre." |
I'm also interested in multi genre tags handling, specifically so that I can export bpm/key info to the song file tags without ruining my genre tags. My other assortment of apps that work with music files recognize genres separated by the semi-colon ";" such as "House; Disco; Chill; Anthem". |
Reported by: alectron
Date: 2018-01-17T07:21:29Z
Status: Confirmed
Importance: Wishlist
Launchpad Issue: lp1743699
Tags: metadata
First of, great to see Mixx has gotten a new breath of life with the recent 2.1 beta, and even more so, that you are actively incorporating Musicbrainz now, which has probably the most thought through metadata model of all, free and commercial services.
And who wouldn't want multiple Genre & subgenre values at their disposal so it makes sense within their musical world to be searched or smart-crated by :D - or have a list of instruments that are used on a given track (can be easily generated from Musicbrainz credits list) or that stand out in a track (composition and/or mastering wise), or moods, situations etc pp.
This came up here:
https://djworx.com/open-source-mixxx-gets-v2-1-beta-for-windows-macos-and-linux/
And since there was no feature request for this yet as far as I could see, and it doesn't quite seem to be on the roadmap yet - whereas for me this is the one vital feature I am hoping for for years....
So I thought I'd make a wishlist request for Mixx, as this would finally give me access to the tags within a DJ app that I maintain and care about...
Churs.
c.
The text was updated successfully, but these errors were encountered: