mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Mixing movie and TV show displays is currently a disaster #7873
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @caeser2 on GitHub (Dec 5, 2025).
Updated to 10.11.4. After creating a media library that mixes movies and TV shows, the following issues may occur, which were not present in previous versions:
If there are numbers at the end of the TV series folder other than the season, they will be displayed together, such as season.01.2025, and the interface will show season 12025, which was not the case in previous versions.
I suggest:
@CobaltBru commented on GitHub (Dec 5, 2025):
I'm facing the exact same problem as you mentioned. It's really frustrating that folders starting with numbers or breaking certain naming rules get automatically tagged as a series, which messes up the folder hierarchy. I think Jellyfin really needs a library option that works like a file manager—just respecting the folder structure as is, without any automatic post-processing.
Sorry for translated comment with AI
@Smeagolworms4 commented on GitHub (Dec 15, 2025):
I ythink is duplcate : https://github.com/jellyfin/jellyfin/issues/15676
In metadata can force content with other because actually can force only with "inherit" "tv shows"
and my comment previous :
For exemple:
Before :
300 Collection (Folder)
=> 300 (2006) (Movie)
=> 300 Rise of an empire (2014) (Movie)
The 28 Collection (Folder)
=> 28 Semaines Plus Tard (Movie)
=> 28 Jours Plus Tard (Movie)
=> 28 Ans Plus Tard (2025) (Movie)
Harry Potter (Folder)
=> Harry Potter 1 - A l'Ecole des Sorciers - 2001 (Movie)
=> Harry Potter 2 - Et la chambre des secrets - 2002 (Movie)
=> Harry Potter 3 - Et le prisonnier d'Azkaban - 2004 (Movie)
=> ....
Now :
300 Collection (TV Show)
=> 300 (2006) (Season)
=> 300 Rise of an empire (2014) (Season)
The 28 Collection (TV Show)
=> 28 Semaines Plus Tard (Season)
=> 28 Jours Plus Tard (Season)
=> 28 Ans Plus Tard (2025) (Season)
Harry Potter (TV Show)
=> Harry Potter 1 - A l'Ecole des Sorciers - 2001 (Season)
=> Harry Potter 2 - Et la chambre des secrets - 2002 (Season)
=> Harry Potter 3 - Et le prisonnier d'Azkaban - 2004 (Season)
=> ....
I can for the parent folder with metadata "content type" with "TV Shows"
But the resul is :
300 Collection (Folder)
=> 300 (2006) (TV Shows)
=> 300 Rise of an empire (2014) (TV Shows)
I think if possible to for "content type" with "Films"
Or revert detection .... because is more agressive