couchpotato.core.plugins.score.scores module

couchpotato.core.plugins.score.scores.duplicateScore(nzb_name, movie_name)[source]
couchpotato.core.plugins.score.scores.halfMultipartScore(nzb_name)[source]
couchpotato.core.plugins.score.scores.namePositionScore(nzb_name, movie_name)[source]
couchpotato.core.plugins.score.scores.nameRatioScore(nzb_name, movie_name)[source]
couchpotato.core.plugins.score.scores.nameScore(name, year, preferred_words)[source]

Calculate score for words in the NZB name

couchpotato.core.plugins.score.scores.partialIgnoredScore(nzb_name, movie_name, ignored_words)[source]
couchpotato.core.plugins.score.scores.providerScore(provider)[source]
couchpotato.core.plugins.score.scores.sceneScore(nzb_name)[source]
couchpotato.core.plugins.score.scores.sizeScore(size)[source]