this post was submitted on 18 Feb 2023
25 points (100.0% liked)
Piracy
23053 readers
26 users here now
Welcome to /c/piracy
No netflix or streaming services landlubbers allowed, this is pirates territory.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm sure someone has some links to a guide, but the basic steps for a server-based setup are:
Thanks! Do you use Sonarr or Radarr? I've heard of those for organizing/scheduling torrents.
The whole *arr suite is good stuff I highly recommend
No probs. I personally don't. Its mainly for shows and movies that aren't released yet, and it can schedule automatic downloads for them. I usually just download whole seasons, or movies as they get released.
If its something new that I really want to watch, I might put a reminder for when it gets released to streaming / dvd, and its usually up on torrents that day.
FYI if you're using jellyfin and find the interface not to your liking, the kodi jellyfin plugin integrates your jellyfin library into kodi movies/tv/etc categories. I just started using it and its very cool
https://jellyfin.org/docs/general/clients/kodi/
What do you do for auth with jellyfin?
Jellyfin has a user system, you can even make multiple accounts for different viewers.
I’ve been using JellyFin for sometime but I don’t have a docker image installed. What purpose does it serve?
All the benefits of docker: no weird system issues, easy upgrades, portable, etc.
Portable as in accessible outside the home network? That’s one nut I could never crack with port forwarding etc.
Portable as in all the files are self-contained, and if you need to upgrade your system, move it to a new machine, or make backups its really easy because docker is a self-contained system. Making docker services available outside the network is a separate thing, I'm sure you can find some guides for that.