Just like title. I remember there is a very detailed guide for setup a Plex server with Sonarr/Radarr for streaming from everywhere in my house. But I can’t find it anymore.
If anyone has a guide and share it, I would be appreciate.
Just curious. Why Plex, and not Jellyfin?
my personal excuse is that I have a Samsung TV and there’s no Jellyfin app yet on the app store (I don’t want to side load)
Is there a Kodi app? Because Kodi can play media from Jellyfin servers.
I mean, there’s also a DLNA browser built in which I can browse my media with, but what we are looking for is a Jellyfin/Plex experience right?
C/Plex on Lemmy.ee has a bunch of nice guides I wrote up and curated. I had to drop back from modding due to a major life event, but I’d be glad to answer any questions you have.
Best of luck 👍🏻
ya mean https://lemm.ee or more specifically !plex@lemm.ee?
Yes
Step 1 - Dont. Step 2 - Install Jellyfin
What’s so great about jellyfin anyways? I have a lifetime plex pass so I’d be a waste of my money if I stopped using plex
This article covers it in depth.
https://www.rapidseedbox.com/blog/jellyfin-vs-plex
It’s a different answer for someone already invested and paid up for life on plex though than it is for someone looking to do their first install.
I noticed jellyfin doesn’t have mobilesync, does that mean I wouldn’t be able to watch stuff away from home on my phone for example?
I watch totally fine on my phone and pickup at home. It should sync to your log in account in my experience
Plex does reencode and sync to phone for offline watching. Jellyfin you would stream direct. If you often go places with no Internet then sync is better, otherwise you’d be fine.
At work I don’t have wifi so I’m forced to use my phones 4g
If you pre-encode and sync over episodes for later, then yes plex will work better for you. If you watch streaming over 4g then you’d be unaffected
I didn’t follow any single guide, but the following got me through my installation:
I used Dockstarter, since I am relatively unfamiliar with Docker. If you haven’t heard of it, it is essentially a GUI script that helps you with directories, ownership, and settings involved with a large selection of Docker containers. It tends to focus on the linuxserver io releases.
-
I like qBittorrent, and this particular image worked best with my VPN (AirVPN): Dockstarter: qBittorrentVPN. The linked support forum was helpful figuring out a couple of OpenVPN specific issues I had.
The Trash Guides are useful for setting up the directory trees.
There’s also a list of suggested Plex server settings on that site.
-
Before you start I nnudge you to check out jellyfin
Thank you for everyone respone. Now I have enough material to setup my own streaming server.
In the long run, you should be using jellyfin because plex has been worsening.
How has plex been worsening?
Plex pass.
Great explanation 🙄
I have a docker compose script you can have that sets up an array of arr containers as well as plex and enby, plus qbittorrent and jackett fed through a vpn container. Ping me tomorrow so I can anonymize it and pass it to you if you’d like.
I’d be interested in seeing it if you wouldn’t mind passing it along
Sorry it took a while, busy weekend.
Here you can find the script. I commented the parts that i thought were not clear.
This does not include the streaming apps since people seem to have very strong preferences about that.
I use both Plex and Emby for different types of media, but any media server will work with this setup so I left those out to leave it more generic.
I also left Heimdall in there cause i find a landing page very useful but feel free to remove it as needed.
You will need OpenVPN credentials as provided by your VPN service, check here for a list of supported services and general FAQs and here for the tutorial this is based on.
Very interesting, thank you for sharing! Question from a newbie: why did you declare the host_network external network? What purpose does it serve and how is it managed?
You can see more in the tutorial I linked.
I’m no expert myself but it is my understanding that the VPN container needs an explicit reference to the network to use to connect outwardly, and that definition just tells it to use the default connection of the host machine.
Thank you very much! That is very helpful!
I’ve also seen https://trash-guides.info being mentioned
deleted by creator