RARBG shutting down left a huge hole for me and I can’t figure out what’s a good alternative for it other than 1337. Any suggestions?
I highly recommend upgrading from Jackett to Prowlarr.
More indexers available, Prowlarr syncs its indexers to the rest of the 'arr suite automatically, you can use it to manually search your indexers for whatever instead of just specific categories via the 'arrs (sending the desired results directly to your dl client), and there’s a nice history page where you can see what software performed what searches to which indexers, all the parameters it used, how many results it got, and even manually re-trigger individual searches to see the results.
I’m just starting to learn about Usenet, alldebrid, sonarr, jellyseer etc. I’m not quite getting how it all fits together, though I’ve downloaded many a torrent. Anything you could recommend?
I’m not quite getting how it all fits together
Overseer/Jellyseer/Ombi are request interfaces. You and your users submit requests for movies/shows (music too if you use Lidarr) through there.
Those requests are fed into Sonarr/Radarr which actually manage the media files. They will search your indexers via Jackett/Prowlarr to find the most suitable torrent or nzb, dropping that into your download client (I use qbittorrent and SABnzbd, though I’ve disabled torrents for the time being.). Once completed Sonarr/Radarr will remove them from the download client, sort the files into your media folders and rename them accordingly. If a piece of media couldn’t be found, or is below your desired quality standard Sonarr/Radarr will monitor RSS feeds from your indexers and occasionally perform searches, upgrading files as they are found.
Finally Emby/Jellyfin/Plex can scan your media folders, grab metadata from imdb/thetvdb/themoviedb and present it all nicely for you.
If you haven’t already; putting these services behind a reverse proxy like nginx and a set of subdomains makes ease of use much better. Instead of remembering a bunch of port numbers and IPs: sonarr.domain.tld, radarr.domain.tld, etc.
Within my local network I run Pihole both to block most ads/tracking for every device on the local network, as well as just a local dns server to resolve those domains. (I also own a public domain to easily reach my stuff remotely)
Really appreciate the info, very helpful. The *seer’s and *arr’s are much more clear, thank you.
I’m still confused about indexers, jackett, nzb, and how alldebrid helps.
I’m running yunohost so subdomains are a snap, and already have jellyfin running.