this post was submitted on 02 May 2024
466 points (98.5% liked)
Technology
59104 readers
5417 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I am serious because fuck this streaming shit.
That's the spirit! If you know your way around Linux admin, docker and such, don't hesitate to dive into jellyseerr + *arr + Jellyfin, it was much simpler to set up than I expected. Once everything's up and running, the experience is far superior to any commercial streaming service.
You're speaking Greek but I'll figure it out. I always do.
The trash-guides they posted are for a majority of the "arr" stack (Sonarr, Radarr, etc) that monitor stuff you ask for and automate a lot of the download handling.
Jellyfin is a FOSS media server alternative to Plex. They each have their minor pluses and minuses. Personally plex has been easier to get non-techie friends/family to use.
Docker is a containerization system. Basically instead of setting up a physical computer, or one or more virtual machines, you have a self contained bundle of everything a program needs to run that is linked to storage/network stuff on your actual system. Then they talk to each other.
One thing to keep in mind is that this is all immensely scalable. Especially if you don't care about long term storage of a bunch of shows/movies. You can set it up on your personal PC and it'll work fine. Set it up on a dedicated machineand it'll be a bit more reliable. Moving stuff around is generally pretty painless. ( as long as the trash-guides or some similar standardization is followed )
The setup can be a bit overwhelming but please message me if you get stuck on anything!
You're sweet,thank you!