I have some idea on whose torrents to avoid but still if you have a good list please share.

    • @yoichi@lemmy.dbzer0.com
      link
      fedilink
      English
      41 year ago

      Sonarr only downloads media according to the the rules you give it. If you don’t give it any rules, it will just grab whatever immediately matches the quality profile (1080p, 2160p, etc)

      What you can do is follow the trash-guides. Those will give you an updated list of decent groups, and if you use them with notifiarr/recylarr, the profiles on sonarr/radarr will also auto-update along with changes in the guides

      • @madcaesar@lemmy.world
        link
        fedilink
        English
        11 year ago

        How do I configure radarr and sonarr to only download 1080p style movies / shows? It keeps grabbing 40gb movies, I just want the 1-2gb versions, which are plenty for me.

              • @madcaesar@lemmy.world
                link
                fedilink
                English
                11 year ago

                I guess you have a actually pc running your server? With my pie I’m limited to 2 external drives, not sure what my eventual limit will be but I have 2tb left.

                  • @madcaesar@lemmy.world
                    link
                    fedilink
                    English
                    11 year ago

                    Interesting never heard of odroid, I just looked it up, I assume it’s more powerful than my pi? I have the latest pi and it definitely can’t do 4k, there’s just too much stuttering. Maybe it’s some codec thing too because when I convert things into mp4 it plays well, but there’s obviously a quality loss from the mkv.

                    Are you running Linux or win?

        • @yoichi@lemmy.dbzer0.com
          link
          fedilink
          English
          1
          edit-2
          1 year ago
          1. What indexers do you have added to sonarr/radarr? dbzer0 doesn’t mind naming them afaik so you’re good to share them here

          2. Setting the quality slider as the other user suggested should work. Go to Settings->Quality and slide the size for WEBDL-1080P and BLURAY-1080P to the size you’d prefer (remember that it’s defined as size per hour and not total size of the file)

          3. The best way to do this imo is to define release profiles based on groups. I’m guessing, based on your size preferences, you’d normally grab H265/HEVC 1080p releases re-encoded by various groups like TGx and PSA

          On Sonarr (v3), create a release profile and name it whatever you want. In the Must Contain field, paste this -

          /^(?=.*(1080|720))(?=.*((x|h)[ ._-]?265|hevc)).*/i

          This will force Sonarr to only grab releases which are HEVC. This is actually supposed to go in the Must Not Contain field because re-encodes are much more inferior. But if your intention is to save space this works.

          Then in the preferred section you can define the rankings for certain groups you’d like to see. So type in -PSA on the first one and give it a score of 100. In the next one type -TGx with a score of 95 and so on with the groups you’d like to see with corresponding scores according to your preferences.

          Radarr is on v4 and now uses Custom Formats so read https://trash-guides.info/Radarr/ to get a better understanding. The Sonarr section can also help if you want to be more specific with your filters. Anyway, Custom Formats can be imported pretty easily but its best you go through that yourself and try to recreate the profile we made on Sonarr for Radarr

        • @yoichi@lemmy.dbzer0.com
          link
          fedilink
          English
          41 year ago

          Maybe for you, but that’s not how it is for a lot of other people. Some of us prefer to control what releases we grab instead of blindly passing it off to what is essentially a glorified RSS reader (when you don’t set up rules)