I want to unlock the ability to view content on my mobile device. I can do that with a one-time purchase (payed with google opinion rewards) or with a subscription. I want to unlock the ability for my entire family though, across multiple devices. Do I have to pay the “one-time payment” for every device? If so, the plex subscription might be worth it. Is there any other major benefit to having a plex subscription?
deleted by creator
Regarding downloading from other people’s libraries, I believe they need to allow you to do so. I have a library that was shared with me, but I can’t download anything from them, although I can save it “offline” via the Plex app. The unfortunate thing is that the offline function doesn’t not work very well at all, it works about 20% of the time for me on iOS and Android.
deleted by creator
I used to have one. Then I asked myself why I was paying someone else to access my own stuff.
you’re not wrong… but you gotta give credit where credit is due. Plex does a good job of having a client on every platform. Telling family and friends “search for plex on your devices app store” is a whole hell of a lot easier than having them jump thru all the hoops that it takes for jellyfin to work.
This is the main reason I will continue to use Plex over jellyfin
- Open in browser.
Done. Doesn’t seem like that many hoops.
OK great. Now to that on your Roku, Apple TV, Nvidia Shield, smart phone, etc. There aren’t clients for every platform and the ones that do exist frankly are just not even close to as polished looking as Plex is.
Fortunately Roku doesn’t exist in my country. Jellyfin has apps for AndroidTV, AppleTV and smartphones. It really only lacks an app for consoles
Not a good option, at least on desktop it doesn’t direct play hevc
Because Plex provides you with the user interface to access your own content. Atleast that’s how I like to think about it
deleted by creator
Agreed. But jellyfin is a lot less polished and harder to use for the layman
Jellyfin is shit
Through a subscription fee, no less.
So you built your own software to access your own stuff?
Normally people are using https://jellyfin.org/ although i have never used it so I’m not sure if it offers the same functionality but it’s worth a try.
It’s weakness is client side apps. Most are web apps and not native. It’s getting better but in comparison plex has native apps on almost everything.
I’m a lifetime plex pass user since 2016
This. I use game consoles as my base so I can stream and play games from one place.
Jellyfin for xbox is using the controls to move a cursor around
However Swiftfin and Findroid are making slow but steady progress for mobile devices.
I personally dislike the Plex apps, but yeah its native support is unmatched. The official Jellyfin app for Android gets the job done but isn’t native. However, Findroid seems like the future to me on Android and I use the Kodi plugin on my TV (which is amazing).
Even as a lifetime plex pass subscriber, I have ditched it completely in favor of Jellyfin.
Jellyfin has more functionality but is a lot more technical to set up. I didn’t think it was worth the effort since I already have a Plex server running, but I could see going through that if I didn’t.
Been running Plex with a lifetime pass for around a decade. Worth it for me for sure.
If you use Linux Mint, its a one click install from the software manager GUI and the config happens in a web browser. I use a VPN to connect and play videos from it on my phone. I like it and have it set up everywhere I can.
The only thing I can think of when people say jellyfin is more technical. Is there you have to set up port forwarding and some kind of DNS for your server for remote access.
Yes and you’ll need to handle security and authentication yourself. Plex is way better in this regard even if it means the very occasional issue when their servers are down.
My main bone to pick with Plex is that I believe that free and open source software should be gratis (free as in beer). You’re right about the authentication though. I have mine set up with a simple user name and password over http. I rely on the VPN to limit access to the network through a forwarded port. I don’t really like the idea of authentication being done on someone else’s machine for privacy reasons, which is why I choose jellyfin that runs on my local machine. I’m not currently sharing it, and if I did I would change some of my security practices.
If you really need public remote access and you can set up jellyfin, it’s not much more difficult to set up authelia or LDAP with a reverse proxy and valid certs. I use tailscale and just leave simple auth with jellyfin since it’s only myself and family accessing. I used to run Plex for the offloading of authentication to them but I’m with ya, FOSS should be free.
It’s really easy to set up if you use Docker.
I want to use Jellyfin, but the clients just aren’t up to par with Plex and last I checked Jellyfin won’t transcode downloaded media.
Jellyfin does hardware transcoding.
Last I checked, if you wanted to download media to a mobile device to watch later, you could only do that at full quality. Has that changed?
Ah I see, I have misunderstood. I checked and you are correct that it is not possible to download anything but the original file.
I’ve run both, and I found both required about the same level of technical understanding for an in house setup.
I started with Plex as it worked nicer with my remote, then moved to Jellyfin when I picked up an Android TV. It was the hardware transcoding (without having to pay) that sealed the deal for me.
I haven't used Plex but Jellyfin is as easy as throwing this in Docker:
--- version: "2.1" services: jellyfin: image: lscr.io/linuxserver/jellyfin:latest container_name: jellyfin environment: - PUID=1000 - PGID=1000 - TZ=Etc/UTC - JELLYFIN_PublishedServerUrl=192.168.0.5 #optional volumes: - /path/to/library:/config - /path/to/tvseries:/data/tvshows - /path/to/movies:/data/movies ports: - 8096:8096 - 8920:8920 #optional - 7359:7359/udp #optional - 1900:1900/udp #optional restart: unless-stopped
(from linuxserver.io)
If you like Ansible and docker, check out saltbox. It’s a great project and if they don’t have what you need, it’s in community. They also use authelia sso. I’ve contributed to their community repo.
The dealbreaker about plex for me was having to use their auth servers and having to route traffic through them.
deleted by creator
You create logins on your server which is authenticated through them. I don’t think it routes traffic, just sends login tokens.
deleted by creator
This is problematic because if Plex suffers an outage (which has happened before) users are suddenly unable to sign in. Even if your media server is running fine, through no fault of your own your content becomes inaccessible.
Jellyfin does not have this issue because authentication is handled locally.
However, Plex has too many nice features so I’ll be staying with them for the time being. Credits/intro skipping and Plexamp are a godsend, and the UI is in my opinion way better than what Jellyfin has.
deleted by creator
You can specify networks that don’t require authentication at Plex.tv. When our internet is down at home, we can still use Plex.
There is a plugin which will hopefully be incorporated in the future, for intro skipping. Just google jellyfin intro skipper, its on github. Works ok, some series may beed manual intervention which I am not sure how well it works on Plex. But the point is, does exist for Jellyfin too.
As a music collector the lifetime subscription is worth it just for full access to Plexamp.
your better off spending a couple of quid on getting Symfonium and use that instead of Plexamp - Plexamps great, but Symfoniums better
If you download to your tablet, yes
Jellyfin is a great alternative if you’re okay with webports.
Plex is definitely worth plex pass though. Many features and it works well on any device.
Eh, plex has been super buggy on my FireTV Cube. For some reason it always jumps back like 6 episodes in a show or just picks a random season when we resume playing the next day.
I totally agree, Plex is good but hardly worth that price given the issues and bugs.
I’d buy it if it were a lower price or worked better!
Pay anyone but google, amazon and meta. Fuck these companies.
The Plex Pass unlocks hardware transcoding, which is a huge benefit alone. As others have said, it unlocks things like skip intro, credits detection, playing trailers before movies. It also unlocks the DVR feature, allowing you to attach an inexpensive antenna to your network and start recording over-the-air channels. It is very worth it.
I had the same desires and switched to Jellyfin. It definitely has its idiosyncracies but I don’t regret the switch.
Absolutely not. Plex gets shittier with every update. Their Android app is abaolute dogshit and as been for years. The amount of useless scope creep on their software is insane, and I have a feeling that pretty soon the entire software will be paywalled.
I bought it when it was a one time payment. It’s been worth it but I don’t think I would do it if it was a monthly fee.
They have monthly, annual and lifetime subscribtions. I’m gonna wait for the sale to buy a lifetime subscription.
I think you might be confused, unless something changed. It’s a one time $5 fee to view content within the app.
You can also acess app.plex.tv in your browser, and view content that way for free.
You’re right. I was talking about plex-pass.
Plex pass includes the ability to use the mobile apps
There is a free source available called cloudstream(android) and multiplatform Stremio!
I dig the hardware transcoding, the hdr-sdr tone mapping and the tablet App.
If you use Plex free and never found the limitations to be a burden, you have your answer.
All in all I personally find that a one time unlimited subscription is a great deal that is rarely seen nowadays
If you pay the one time fee or the subscription fee, the system unlocks all the paid features for all of the users on your account. Under your account you can have multiple users, each with their own viewing history (and restrictions, iirc). So if your users log into Plex on their devices using your account username and password - abbadon420 and Hunter1 - and then select their user profile, they will all have access to the features.
The one time fee unlocks forever (the lifetime of Plex, of course) and the subscription unlocks the features for the term of the subscription and then you revert back.
Also make sure to set up 2fa on your login
Also setup a pin on your main account so people can’t get into it and cause mayhem (whether intentional or accidental).
I sub for the skip intros alone, turns out it affects everyone who watches on your server which is great.
I don’t really utilise any other aspects of Plex Pass but £4 isn’t much to me and Plex is insanely useful to me.