I have a music library setup to serve my podcasts, with each subscription in its own directory like this:
/Podcasts/
/podcast-a
episode-a.mp3
episode-b.mp3
/podcast-b
episode-1.mp3
episode-2.mp3
/podcast-c
# etc
I’ve had issues with plex’s meta data handling before, but this sorta takes the cake. I download new episodes of podcast-a and podcast-b into the correct directory, yet plex still puts those episodes under podcast-c. How is this happening? I’ve looked at the embedded id3 tags and they have the correct information, so plex should be putting the episodes into the correct albums, but it isn’t. I have a feeling that plex is treating podcast-c as a dumping ground, so to speak, but I’m not sure why that is. Further poking around reveals that the files from podcast-a and b are tagged by plex as being part of podcast-c. My meta-data manager program shows them tagged correctly.
The tags are id3 v2.4.0, which could be an issue? I’m not familiar with id3 tags and I don’t know the diff between 2.3.x and 2.4.x, but could it cause this issue?