mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 22:09:47 -04:00
Make sure to pre-cache anidb index file
This commit is contained in:
parent
d72b7f490d
commit
406e25c49d
@ -351,7 +351,10 @@ pack(osdb_out, osdb*.join('\t'))
|
||||
// ------------------------------ BUILD ANIDB INDEX ------------------------------ //
|
||||
|
||||
|
||||
def anidb = new AnidbClient('filebot', 6).getAnimeTitles() as List
|
||||
def ac = new AnidbClient('filebot', 6)
|
||||
ac.getCache('root').put('anime-titles.dat.gz', dir_data.resolve('anidb.txt').bytes)
|
||||
|
||||
def anidb = ac.animeTitles as List
|
||||
def animeExcludes = [] as Set
|
||||
|
||||
// exclude anime movies from anime index
|
||||
|
Loading…
x
Reference in New Issue
Block a user