Jellyfin Forum
Collection won't display movie - 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: Collection won't display movie (/t-collection-won-t-display-movie)



Collection won't display movie - John Pierson - 2024-07-20

I'll be clear that I don't know what kind of information will be needed here, but I was creating a collection and couple of my movies will not add to any collection.  I even added them one at a time to a completely new collection and they do not display just looks like empty collection, but they show in the collection.xml file.  It only seems to happen to a few films, but those films do have multiple versions.

Code:
    <CollectionItem>
      <Path>/media/videos/movies/Star Wars/Star Wars - Episode IV - A New Hope (1977)/Star Wars - Episode IV - A New Hope (1977) - Despecialized.m4v</Path>
    </CollectionItem>
    <CollectionItem>
      <Path>/media/videos/movies/Star Wars/Star Wars - Episode V - The Empire Strikes Back (1980)/Star Wars - Episode V - The Empire Strikes Back (1980) - Despecialized.m4v</Path>
    </CollectionItem>
    <CollectionItem>
      <Path>/media/videos/movies/Star Wars/Star Wars - Episode VI - Return of the Jedi (1983)/Star Wars - Episode VI - Return of the Jedi (1983) - Despecialized.m4v</Path>
    </CollectionItem>

Episode IV has "- Despecialized.m4v" "- DVD.mp4" and "- Special Edition.mkv" (this displays in collection)
Episode V & VI has similarly named versions. (these don't display in collection)

Most of the films in this collection have multiple versions linked into one item, but these 2 do not show up.  I even tried editing the collection to the other 2 versions to see if that made a difference and that didn't seem to change anything.  No item shows up.

Running Lastest Jellyfin 10.9.7


RE: Collection won't display movie - theguymadmax - 2024-07-20

Multiple versions can be a pain to get it configured properly and even more painful to get it configured with collections. There are already a few GitHub issues regarding this #12080 & #4601