Plex and Jellyfin are two ways to host your own content. Basically, instead of streaming from a Netflix server, you’re streaming from your own server.
Plex was the original, and Jellyfin is the FOSS alternative. In short, you run the program on a computer somewhere, and tell that program where all of your media is stored. It’ll scan your media depending on the library type (movies, TV shows, music, etc,) automatically pair it with the appropriate metadata, and make it available for streaming via the computer.
You can combine this with the *arr suite (Radarr, Sonarr, etc) to have your torrent client automatically download new content as it comes out. Basically, the appropriate *arr program listens for when new content gets released, then automatically tells your torrent client to search for that content (based on specific rules like language, bitrate, capture method, etc) and download it automatically. This pairs nicely with Plex/Jellyfin because you can use automatic torrent management to drop the files directly into the right folders for your server to scan and make available.
It does have a few drawbacks. One of the most annoying is port forwarding. Lots of VPNs have stopped offering port forwarding, because some creeps figured out how to use it to share/trade CSAM anonymously. But Plex and Jellyfin require an open port in order to be made available outside of your network, and you don’t want to run the server+torrents without a VPN. Some VPNs allow port forwarding, but randomly assign the port every time you connect. So it may work fine for a while, but will require occasional attention when that port changes.
There’s also the issue with needing a computer that’s turned on all the time. Some people (like myself) just run it on their home desktop. But that means I needed to set up Wake On LAN to be able to boot my computer up remotely, or just be okay with letting it idle all the time and never sleep. Personally, I chose to enable WOL, so I just remote into my network and send a magic packet before trying to stream. But that’s an extra step some people won’t want to do every time. If you have an old computer sitting around gathering dust, it can be a great weekend project.
pimeys@lemmy.nauk.io 1 year ago
A great UI to stream your movie files from your TV. A bit like Plex, but open source.
wreckedcarzz@lemmy.world 1 year ago
Tbh JF is faaaaaaaar from a ‘great UI’, it suffers from the ‘open source design’ of developers who have no idea how to design a good UI as the designers for the UI. I shouldn’t need to click vaguely in the direction of where I think the X (close) button is to make it appear in the first place. The settings for a user should be in the same location as the admin settings. The main screen shouldn’t look like it came straight out of 2000, it should have the categories l visible by default, it should be easier to setup https (plex was WAY easier in this regard), ota channel guides shouldn’t be outsourced to a paid project, there is no built-in import/export (I recently moved to a docker image and found that out, yay)…
It ‘works’, but fuck me it’s so rough around the edges that it draws blood. Plex has issues (downloading content from a server is wonky, metadata can grab the wrong movies, paid sub/lifetime etc) but it’s so, so, so much closer to what an all-in-one media platform should be, imo.
cantsurf@lemm.ee 1 year ago
I’m not arguing that any of your complaints are invalid. I just want to say that I use jellyfin to organize my movies and TV shows and access them from other computers on my home network. It works, is easy, was free. I like it.
wreckedcarzz@lemmy.world 1 year ago
Yeah, there’s a reason I keep it installed and at the ready, but it’s just less user-friendly and that is essential when my users aren’t tech savvy, they just want things to ‘work’. If JF reaches feature parity I’ll migrate my users, but I can’t be asked to explain why they need to pay a monthly fee for ota guides or why everything looks different, if I also need to explain that features are missing and why can’t I move their watch history. It’s got to be easy for them, but also for me too.
Darkassassin07@lemmy.ca 1 year ago
That’s because it’s a fork of Emby from 13+ years ago, still running 90% of that old code. They’ve kept it functional, that’s about it.
If you want something that’s actually still being developed/improved look to Emby or Plex. Emby is more focused on ‘personal’ media servers with your own content and users under your own control; plex is more focused on cloud services, integrating content they can run advertising on and requiring your users to authenticate through their public servers to be able to access your local/private server.
gears@sh.itjust.works 1 year ago
Why did they fork Emby if Emby is still being actively developed?
pimeys@lemmy.nauk.io 1 year ago
I use Plex for music because it is very good there, but Jellyfin for movies/tv which I like more for that kind of content.
wreckedcarzz@lemmy.world 1 year ago
I’ve had plex running on my nas for 6+ years now, and have it set to where all the cloud stuff is available but out of the way, as I have a small collection so I don’t need to lean into the cloud streaming. I remember trying Emby in my evaluation of Plex, but as I recall the UI was bleh and it too followed a paid model. I know of Kodi but I haven’t looked into it in a long time, and I never ended up actually trying it.
Plex is fine for my needs, but I decided to get setup with JF just ‘in case’ plex takes a sharp new direction or something (I’ve had it installed since the whole ‘watch stuff free with ads’ kicked off), so if/when I can just be like ‘hey all plex did [stupid thing] so I just need you all to uninstall plex, grab this jellyfin app, and login with [credentials] and we will be all set’.
helenslunch@feddit.nl 1 year ago
I’ve found that most FOSS projects just have a “for us, by us” mentality where nobody cares about making things easy to use to the point that it’s not even possible if you’re not an experienced coder AND have strong knowledge of networking.
MaggiWuerze@feddit.de 1 year ago
Not to mention the setup for hardware encoding which basically expects deep knowledge of the matter to even get it to run, let alone run well. Plex on the other hand hides it behind a license but it JUST WORKS, there’s no setup or anything.
I really wanted to use Jellyfin, but there’s just too many pain points