90
Does anyone have a list for Trusted and Untrusted torrent uploaders ?
(lemmy.dbzer0.com)
1. Posts must be related to the discussion of digital piracy
2. Don't request invites, trade, sell, or self-promote
3. Don't request or link to specific pirated titles, including DMs
4. Don't submit low-quality posts, be entitled, or harass others
📜 c/Piracy Wiki (Community Edition):
💰 Please help cover server costs.
Ko-fi | Liberapay |
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.
Lower the quality slider under settings. I'm not sure where you'd put it though. I'm downloading 130 GB versions since I have the space.
What kind of storage do you have set up? I just have a 7TB hard dive attached to my pi
128 TB media server built for this purpose. It's got about 3,000 movies, but not all of them are in 4k. Less than 9 TB free at the moment.
That's not enough storage for a media server though.
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.
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?
What indexers do you have added to sonarr/radarr? dbzer0 doesn't mind naming them afaik so you're good to share them here
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)
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