Adding my vote, as I have numerous box sets—mostly CDs for me—where the individual Discs have names, be they album titles or themes or topics or whatever.
I’m not 100% sure if DISCTITLE
support works for my use case though. I wonder if there may also be some unanswered implementation detail questions leading to a delay in addressing this feature request? Plex devs probably don’t want to break existing functionality, and certainly not any well-worn use cases (even if they can be deprecated/reworked; that would be a headache with a looming deadline for end-users). I suspect they’d rather not complicate the info architecture on the back-end either. Hmm.
Since directory structure is often cited in media organization, what if we had the following?
Here I’m solely using directory/file naming conventions. I haven’t yet envisioned what it truly means to use DISCTITLE
, and for all I know that still might be the way to go here. I’m just thinking out loud and trying to draw a bead on things for myself.
First the example, then I’ll discuss.
Jethro Tull
└── 20 Years of Jethro Tull
├── 001 The Radio Archives and Rare Tracks
│ ├── 101 Song for Jeffrey.flac
│ ├── 102 Love Story.flac
. . .
│ └── 125 Sunshine Day.flac
├── 002 Flawed Gems and the Other Sides of Tull
│ ├── 201 Lick Your Fingers Clean.flac
│ ├── 202 The Chateau dIsaster Tapes Scenario Audition No Rehearsal.flac
. . .
│ └── 219 Nursie.flac
└── 003 The Essential Tull
├── 301 Witchs Promise.flac
├── 302 Bungle in the Jungle.flac
. . .
└── 318 Locomotive Breath.flac
Nothing earth shattering here, I know, but naming conventions matter! You don’t want to break past/expected behavior if you can help it.
Plex uses Music/ArtistName/AlbumName/TrackNumber - TrackName.ext
. I’m proposing this additional acceptable pattern: Music/ArtistName/AlbumName/DiscNumber - DiscName/TrackNumber - TrackName.ext
. I’m hoping that both of these patterns could co-exist. The more specific one could be checked for first. (Crossing fingers.)
An Album
would now support two or more optional Disc
directories. They’d get a number and a name just like Track
filenames do. (I’m hard pressed to imagine any deeper levels, but feel free to point out if such a multi-box-set creation exists!)
If TrackNumber
includes a Disc Number, as it likely would in existing cases, I am thinking DiscNumber
takes precedence. That should allow for graceful migration of albums to and from different library structures.
A Track
appearing within an Album
directory that also contains Disc
directories should probably be… ignored, I think?
If Extras are supported for Music (forgetting at the moment) they’d still be added in the usual ways… though I admit I haven’t thought this part through. Plus you now have the Disc
level and thus the prospect of adding an extra at the Album
vs Disc
scope.
I could also imagine a new Plex option to revert to the previous behaviour: “Show Discs As Individual Albums”.
That’s all I got for now. Feel free to poke holes in this or discuss how those holes might be patched up.