Spyke

Replies

piracy

Comment on

Sonarr/Radarr, is this still a thing?

I've exclusively used Sonarr/Radarr/Readarr for TV/Movies/Books and audiobooks for the past several years. Combined with a few usenet indexers and a decent usenet provider these programs are fantastic (fully automated other than selecting the content and speeds often max my gig connection). It does take a bit of reading and tweaking to get it all setup but I can't recall the last time I couldn't find content.

piracy

Comment on

After spending the time getting overseerr to work, I'm disappointed.

So I don't use overseerr but I do use jellyseerr with my emby setup. Both are just webservers that use a webpage/site that you can login to and add/search for content that will then be sent to your -arr stack and finally indexed into Plex/Emby. You can install overseerr on whatever machine you like, but to access it your other devices need to know where to find it (ie IP:port of hosting machine). You should really set up overseerr on a machine that runs continuously, so like others have said, likely the machine you run Plex on.

I personally take this a step further and use an internal custom domain name (ie. jellyseerr.mymedia.com) that can be accessed from any device on my internal network. I set my router to capture all domain requests for "mymedia.com" and redirect them to a reverse proxy (swag in my case) that will then forward the requests to different IP:port combinations based on subdomain. For example: emby.mymedia.com, jellyseerr.mymedia.com, radarr.mymedia.com, etc. This allows you to access all your services using easy to remember domain names instead of IP addresses.

piracy

Comment on

HDD Health and things of that nature

Look into snapRAID. It does parity based data protection (up to 6 I believe). It's free, opensource. I use it to run a nightly sync and scrub of ~3% of my total disk space, so in a month it scrubs everything to protect against bit rot. It then shoots me a nightly email with any errors or issues it detects. There is a learning curve, but I'm happy to provide some basic scripts for you to get it running in Windows. You can also run it on top of pooling solution such as Drivepool.