• 0 Posts
  • 7 Comments
Joined 1Y ago
cake
Cake day: Jul 05, 2023

help-circle
rss

It’s absolutely the right way to go, have my whole stack setup with docker compose.


My raspberry pi 3b+ could absolutely direct stream 4k locally, transcoding is a different story. Is your pi connected via ethernet?


There’s definitely alternatives to the Jellyfin UI, there was one that popped up here a few days ago?


I would start here: https://www.reddit.com/r/usenet/wiki/index/. I’m using NZBGeek as my main indexer. Cost me $12 USD for a year of access. There’s lifetime for $80 or something but I’ve only just gotten into usenet over torrenting so testing it out. DrunkenSlug is also another highly recommended indexer, currently open for registrations. I’m using their free tier as NZBGeek has been sufficient so far. For my usenet provider I’m using frugal, $40 USD for a year of access. I’ve got this all setup with an old pc running Debian using docker compose with radarr, sonarr, jellyfin, sabnzbd and jellyseerr.

Can’t speak to private trackers as I’ve never used them.


Nice list but sub out torrenting for usenet. There’s a fee associated with usenet but worth it imo as you get higher quality releases, more likely to find niche stuff and don’t have the issue of no seeders.


Use usenet over torrents. You’re downloading the files from a server rather than peer to peer so you avoid the issue of not having any seeders. There is usually a fee associated with registering with a usenet provider and indexer, however, you can sometimes get a free trial or a limited number of “grabs” per day to test it out.


Using docker containers is a lot easier to manage than installing all the packages directly to the OS. Using docker compose simplifies this even more. You have a simple docker-compose.yml file and it’s usable to any other Linux environment! Just have to be aware of where your drive mount mappings are.