How do you organize spin-off movies and TV shows? - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Off Topic (https://forum.jellyfin.org/f-off-topic) +--- Forum: General Discussion (https://forum.jellyfin.org/f-general-discussion) +--- Thread: How do you organize spin-off movies and TV shows? (/t-how-do-you-organize-spin-off-movies-and-tv-shows) |
How do you organize spin-off movies and TV shows? - bigggtuna - 2024-11-26 Let me start off by saying I know what the 'intended' answer is. All TV shows marked as unique shows on TMDB or whatever source you use should be their own series folder in a TV Shows library and all movies should be in a Movies library. I know this is how Jellyfin is intended to work and probably how most people do it. But I am trying to spark some conversation based on my experience and potential problems I've tried to solve around grouping media franchises. Maybe I'm just super anal about organization (I am), but maybe some people feel similarly and have good solutions for this. So, let's take for example The Lord of the Rings franchise. There are 3 animated movies from the 70s-80s, the 3 Peter Jackson movies, 3 Hobbit movies and the new Rings of Power series. This is a perfect example of when I would use a Collection; many movies and/or shows that I want to be able to view in one central location. I have no issue with this, just using it as an example of a clear-cut case for Collections. Then there's shows like Bob's Burgers. There's the main TV series and one canon movie. If watching the show in the intended order, you would watch seasons 1-12, then the movie, then continue with season 13 onwards. Franchises like this leave us with two options: Option 1: Using Jellyfin the way it's intended would have me put the movie in the movies library. The problems I identified with this approach areĀ
Option 2: Adding a 'Movie' folder to the series folder alongside 'Season 1' etc. This is what I have been doing. This approach:
This approach has worked fine for me and I like it. Even with having to manually set metadata and the limitations around auto-playing, it solves most of the issues I had with the intended approach and a few minutes extra work setting metadata isn't a roadblock for me. However, I am struggling a bit with what to do for spin-off series. Get ready for a third example: Rick and Morty has the main series and one spin-off series called 'Rick and Morty: The Anime'. I have been using the same approach as Bob's Burgers, create a folder on the same level as Season 1 etc. and manually edit the metadata of each episode; obviously more cumbersome than a single movie, but still solves the aforementioned problems. However, spin-off series in particular come with the additional problem that a user is unable to search for them. In the Bob's Burgers example, episode names show up when using the search bar, so searching for the movie name will still show the movie as long as you set the metadata properly. But the search bar does not include folder names within series (again, I understand why, just stating the limitation). Does anyone else feel this way? Do you have a better solution? Would putting feature requests in for 1) allowing non-specials media in a series folder to be played before/after an episode and 2) allowing non-season series folders to show up with search be feasible tasks? Would it be worth it or would I be the only person to use them? Does any of this matter? Probably not. Let me know your thoughts if you've read this far into my caffeine fueled organization special interest thought dump. Cheers. RE: How do you organize spin-off movies and TV shows? - TheDreadPirate - 2024-11-26 Another option that is, IMO, simpler is to use playlists. Jellyfin is pretty "dumb" when it comes to organization and is 100% reliant on how TMDB/TVDB structures things. And that is each show and movie are separate entities. The way things are fundamentally structured does not allow for the kind of organization you're describing. At least not in an automated way. There would need to be a metadata source that would group a spin-off under the same entity as the show it was spun-off from. And has an api and structure that isn't so foreign as to not be compatible with the "Seasons" and "Specials" structure of TV shows in Jellyfin. Jellyfin would need quite a significant overhaul to be able to handle nesting a spin-off under the originating show with the available metadata sources. Jellyfin just shows you what you have. If a franchise of shows and movies needs or should to be watched in a particular order, playlists are the way to go since they allow for arbitrary ordering of show episodes and movies. |