mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-15 22:05:00 -05:00
TheTVDB no longer supports ratings and votes
This commit is contained in:
parent
455937c829
commit
0b6ab22c33
@ -279,7 +279,7 @@ tvdb.values().each{ r ->
|
|||||||
}
|
}
|
||||||
|
|
||||||
// always include if alias has been manually added
|
// 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 ->
|
getNamePermutations(names).each{ n ->
|
||||||
thetvdb_index << [tvdb_id, n]
|
thetvdb_index << [tvdb_id, n]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user