mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 16:28:51 -05:00
* set AniDB client version to v5 for the FileBot 4.1+ series
This commit is contained in:
parent
be48eaf9ed
commit
774d1b4a1b
@ -280,7 +280,7 @@ pack(thetvdb_out, thetvdb_txt)
|
||||
|
||||
|
||||
// BUILD anidb index
|
||||
def anidb = new AnidbClient('filebot', 4).getAnimeTitles()
|
||||
def anidb = new AnidbClient('filebot', 5).getAnimeTitles()
|
||||
|
||||
def anidb_index = anidb.findResults{
|
||||
def names = it.effectiveNames*.replaceAll(/\s+/, ' ')*.trim()*.replaceAll(/['`´‘’ʻ]+/, /'/)
|
||||
|
@ -48,7 +48,7 @@ public final class WebServices {
|
||||
|
||||
// episode dbs
|
||||
public static final TVRageClient TVRage = new TVRageClient();
|
||||
public static final AnidbClient AniDB = new AnidbClientWithLocalSearch(getApplicationName().toLowerCase(), 4);
|
||||
public static final AnidbClient AniDB = new AnidbClientWithLocalSearch(getApplicationName().toLowerCase(), 5);
|
||||
public static final SerienjunkiesClient Serienjunkies = new SerienjunkiesClient(getApplicationProperty("serienjunkies.apikey"));
|
||||
|
||||
// extended TheTVDB module with local search
|
||||
|
Loading…
Reference in New Issue
Block a user