• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Several questions regarding collections...

     
    • 0 Vote(s) - 0 Average

    Several questions regarding collections...

    andy_d
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2026 Jun
    Reputation: 0
    Country:United States
    #1
    2026-06-03, 12:21 PM
    I thought a plugin was needed for collections but seems like some stuff is being auto generated. I am new to Jellyfin so I could be wrong but I double checked that I don't have any plugins driving this besides the use of Plexyfin to sync movie / collections posters from Plex to Jellyfin

    1. Is there a way to manage this or disable automatic creation? I have duplicate collections or ones I don't really care to have as collections that appear

    2. Is there a way to remove the collections library from the homepage? I tried deleting it and it was added back automatically

    3. I separate my media between 1080p and 4k -> as in, I'll have a Movies library and a Movies 4k library. Is there a way to make sure that the collections are to the specific library? If I check the collections tab for Movies 4k, I see collections from the Movies library
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,484
    Threads: 11
    Joined: 2023 Jun
    Reputation: 468
    Country:United States
    #2
    2026-06-03, 12:43 PM
    1. Go to Dashboard > Libraries > Display. Is "group movies into collections" checked?

    2. In Settings (not dashboard) > Home, there is a check box further down the list to show or not show collections on the home page. This is a per-user setting.

    3. AFAIK, no. If a collection is auto generated for "Star Trek", for example, I'm not aware of a way to only pull from a specific library.
    Jellyfin 10.11.11 (Docker)
    Debian 13 w/Xanmod amd64v3 LTS kernel
    AMD Ryzen 5500 w/32GB DDR4
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    ZFS Storage pool
        vdev1 - 6x WD Red Pro 6TB CMR in RAIDZ1
        vdev2 - 3x WD Red Pro 18TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    andy_d
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2026 Jun
    Reputation: 0
    Country:United States
    #3
    2026-06-03, 01:25 PM
    Thanks!

    2 - yep thanks!

    3 - this seems weird. I'll check on github if I can file it as an issue

    1 - I don't want to disable collections but the automatically generated ones. I'm not sure how well it works but I tried deleting a collection to see if I can delete ones I didn't create. Seems like it worked after a restart of the server but not sure if it'll come back during some sync process
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,484
    Threads: 11
    Joined: 2023 Jun
    Reputation: 468
    Country:United States
    #4
    2026-06-03, 01:59 PM
    3. I don't think that is a bug. That is just something that isn't done. If you want to submit a FEATURE REQUEST, that you can definitely do.

    1. Unchecking that box won't prevent collections from being created MANUALLY, but it will stop auto generated collections.
    Jellyfin 10.11.11 (Docker)
    Debian 13 w/Xanmod amd64v3 LTS kernel
    AMD Ryzen 5500 w/32GB DDR4
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    ZFS Storage pool
        vdev1 - 6x WD Red Pro 6TB CMR in RAIDZ1
        vdev2 - 3x WD Red Pro 18TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    andy_d
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2026 Jun
    Reputation: 0
    Country:United States
    #5
    2026-06-03, 03:53 PM
    Ok I'll play around with 1 - thanks!
    TIMFLIX1138
    Offline

    Senior Member

    Posts: 520
    Threads: 46
    Joined: 2023 Jun
    Reputation: 2
    Country:Canada
    #6
    2026-06-03, 06:20 PM
    Collections have a weird good thing-bad thing dynamic in Jellyfin. The good, they are cool! The bad, they can be a pain to manage, have some limitations with creating/viewing and lack some features that would make them even better.

    I think the mighty Dread Pirate answered most of your questions but I will add:

    1. Currently the only built-in method to create collections is to do it manually or let JF use metadata from scraped sources to tell JF which collections they think something should belong to. There are no built-in options to auto-create collections from any other parameters. There is a plgin called Auto Collections which allows you to set some parameters (like director, studio, resolution etc) and it works to a degree but doesn't fully encompass everything you may like.

    2. Yup user-by-user option to enable/disable. Unfortunatethere isn't an "apply universal/set as default" option at this time (for many user settings).

    3. JF currently doesn't see media added to collections as anything but what type of media that is. A movie is a movie no matter what movie library you list it in. Same goes for a TV Show, music/album, photos etc. This is likely due to the back-end way JF stores data to generate collections. As of now, JF creates a XML file in the Collections folder in the Jellyfin/server/data folder on your system (Windows, unsure of other way). This XML file is dumber than a sack of hammers. All it does is list the items that have been added to the collection, through any previous method, by their basic type and then their full direct file name and path. There is nothing within the XML to denote that this movie came from the HD Movie Library and that movie came from the 4K Movie Library and another one came from the Shhh Don't Look in There It's just Boring Home Videos library. To the collection, they are all just movies. Period.

    I have delved a lot into collections in my time with JF as I love the concept and have it owrking for me, despite it's limitations and frustrations. My signature is a full wishlist of improvements I hope can one day be added. As of now I have built over 350 collections manually, plus an entire sub-set of movie awards which I was able to use the Auto Collections plugin to help generate at first. I do a lot of manual editing within the XML files but that was made more difficult after one version update so you can't just create and scan the collections library and see all the changes, you have to play some tricks on JF to get things to work. As of today there isn't any great easy simple nearly fully automated method to get collections to work super well, butthey are really cool none-the-less. Some of the issues noted make sharing collections with other JF servers near impossible (requires full manual replacement of filename/path in all XML files) so hoping there is work to make this a simpler method in the future that can make Collections even better.

    This is an old screen shot of some of what I have built.

    [Image: JF-Collections-01.jpg]
    [Image: JF-Collections-05.jpg]

    And for fun I just made this quick demo video.

    JF Wish List:
    IMDb Top250 metadata
    Read Music Album Sort
    Soundtrack link to movie by title/sort/Manual
    Media info shows added to Collections
    Collections WL:
    Content Rules - Library-Title/Sorttitle/Tag/Director/Filename/Contains
    Organized by Library
    Scanned to Editable XML
    andy_d
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2026 Jun
    Reputation: 0
    Country:United States
    #7
    2026-06-05, 04:11 PM (This post was last modified: 2026-06-05, 04:12 PM by andy_d. Edited 1 time in total.)
    Thanks! I would say my collections setup is probably basic in terms of what people end up wanting. I only care about a small subset of movies and tv shows and their posters. Not directors, genres etc. For the most part I did this manually some time ago using Kometa that would add future movies to the collections that already existed. It seems like there is a Jellyfin port of that so I need to check.

    I'm a little confused by this setting...

    "group movies into collections"

    because on plex, that means I only see the collection instead of the movies separated out. Is that the intended purpose or does it actually mean to auto generate collections. I do want movies to be grouped up by collection when browsing but I don't want collections to be auto generated.

    And how does Jellyfin know it's a collection if I do it manually - seems like that's the case given it picked up how I set up the collection along with the auto generated one
    ArneR
    Offline

    Member

    Posts: 96
    Threads: 1
    Joined: 2025 Oct
    Reputation: 1
    Country:Norway
    #8
    2026-06-05, 05:54 PM
    I use tmdb for my collections, I add movies to a collection based on the name used on tmdb, e.g. "From Dusk Till Dawn Collection"

    Then it is just a matter of refreshing, and posters etc. are automatically filled. If it doesn't, add the tmdb plugin and restart jellyfin, and select it as a metadata provider under library settings.

    I tried using the feature for automatically adding movies to a collection if there are at least two movies available, but I found it to be a little buggy so I just do it manually.

    I have zero experience with Plex. But when movies are grouped into collections in Jellyfin, only the collection poster is shown in the list of movies, as long as it is enabled. When you click on the collection the movies contained are presented.

    Jellyfin knows if you do it manually, because you select "add to collection". Or did I completely misunderstand your question?
    My specs:
    Operating system: Truenas Scale 24.10.2.4
    Motherboard: SuperMicro X11SPi-TF
    CPU:  Intel Xeon Gold 6244 8c16t
    RAM: 256GB DDR4 2666 (4x64GB LRDimm)
    GPU: Intel Arc A310 (AsRock Low Profile)
    Storage: 8x8TB RaidZ2 + 2x1TB Samsung Evo 870 S-ATA SSD mirrored
    Case: Fractal Design R4 miditower
    TIMFLIX1138
    Offline

    Senior Member

    Posts: 520
    Threads: 46
    Joined: 2023 Jun
    Reputation: 2
    Country:Canada
    #9
    2026-06-05, 11:29 PM
    If you manually create collections of use an automated Jellyfin process/plugin, and chose the "group movies into collections" setting then all will be grouped in to collections and not appear as just the movie in your library. I tried it. It works. I threw up a little in my mouth. I get why some people might like it for their set-up but it's not for me. I like to see the collections as collections and the library as everything contained within. But it's cool it's an available feature and gives hope some of my wish list can come true to!
    JF Wish List:
    IMDb Top250 metadata
    Read Music Album Sort
    Soundtrack link to movie by title/sort/Manual
    Media info shows added to Collections
    Collections WL:
    Content Rules - Library-Title/Sorttitle/Tag/Director/Filename/Contains
    Organized by Library
    Scanned to Editable XML
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode