[Issue]: Tv Multiple Versions #7900
Replies: 8 comments 8 replies
|
We can't keep it without making significant changes and that won't be for 10.8. Feel free to discuss naming schemes and possible solutions/code changes. I will convert this to a discussion. The movie naming scheme for multi-versions does not work for episodes. |
|
What are the significant changes you think are necessary? I will post naming examples in a couple hours. The movie style naming worked for my episode tests. I will provide examples in a bit. |
|
So here are the criteria to get multiple episodes working in 10.8.0. This relies on the unmodified movie version logic currently. Episodes with multiple versions must be placed in a directory just for that episode. Directory name must exactly match what precedes the final space-dash-space to differentiate the versions in the file names. Unfortunately as shown in the previous comments this can result in false positives when there is no season folder and space-dash-space is used after the series name. Then all episodes will be treated as multiple versions. Possible solutions to this include:
|
|
Since this issue wasn't caught by unit tests, one should be added. Maybe a list of episodes in a series directory and then verify the correct episode count. |
|
I created a PR #8004 to update the parsing logic. There is no library level option to enable, it's always on like movie versions. I eliminated the false positives when episodes were in the series directory. |
|
I like these being in a separate folder, so it may not conflict with: https://features.jellyfin.org/posts/198/handle-movies-with-multiple-split-files-as-one-item But there may be opportunity to tackle both here eventually? Maybe detect if it's "Part 1" "Part 2" (or some other naming convention for multi parts), and then be sure if you choose Part 1 to play, that Part 2 would auto play in sequential order? Worth it to have any tests around this type of naming? Some examples from my library (Which works in Plex/Kodi but not Jellyfin): |
|
Looks like Emby now supports multiple versions for episodes. |
|
An alternative way that I see to fix this, is to add the feature to support MKV files with multiple video streams |
Uh oh!
There was an error while loading. Please reload this page.
Please describe your bug
I am the source of the reported issue #7855, This occurred because of my PR #7178. When developing it I noticed that it also added support for multiple versions of episodes. I liked that because I have some series with these, (aired and unaired pilots, 2 versions of Doctor Who The Five Doctors special) so I left it in. I should have documented the fact that this functionality was added and how to implement it on the user side with file/directory naming.
I would like JF to retain the ability to have multiple episode versions. I understand that this could cause some confusion based on the new behavior. I will update the documentation to include multiple tv versions, if we can keep this feature. I could also implement an option to turn this on if deemed necessary.
@cvium and @Bond-009 reviewed my tv extras pull. @crobibero turned if off in #7892
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
All reactions