• 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 General Questions Disable movie grouping

     
    • 0 Vote(s) - 0 Average

    Disable movie grouping

    mellofone
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    Country:United States
    #1
    2024-09-13, 04:25 PM
    Plex user of many, many years and have finally decided to give Jellyfin a try. So far so good with my Movie collection with only some minor fixups for metadata matching. However, is there a way to disable the movie grouping or collections? Sorry if I'm not using the proper term. My movies are broken into directories such as movies/Avatar/ with two Avatar movies there. Is the only way to stop jellyfin from grouping those movies together is to move them out of a sub directory? I searched the forums and Google and almost all of the suggestions made no change. The strange part is it is only certain movie groups. Star Wars is setup the same way with sub directories, yet all of the movies are listed separately and not grouped. I tried removing the Avatar's "TheMovieDb Box Set Id" and it made no difference. When adding the library, I made certain that "Automatically add to collection" was unchecked, yet that didn't seem to matter. It is a fresh install on Arch Linux (10.9.10) with no additional plugins added. Any suggestions?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-09-13, 04:56 PM (This post was last modified: 2024-09-13, 05:00 PM by TheDreadPirate. Edited 4 times in total.)
    It sounds like you have the TMDB box set plug installed, which automatically makes collections like you're describing.  If you don't want that functionality, you can either disable the scheduled job or disable/uninstall the plugin.

    Dashboard > Scheduled Tasks > Scan library for new box sets.  Click on that task and delete the schedule.

    But if you do want collections that you've manually created, this plugin will pull down images for the collections.


    Attached Files Thumbnail(s)
       
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    mellofone
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    Country:United States
    #3
    2024-09-13, 05:11 PM
    (2024-09-13, 04:56 PM)TheDreadPirate Wrote: It sounds like you have the TMDB box set plug installed, which automatically makes collections like you're describing.  If you don't want that functionality, you can either disable the scheduled job or disable/uninstall the plugin.

    Dashboard > Scheduled Tasks > Scan library for new box sets.  Click on that task and delete the schedule.

    But if you do want collections that you've manually created, this plugin will pull down images for the collections.

    There is no TMDB box set plugin installed, just TMDB. Under the Scheduled Tasks, there is also no TMDB section in the scheduled tasks. I haven't created any collections.

    The Avatar example is, I have a main movies directory, with Avatar as a subdir. Under that are two movies, named "Avatar -  The Way Of Water.mp4"  and "Avatar.mp4". Is it a file naming issue?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-09-13, 05:19 PM
    You've accidentally stumbled upon the "multiple versions" syntax.

    https://jellyfin.org/docs/general/server...of-a-movie

    I'm assuming you're seeing this in Jellyfin.

       

    If so, you have two options.

    1) Simply remove the dash in "Avatar - The Way of the Water".  This should prevent the "multiple versions" trigger.
    2) Or, the option I recommend, move The Way of the Water into it's own folder since it is a separate movie.  This is assuming "Avatar.mp4" is the 2006 movie.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,015
    Threads: 0
    Joined: 2024 Jun
    Reputation: 58
    #5
    2024-09-13, 05:24 PM (This post was last modified: 2024-09-13, 05:26 PM by theguymadmax. Edited 1 time in total.)
    It seems like you’re referring to multiple versions rather than collections. Movies should be stored in their own subfolders. If you want to keep this folder structure, make sure that the base name of the movie doesn’t match the folder name, or it will be identified as an alternative version.

    Movies
    ├── Best_Movie_Ever (2019)
    │  ├── Best_Movie_Ever (2019) .mp4
    │  ├── Best_Movie_Ever (2019) - 720P.mp4

    Edit: too slow
    mellofone
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    Country:United States
    #6
    2024-09-13, 05:33 PM
    Removing the - did indeed fix the problem, thanks! I should have RTFMed a little better, but I wasn't sure I was using the proper terms with the grouping/collections. Thanks again!
    Facility9809
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2024 Nov
    Reputation: 0
    #7
    2024-11-27, 03:20 PM (This post was last modified: 2024-11-27, 03:21 PM by Facility9809. Edited 1 time in total.)
    Is there any way to do this without renaming files (i.e. some .ignore type file creation in the folder, option to treat all versions individually)? Other posts suggest that multiple versions only happens for the Movie category and I had set my Library as mixed media which would explain why this happened. Can I change the folder to be detected as a series instead of a movie?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-11-27, 03:34 PM (This post was last modified: 2024-11-27, 03:35 PM by TheDreadPirate. Edited 1 time in total.)
    If you put each movie version in their own folder with different folder and file names it should not merge them.

    How it is presented in a mixed library is dependent on if the metadata provider said it was a movie or series.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    « 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