I’ve feel like I’ve used Plex forever. I also feel like every couple years I try Jellyfin to see how it’s going. Recently I tried it again because of Plex restriction on more than one user.

Well, I just tried it again and it’s substantially improved! This time it actually properly detected most of my library!

Also the Android TV app is AWESOME! No more glitches, lagging, and freezing trying to play my stuff like Plex did. It is butter smooth.

Wow! I’m impressed and I just deleted Plex. Good riddance.

  • priapus@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    6
    ·
    5 hours ago

    I genuinely do not understand the issues people are having with Jellyfin subtitles. I just have Bazarr set up to automatically download and they play on every device (web, android, iOS, roku, android TV) with zero issues.

    • Xanza@lemm.ee
      link
      fedilink
      English
      arrow-up
      1
      ·
      49 minutes ago

      Depends on how you’re viewing Jellyfin. I use Chromecast and Chromecast doesn’t support embedded subtitles well with Jellyfin. So I usually just use ffmpeg to extract the subtitles to an srt file, and then they run fine;

      pushd "\\nas\Media\Movies\"
      fd -e mkv | each {|x| ffmpeg -i $x -map 0:s:0 $x.srt }
      

      Temporarily maps my UNC network location to a usable drive, then using fd and an elvish each loop, iterate over all the mkv files, and use ffmpeg to extract the subtitles.

      Ez-pz.

    • keyez@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      4 hours ago

      Sounds like it’s mostly with embedded subs inside the media files already. Thats where all my subs are so I’m going to test soon but haven’t played anything on jellyfin needing subs in a while

      • priapus@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        3
        ·
        4 hours ago

        I now extract all my subs, but for the first 2 years using it I left everything embedded and it always worked normally. Even with some advanced ones like Jujutsu Kaisen and One Pace, which both use stylized ones.

        • keyez@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          3 hours ago

          Just tested and with Findroid on my phone, no subtitle options appeared at all, though it had 4 languages embedded. On my roku they showed up but as soon as I picked it it loaded until it said Error During Playback

          • priapus@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            1
            ·
            54 minutes ago

            I’ve never used Findroid, but they work on my regular Jellyfin app. I think on Roku transcoding is required, but afaik that’s on Roku not supporting the subtitle format.