From 9090f3ac69202f3049f45ecdd580d0a51a2c5f59 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sat, 11 Feb 2012 17:25:24 +0100 Subject: [PATCH] Give grouped movies a lower score --- couchpotato/core/plugins/score/scores.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/plugins/score/scores.py b/couchpotato/core/plugins/score/scores.py index f8ee3bb..ccf993e 100644 --- a/couchpotato/core/plugins/score/scores.py +++ b/couchpotato/core/plugins/score/scores.py @@ -18,7 +18,7 @@ name_scores = [ 'imbt:1', 'cocain:1', 'vomit:1', 'fico:1', 'arrow:1', 'pukka:1', 'prism:1', 'devise:1', 'esir:1', 'ctrlhd:1', 'metis:1', 'diamond:1', 'wiki:1', 'cbgb:1', 'crossbow:1', 'sinners:1', 'amiable:1', 'refined:1', 'twizted:1', 'felony:1', 'hubris:1', 'machd:1', # Extras - 'extras:-40', + 'extras:-40', 'trilogy:-40', ] def nameScore(name, year):