mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 08:25:02 -04:00
* make sure to ignore Short movies from internal index (to reduce messing with similarly named good movies)
This commit is contained in:
parent
b23ae572f5
commit
a2dcb4dc84
@ -163,7 +163,7 @@ movies = tmdb.findResults{
|
||||
movies = treeSort(movies, { it[3, 2].join(' ') })
|
||||
|
||||
// sanity check
|
||||
if (movies.size() < 40000) { die('Movie index sanity failed:' + movies.size()) }
|
||||
if (movies.size() < 35000) { die('Movie index sanity failed:' + movies.size()) }
|
||||
pack(moviedb_out, movies*.join('\t'))
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user