I use a seedbox to run qBittorrent with Jackett, and have a bunch of sources on there. I know there are other methods, but that works for me and I’m comfortable with it.

Rarbg has been gone for about five months and it’s harder and harder to find 4k TV rips. For current shows, sometimes you can get episodes as they air, but it’s rare to see full seasons.

The tipping point was when I searched for a Netflix show from two weeks ago just now, with zero 4K results.

I’ve always hated private trackers since they’re a pain in the ass, but is that the only option now? Do I need to look at a different method entirely? I’ve been torrenting since that existed, but if I need to do something else, let me know.

I don’t expect to get torrent sites in any responses, but you can do that if you have any 😂

  • @[email protected]
    link
    fedilink
    English
    22
    edit-2
    8 months ago

    The whole Arr suite, plus others. I have a 24/7 low power machine running the following on unRAID with containers:

    • Radarr
    • Sonarr
    • Prowlarr
    • Overserr
    • qBittorrent
    • a VPN container
    • Recyclarr
    • cross-seed
    • qbit manage (this is key)
    • unpackerr
    • autobrr

    I have more of course but this is what’s relevant to you.

    I also have some custom scripts for patching some things up to my like.

    • @[email protected]
      link
      fedilink
      English
      4
      edit-2
      8 months ago

      how did you set it up (like, what’s the process a file would do to get downloaded)? this seems a bit more complex then the normal *arr stack setup

      • @[email protected]
        link
        fedilink
        English
        48 months ago

        Just the normal monitor process in the Arrs and then the magic happens in qbit manage. There you can set up targets for your torrents (share ratio, seeding times, etc). Also autobrr puts me in the very first people to download a torrent, so it helps in keeping a good ratio. Cross-seed also pumps up the ratio a lot.

        Recyclarr is very important for me because I am assured to request only the very best quality for the things I care.

        My setup is complex but only because I invested way too much time in. You can get to 80% what I have in a few days and still get awesome results.

        • @[email protected]
          link
          fedilink
          English
          28 months ago

          wow! i have to admit i often leech from public trackers since my vpn doesn’t support port forwarding anymore (mullvad) so i didn’t really know of the setup to get a good ratio, only the downloading part. I’ll have to look into it. by the way, do you use a vpn with port forwarding or just use trusted private trackers?

    • @[email protected]OP
      link
      fedilink
      English
      28 months ago

      Nice system. It looks like I could run most of that on my seedbox. Of course, I still need the content 😂

        • @[email protected]
          link
          fedilink
          English
          28 months ago

          If this refers to docker compose, I think all that does is put them in the same network.

          • @[email protected]
            link
            fedilink
            English
            38 months ago

            Here’s the docker equivalent (gluetun is the VPN container in my setup):

            network_mode: container:gluetun

            So for any container I want to run through the VPN, I just stick that line in.

          • @[email protected]
            link
            fedilink
            English
            18 months ago

            Not compose, I use unRAID. This put this container in the other container’s net. If you google for unRAID you find it quite fast.