Jellyfin Forum
SOLVED: Question - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: SOLVED: Question (/t-solved-question--5664)



Question - jimbronie - 2024-05-06

Hello,
  I recently deployed Jellyfin 10.8.13. 

I have a variety of media. I understand it is mostly geared to video but I did import one of my music libraries in. 

I have a library with my collection of Live Rolling Stones concerts. As you can imagine the majority of these concerts are 2 disc sets. 

I have curated the metadata on all these files to indicate disc 1 and disc 2.  As it is pulled into Jellyfin it is finding the artwork and all the correct songs and order but it is considering every disc as a separate album. 

In other applications you can merge certain media types together but I don’t see that as an option. Am I missing something or is this known that this is how Jellyfin handles multi disc sets?

I am using the docker container for Jellyfin on my synology 918+. 

Thanks for any info.


RE: Question - TheDreadPirate - 2024-05-06

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.

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/


   


RE: Question - jimbronie - 2024-05-07

Aha. That was it. Each disc is a separate folder. Thanks so much for the link and the info. I am going to have to go in and fix the folder system.

I knew I was missing something. Thanks again!

Now to get Jellyfin on CarPlay..