Really trying to understand how Plex reads id3 tags now. Here’s a recent problem, with some background.
A lot of my albums have not matched because they are not listed on the MB website. A lot of them are vinyl rips of old compilations albums and 45’s. I’ve taken the extra step of adding the release to MusicBrainz, and then re-matching with MusicBrainz Picard to the release I have added. Should work flawlessly, I would think… Not so, unfortunately.
One of the albums in question is “20 Top Star Festival Dynamic Hits Volume Two” previously unmatched, but shown in Plex as one album, with the relevant info from the embedded tags properly displayed. After the new metadata was applied, using MusicBrainz Picard, Plex added a new album with only half of the tracks, and updated the old album, removing half of the tracks. So now I have two albums, with the same title, in the library.
Examining the “guid” for the tracks under each album finds they are matched to the Plex Music agent, and all of the tracks have the identical parentGuid, and obviously the same album title and year in the embedded tags.
Example:
track 3 from duplicate album 1:
guid=“plex://track/5d0807db403c6402903ce062”
parentGuid=“plex://album/5d07ccca403c640290eaddff”
grandparentGuid=“plex://artist/5d07bbfc403c6402904a5ec9”
type=“track” title=“One Bad Apple”
track 4 from duplicate album 2:
guid=“plex://track/5d0807db403c6402903cd7b3”
parentGuid=“plex://album/5d07ccca403c640290eaddff”
grandparentGuid=“plex://artist/5d07bbfc403c6402904a5ec9”
type=“track” title=“Fire and Rain”
I understand I can fix this by Plex Dancing the album, or possibly by merging the the two albums. I was hoping the rumours that “No Plex Dance Required” were true, and updated metadata would be applied,
EDIT: I’ve refreshed the metadata for the albums several times, but nothing changes.
If you get thru all of this, my question is basically, why did Plex split the album, and why did it decide half of the tracks were new additions to the library in that album.