mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[Issue]: TV episodes misidentified as versions in 10.8.0 #3919
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 @bugreport1 on GitHub (Jun 13, 2022).
Please describe your bug
My file naming scheme is:
[Series] - [Episode #] - s##e## - [Title].extI use this naming scheme so that episodes are sorted properly if browsed by filename - so that specials are in the correct order.
For example:
This worked perfectly in 10.7.7
After updating to 10.8.0, all of my shows are now listed as having a single episode, with the episodes appearing as "versions" on the drop-down selection (or not listed at all in clients like Infuse).
I realize this is not the "standard" naming scheme for shows, but I have found it to be very useful over the years - and Jellyfin's support of this naming scheme is one of the reasons I switched to it.
Jellyfin Version
10.8.0
if other:
No response
Environment
Jellyfin logs
No response
FFmpeg logs
No response
Please attach any browser or client logs here
No response
Please attach any screenshots here
No response
Code of Conduct
@ThomasPGH commented on GitHub (Jun 13, 2022):
This is how different versions of movies are named and I think this feature has been asked for for series too.
https://jellyfin.org/docs/general/server/media/movies.html
I believe you're best of if you replace '-' with a different character.
@crobibero commented on GitHub (Jun 13, 2022):
Duplicate of https://github.com/jellyfin/jellyfin/issues/7855
Fixed by https://github.com/jellyfin/jellyfin/pull/7892