-
Notifications
You must be signed in to change notification settings - Fork 17
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
[Enhancement] Link the 'recordlabel' tag to 'label' and not 'organization' #43
Comments
To see the actual tags in an audiofile, make sure to use an application like MP3Tag.
This was a deliberate decision so this won't be changed. |
I'm checking the albums in MusicBrainz Picard and it shows the recordlabel at the 'organization' tag. Plex isnt recognizing this organization tag so it doesn't show the record label |
I double checked and I had an old mapping set in MP3Tag which automatically mapped the "ORGANIZATION" tag to the "PUBLISHER" tag for consistency, so I made a mistake there. It is in fact the "ORGANIZATION" tag being written to the FLAC files. Most software seems to handle the "ORGANIZATION" tag as expected, so it seems Plex isn't following the Vorbis Comment specs. @MikevE1995 : I don't have a plex server configured, Did you test that when you write the publisher to the "LABEL" tag for FLAC files, that Plex recognizes this tag? Also, could you maybe test a MP3 track and check if Plex reads the publisher from the ID3 tags as is? Thanks. |
I just did some tests and got some interesting results: FLAC files link the recordlabel to 'organizations' tag. Neither of those worked for Plex so I tried to manually create the 'label' tag in Picard. This automatically changed to 'recordlabel'. Both FLAC and MP3 now have the 'recordlabel' tag but only FLAC files show the recordlabel in Plex. |
Today I have also noticed that the release date is not showed like YYYY-MM-DD but only as YYYY. This could be fixed by using these tags: tag 'date' to show the release date like YYYY-MM-DD Would really appreciate if you could add this too while working on a fix for the issue above :). It's really appreciated! |
Agreed. |
After some reading and testing, I'm leaning towards using the YEAR and DATE tags for FLAC files as suggested by @MikevE1995. For mp3 files, I found some more detailed info on the ID2 v2.4 Date Frames (tags) here. I'll probably need to create an extra checkbox to allow the user to enable/disable writing the Release Date tag separate from the Release Year. But this discussion is actually related to #42, so it will be handled there. Regarding the original request in this issue, it seems Plex simply doesn't read the correct Vorbis Comment field nor the correct ID3 frame for the Label/Publisher. Barring clear evidence that the label should be written to an additional Vorbis Comment and/or ID3 v2.4 Frame, I'm inclined to handle the dates issue in #42 and simply close this issue and advice to ask the Plex team why their software doesn't use the standard metadata fields for the Label/Publisher in FLAC and mp3 files. |
Like you mentioned in the other post: Writing the recordlabel info to both the 'label' and 'organization' tags for FLAC files is a good solution |
🚀 Enhancement Request
Is your enhancement request related to a problem? Please describe.
Yes, currently the 'label' tag is linked to 'organization'.
Describe the solution you'd like
Link the recordlabel to the 'label' tag instead of the 'organization' tag
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: