Jellyfin is not just good... but *better* than Plex now?!
-
Jellyfin seems solid.
The only issues I've had are with dodgy media files. Obviously better player hardware gets you better performance, but transcoding eliminates some of those issues.
-
Doesn't seem to work, maybe I'm doing something wrong.
-
I've been running plex since 2016 and jellyfin since 2019. I'm slowly moving users over to jellyfin with the plan to cut off plex at somepoint in the next couple years. Jellyfin is missing some quality of life features but nothing super crazy
-
I mean, just like everything else there's an optimal setup. I have a NAS with an extensive media library and running Jellyfin on it was a terrible experience. The NAS simply isn't powerful enough to make Jellyfin usable.
I fixed that issue by running the server on my PC, and the libraries point to my NAS library locations. It's the perfect setup. I get access to my GPU for HD video transcoding, and an overpowered CPU with the advantage of not having to worry about storage.
I feel like it's the perfect setup for me.
-
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.
-
I just made the switch for a few reasons.
For background, I was a Lifetime Plex Pass user since it launched, created the POC exploit for token theft (a couple of months before they implemented SSL), and built a clustering/sync application (a few months before they released sync, patterns much?).
I did not think Jellyfin was up to task a few years ago. It is now. All the missing features like themed visuals and audio, chapters, thumbnails on seek, all exist now.
Why I switched:
- API: I have scripts that do different things with different media and they were super easy to recreate with the API. An example would be moving
ytdlp
videos from my Youtube Watch Later folder to a deletion folder if they've been watched. - LDAP: I now have user control via my Samba AD.
- Privacy: I never wanted my media list stored with a third party to begin with.
- Plugins: I have a library I tag with filenames, like
==Tag--Tag==filename.ext
. It took me a half day to make a Jellyfin plugin that converts these to Genres. It was a nightmare of DB hacking to do it in Plex. Not to mention there are waaaay more existing plugins that are supported. Jellyfin is where this happens now, not Plex. - Fine grain control: Transcoding settings, bandwidth settings, etc are are open and transparent.
- API: I have scripts that do different things with different media and they were super easy to recreate with the API. An example would be moving
-
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 anelvish
each loop, iterate over all the mkv files, and use ffmpeg to extract the subtitles.Ez-pz.
-
I've been using both for ages.
For remote access to friends plex is easier and cleaner.
For offline viewing in Android plex is cleaner
I'm running tailscale with jellyfin for personal use and it's wonderful, But I wouldn't ask my relatives to do that and I don't trust to surface the port. Plex has a dedicated security team and 2FA.
The Roku client for jellyfin is also a futureless husk of a client.
I have lifetime Plex so I'm in no hurry to do a full conversion. I would love to drop plex all together though
-
I've had Infuse Pro for about 6 years and it has been an absolutely perfect app for me. I've used it across many different iterations of home media servers (Emby, Jellyfin, NFS, SMB, etc...)
If you use Apple devices it's the best way to go.
-
I mean you very much still have the privacy issues.
-
I installed Mint last week and haven't addressed media players yet... strokes chin. Thanks for the info!
-
I use Jellyfin for music mostly and it struggles with metadata. For example, if a song has two artists on it and I edit to correct it, it won't update correctly and I'll edit up with the artist "Artist A; Artist B".
-
Wait, isn't Jellyfin the same way? Pretty much every self-hosted app I run uses some web interface you log into so you can use it anywhere on the network. Sure, Plex also has some pre-set remote connection thing, but from the end user perspective it's the same set of steps. I also had to make a login for all the stuff I fully self-host.
Is there no account management on Jellyfin? I would probably want that as a feature.
-
It’s not a transcoding power issue. It’s a UI consistency and usability issue. With every device having a slightly different UI, with some apps having issues if playing back natively and some needing transcoding, the experience is inconsistent and frankly doesn’t pass the “wife acceptance factor” test, or the “let your friends use it without needing to handhold them through regular troubleshooting for their particular device” test.
I still don’t use Plex and exclusively use Jellyfin, but it’s still a hard sell to non technical users. Plex has much more polish.
-
Bullshit. Docker Plex is easy af. You calling yourself experienced is the real joke here
-
Finamp keeps creeping towards Plex amp and functionality. I don't love how Plex treats music either but the client seems to bridge the gap.
-
Absolutely run them together.
Especially in light of Plex trying to keep tabs on what everybody's doing and probably resell that data.
-
Am I the only one here using emby? I’m pretty happy with it honestly.
-
I have my media files in specific folders on a RAID5. It won't take that as a valid path, nor even anything in the ~/ directory. If I use the server root, it will. I don't like that - seems like a poor system design. No way I want it to scan my root directory. Christ it will take forever to scan my entire RAID of 200Tb.
-
With every device having a slightly different UI, with some apps having issues if playing back natively and some needing transcoding, the experience is inconsistent and frankly doesn’t pass the “wife acceptance factor” test, or the “let your friends use it without needing to handhold them through regular troubleshooting for their particular device” test.
This is a configuration issue, then. Because I have no idea what you're talking about. The UI is exactly the same across devices, and profiles (which can be cloned) once setup, don't require any user intervention to do transcoding. You literally click a video and it works...
Not sure what you're doing over there, but you're making it harder than it has to be.