diff --git a/Contents/Code/__init__.py b/Contents/Code/__init__.py index c0b5567..29e43ba 100644 --- a/Contents/Code/__init__.py +++ b/Contents/Code/__init__.py @@ -431,6 +431,7 @@ def search(self, results, media, lang, manual): self.Log('* Thumb is %s', thumb) if score >= LCL_IGNORE_SCORE: + score = score - (i - 1) # reduce score by one point for each position on results info.append({'id': itemId, 'title': title, 'year': year, 'date': date, 'score': score, 'thumb': thumb, 'artist' : author}) else: self.Log('# Score is below ignore boundary (%s)... Skipping!', LCL_IGNORE_SCORE)