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?
Here are the sites I use with Jackett
btdig.com
bitsearch.to
eztv.re
glodls.to
kickasstorrents.to
limetorrents.lol
torrentz2.nz
2torrentz2eu.in
torrentdownloads.pro
torrentdownload.info
torrentgalaxy.to
showrss.info
nyaa.si
Even better if you connect Jackett with Sonarr and Radarr
recently I got a subscription to AllDebrid.com and just connect that with Kodi + Seren or Stremio + Torrentio. Alldebrid is a torrent cache server, if you add a torrent to their site it usually is already cached on their side and then you can download the files at your maximum speed. It’s great for streaming high quality Blu-rays with Kodi or Stremio (which have built in scrapers, so no need to manually add torrents). Just google a tutorial with Kodi+Seren+Alldebrid or Stremio+Torrentio+Alldebrid. The sub is super cheap. And game torrents, like from fitgirl, are also cached on there.
I tried setting up Seren twice on my Kodi but had many issues. First time it just made my entire Kodi unstable, it crashed every ~20 minutes. Re-installed Kodi, then tried to install Seren, and had many issues again. E.g. missing dependencies, tried to install them manually, failed, etc. I’m running OSMC on a Vero, perhaps that’s the reason. Also not a fan of installing 3rd party repos on Kodi.
So, I’m using the alternative solution with the Yatse app. In Stremio I select External Player, and then I can select Yatse => Play Media and then it starts playing on the Kodi.
Are you using a Kodi version older than Matrix? Seren doesn’t work well on older version.
I’m on the latest Kodi v20. Just after installing Seren, which was already problematic due to Failed Dependency errors I had to resolve manually, I got random bsod (with the sad smiley) Today got another bsod so I now think the hardware is just dying.
Kodi is just a pita for many things. I’m tech savvy but it’s just too complicated to eg get ad free YouTube (which is flaky at best), or Realdebrid via Seren. It works perfectly for videos from my NAS.
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)