740

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.

you are viewing a single comment's thread
view the rest of the comments
[-] Xanza@lemm.ee 2 points 3 hours ago

Subtitles are the biggest non-issue it's crazy... Some devices don't support internal subs, so you just extract them for your entire library using ffmpeg;

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

Once it's done, it's done forever for the files you have. As you add them, just run it again.

[-] JustEnoughDucks@feddit.nl 3 points 1 hour ago

Crazy how that doesn't at all even address the problem of subtitle sync! It just pastes subtitles as-is in there. What if the subtitle files are at a different framerste? What if the subtitles have the wrong starting offset for the media? What if the subtitles have 1-2 mistakes in them as far as timing?

Hence why there are a dozen subtitle syncing tool projects supplementing ffmpeg like ffsubsync, subsync, alass, autosubsync, srtsync, etc...

[-] Xanza@lemm.ee 1 points 1 hour ago

Crazy how that doesn’t at all even address the problem of subtitle sync!

As I said, this isn't even an issue with Jellyfin. It's an issue with the device that's playing the media--your television (or chromecast). This workaround makes an exact copy of the internal subs, and dumps them to an SRT which allows your television (or chromecast) to play the internal subtitles as external subtitles...

It has nothing to do with subsync, it's not syncing subs. There are no "mistakes" because you're pulling the internal subs exactly as they are internally, externally...

this post was submitted on 23 Feb 2025
740 points (100.0% liked)

Selfhosted

42834 readers
744 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS