1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

TheTVDB no longer supports ratings and votes

This commit is contained in:
Reinhard Pointner 2018-07-21 14:07:20 +07:00
parent 455937c829
commit 0b6ab22c33

View File

@ -279,7 +279,7 @@ tvdb.values().each{ r ->
}
// always include if alias has been manually added
if (alias != null || (votes >= 5 && rating >= 4) || (votes >= 2 && rating >= 6) || (votes >= 1 && rating >= 10)) {
if (alias != null || (votes >= 600 && rating >= 4) || (votes >= 400 && rating >= 6) || (votes >= 200 && rating >= 8)) {
getNamePermutations(names).each{ n ->
thetvdb_index << [tvdb_id, n]
}