• 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 Troubleshooting SOLVED: Multipart episode not playing next part

     
    • 0 Vote(s) - 0 Average

    SOLVED: Multipart episode not playing next part

    Multipart episode not playing next part
    freegamer
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Jan
    Reputation: 0
    Country:Austria
    #1
    2024-01-11, 07:09 AM (This post was last modified: 2024-01-11, 07:25 AM by freegamer. Edited 1 time in total. Edit Reason: added pictures of the webinterface )
    Hello,

    I have a problem when watching an episode that is split in parts. The player automatically plays the next episode instead of going to the next part.
    In the webinterface when you open the episode you can see the "additional parts", but it doesn't automatically play them when the previous part ends, but jumps to the next episode.

    Meaning it goes from S10E09-part1 to S10E10 instead of S10E09-part2.
    I have to exit the playback and select the next part manually if I want to watch it.

    In the Swiftfin mobile app the additional parts are not shown at all.

    Is the naming of the episodes wrong for this to work? I've read on reddit that apparently it should work and I'm using the naming convention from the wiki if I'm not mistaken.

    The episodes are named:
    Detektiv Conan - S10E09-part1.mp4
    Detektiv Conan - S10E09-part2.mp4
    Detektiv Conan - S10E09-part3.mp4
    Detektiv Conan - S10E09-part4.mp4
    Detektiv Conan - S10E10.mp4

    Server Version: 10.8.13
    OS: Linux
    Install method: Docker
    Client: Browser (shows parts, does not play them automatically), Swiftfin iOS (does not show parts)z

    Webinterface showing the episodes parts:
       

    Webinterface shows that it wants to play the next episode (S10E10) instead of the next part (S10E09-part2) when ending part1:
       

    Thanks
    Go to solution
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-01-11, 08:10 PM
    Instead of

    Code:
    Detektiv Conan - S10E09-part1.mp4
    Detektiv Conan - S10E09-part2.mp4

    Try these files names

    Code:
    Detektiv Conan - S10E09 part 1.mp4
    Detektiv Conan - S10E09 part 2.mp4

    Using a dash without spaces is a reserved syntax for other behaviors.
    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]
    freegamer
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Jan
    Reputation: 0
    Country:Austria
    #3
    2024-01-12, 06:14 AM (This post was last modified: 2024-01-12, 06:52 AM by freegamer. Edited 1 time in total. Edit Reason: clearer language )
    Thanks for your answer, but sadly it didn't work.

    I renamed the files to

    Code:
    Detektiv Conan - S10E09 part 1.mp4
    Detektiv Conan - S10E09 part 2.mp4
    Detektiv Conan - S10E09 part 3.mp4
    Detektiv Conan - S10E09 part 4.mp4

    rescanned the library and marked the episode as unwatched (the parts where already marked unwatched after the renaming). The parts are now also shown without the dashes in the web interface.

    [Image: XPXzv4Q]

    Sadly it still jumps to episode 10 after the end of the first part. It also jumps to the episode 10 when clicking the "next" button.


    Attached Files Thumbnail(s)
       
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-01-12, 06:28 PM (This post was last modified: 2024-01-12, 06:51 PM by TheDreadPirate. Edited 1 time in total.)
    When I get home tonight I will do some testing. It will be tomorrow morning for you by the time I get home from work to do this testing.
    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]
    freegamer
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Jan
    Reputation: 0
    Country:Austria
    #5
    2024-01-12, 06:42 PM (This post was last modified: 2024-01-12, 06:56 PM by freegamer. Edited 2 times in total.)
    (2024-01-12, 06:28 PM)TheDreadPirate Wrote: When I get home tonight I will do some testing.  It will be tomorrow morning for you by the time I get home from work to do this testing.

    Thank you very much for taking so much time looking into that problem. 🙏
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-01-13, 09:08 PM
    I got multi-part episodes detected, but I have the same behavior as you.

    But I found this in a github ticket.

    https://github.com/jellyfin/jellyfin/iss...1573465555

    Jellyfin 10.9 will automatically queue additional parts when that version is released.
    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]
    freegamer
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Jan
    Reputation: 0
    Country:Austria
    #7
    2024-01-14, 08:07 AM
    Ah nice, kinda glad that I'm not the only one who would have expected it to already work that way (especially with reddit posts telling you that it already does). Hopefully 10.9 won't take too long to release anymore.

    And again thank you for taking so much time looking into this.
    « 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