2024-05-06, 07:21 PM
(This post was last modified: 2024-05-06, 07:23 PM by TheDreadPirate. Edited 1 time in total.)
How are your files organized for these multi-disc albums?
Here is an example from my library, in addition to the file's metadata containing disc 1/2.
Our music documentation also has what kinds of organization Jellyfin supports for music.
https://jellyfin.org/docs/general/server/media/music/
Here is an example from my library, in addition to the file's metadata containing disc 1/2.
Code:
chris@rat-trap:/media/library/Music/Florence & The Machine$ tree Ceremonials/
Ceremonials/
├── Disc 1
│ ├── Track 01.flac
│ ├── Track 02.flac
│ ├── Track 03.flac
│ ├── Track 04.flac
│ ├── Track 05.flac
│ ├── Track 06.flac
│ ├── Track 07.flac
│ ├── Track 08.flac
│ ├── Track 09.flac
│ ├── Track 10.flac
│ ├── Track 11.flac
│ └── Track 12.flac
└── Disc 2
├── Track 01.flac
├── Track 02.flac
├── Track 03.flac
├── Track 04.flac
├── Track 05.flac
├── Track 06.flac
├── Track 07.flac
└── Track 08.flac
Our music documentation also has what kinds of organization Jellyfin supports for music.
https://jellyfin.org/docs/general/server/media/music/