I'm setting up couchpotato and trying to not download scene releases If there is a better release.But the score is to high on the scene releases due to the seeders/leechers. I can't find this line
# Torrents only
if nzb.get('seeders'):
try:
score += nzb.get('seeders') * 100 / 15
score += nzb.get('leechers') * 100 / 30
except:
pass
Which calculates the score to pick the download and is in the regular windows version. I think if I remove this it wont affect the score of the downloaded file. Also if I could set it to just download the largest file below a remux that would be great.