Release target is tentatively mid April according to here..
Man I am so grateful for this project, I was afraid it would feel polished enough after having been with Plex for the last few years. But hot damn Jellyfin is so much better and keeps on giving!
I plan on switching regardless but let’s say I was on the fence… Aside from it not being owned by a for-profit company, why is Jellyfin better than Plex?
That “aside” is everything though.
Plex is focused on making money, whether that is from the sale of your data or selling you products. Jellyfin is a community-driven project, so its focus is just on being better because it exists.
With Jellyfin, it’s truly self-hosting as opposed to leveraging a third party to do some of the legwork. Plex “offers” more, but it all comes at the cost of your data, or your data+an actual fee.
Jellyfin is available directly on most newer TV stores, iOS/Apple TV, Android, Chromecast, Fire stick, and Roku. It already takes some work to set up your media library in the relevant structures, so if you’re going to do the work anyway for a self-hosting option, why pay Plex extra for what Jellyfin can do for free since it is an open-source project?
Their Roku devs are super responsive in their discord too. So much so it makes you wonder how they keep from burning out.
Always chugging away at fixes and then new feature requests.
Pretty impressive
why pay Plex extra for what Jellyfin can do for free since it is an open-source project?
One big reason for me is that I got Plex lifetime on sale for like 70 bucks and it comes with a discount on Tidal, something I already paid for. With the discount after about 1 year and 2 months I’ve gotten my Plex Pass value out of Tidal alone. Oh and the paid features for PlexAmp are also really nice to use for the point where I barely use the Tidal app anymore.
Pretty much the only problem is the lack of clients for Jellyfin vs Plex.
There’s a few reasons, but number one for me is how incredibly clean the UI is.
Plex is a mess. Half of it is just premium shit they’re trying to convince you to use. The actual “stream my own media” functionality is buried at the bottom of the menus.
Trying to get nontechnical family to use Plex was always a challenge, just because of how busy it is. I’ve never had this problem since moving to Jellyfin.
The biggest reason I use jellyfin: you don’t need to pay for plex premium to stream to your phone.
I get plex needs to make money. But talk about a basic feature that people need…
I can stream to my phone without premium with plex, only the downloads are linked to premium afaik
The biggest issue I have with Jellyfin is you can’t hide empty shows, and I have folders for shows that have not aired yet or watched in the past
Jellyfin is 90% plex, and it’s impressive how it comes forward in leaps and bounds, but it’s not better than plex. People just appreciate it more.
If you only need that 90% that it does (and don’t need things like intro detection, conversions, mobile sync, ass/sas subtitles), then you’ll come away super happy with not having to pay plex and not being locked into plex.
It doesn’t really do much over that 90%, it’s just neat that the 90% isn’t plex
I’ve been a Plex user for over a decade, I have a lifetime PlexPass, and I’ve also used Jellyfin for a few years. Like you said, Plex is better in the sense that it offers more, but they’re also profit driven, which has become more annoying in the past few years.
Plex has way better logging than Jellyfin does, the latter suffers a lot from log spam, and the stack traces it produces when anything errors out are like 10-15 lines. They’re not of use to end users, and there’s no way to disable them/decrease the verbosity.
Now that’s the realistic answer I was looking for, thanks! Open source is really the only reason I want to switch. I bought the lifetime Plex pass like a decade ago so the cost doesn’t bother me. The lack of mobile sync is a bummer though
No link with their bs account system, their bs subscriptions and SyncPlay, SyncPlay is just awesome, I don’t know if plex has something similar
Besides all the other stuff people mentioned, a concrete one is that you can stream TV via it for free vs Plex. Just add a TV tuner to it and away you go.
People mentioned a lot of things. I’ll add that plex doesn’t offer hardware transcoding without premium. Now, setting up hardware transcoding on an NVidia graphics card on linux is a bit complicated, setting it up on windows is really simple. While it’s not just clicking “enable hardware acceleration”, it’s not much more complicated than that.
I can’t tell you how many times I’ve looked up some feature or low-priority bug only to find the answer is “there’s a PR for this that will be added in 10.9”, commented like a year ago, glad to see the future plan is more frequent but smaller feature releases!
I’m glad for people who were waiting on this release. It took so long that I wrote my own media server in the mean time to resolve all the problems I was having with Jellyfin. I hope they can get more frequent releases out for folks still using it. Having looked at the code base, I understand that the cruft from Emby slows down development.
Wtf, look at the size of this comment section. Where are you guys hiding out in all the other topics?
We don’t care about other topics, the only thing that gets us going in the morning is personal media libraries and software to manage and play them!
Idk about the rest of these jabronies, but I didn’t even know jellyfin had its own comm until this appeared in my feed. But I’m gonna subscribe now that I know of it!
A server & client software pair that allows you to have all your personal media available on demand. Movies, TV Shows, Music, Photos, Books, etc. All served from your server to a client device - Android, Roku, iOS, etc.
Is there a tldr on what this release will have?
Sounds mostly like a CI/CD clean-up release tbh, putting it on a footing to actually focus on features in 10.10
Absolutely not! There are a many features in 10.9, check out the “release-highlight” PRs on the repo: https://github.com/jellyfin/jellyfin/pulls?q=is%3Apr+label%3Arelease-highlight+
That is only a part of the changes, there are some more UI changes to the dashboard, many bug fixes, and performance improvements.
Is there a place where I can see a list of features set to release with 10.9?
I was going to ask OP to link to the thread, but it looks like he hasn’t actually posted anything after that: https://mastodon.social/@hetisniels/112044929265622327
Looks like there’s several closed Pull Requests with the tag of “release highlight” which is an easy place to start
The little fix I contributed to is on there :) https://blog.rayberger.org/fixing-jellyfin-ios-audiobook-streaming
I got a bunch of commits in around searching and similarity. https://github.com/jellyfin/jellyfin/pulls?q=is%3Apr+author%3Abradbeattie+is%3Amerged, https://github.com/jellyfin/jellyfin-web/pulls?q=is%3Apr+author%3Abradbeattie+is%3Amerged.
Heck that I love to see it! How was it getting into the code base for the first time?