Search found 64 matches

by rv23
24 Dec 2020, 16:12
Forum: Help and Support
Topic: db.anidb.id, AnimeList.anidb.id inconsistency when using --mapper AnimeList.AniDB with theTVDB database
Replies: 29
Views: 21176

Re: db.anidb.id, AnimeList.anidb.id inconsistency when using --mapper AnimeList.AniDB with theTVDB database

Yes, after clearing the cache, the AnimeList mappings for TVDB 384017 & 384424 are good. Thanks. TVDB 335088 (Nekopara) is an upstream data issue, so the fix for that will need to come from a fix there. However TVDB159640 (Sword Art Online), still has what I think is a missing map for the 2nd ha...
by rv23
21 Dec 2020, 21:07
Forum: Help and Support
Topic: db.anidb.id, AnimeList.anidb.id inconsistency when using --mapper AnimeList.AniDB with theTVDB database
Replies: 29
Views: 21176

Re: db.anidb.id, AnimeList.anidb.id inconsistency when using --mapper AnimeList.AniDB with theTVDB database

Re: #1 - Good call, I totally forgot to verify the mapping was correct, my apologies for wasting your time on that one. Re: #2 - Part 1 - Is it a set interval for FileBot to refresh the mappings? Is there any way to determine the last time it refreshed or initiate a refresh? Part 2 (Stripping entrie...
by rv23
20 Dec 2020, 15:59
Forum: Help and Support
Topic: db.anidb.id, AnimeList.anidb.id inconsistency when using --mapper AnimeList.AniDB with theTVDB database
Replies: 29
Views: 21176

Re: db.anidb.id, AnimeList.anidb.id inconsistency when using --mapper AnimeList.AniDB with theTVDB database

If it makes any difference, a fresh download/run of r8296 returns the same behavior.
Using --q "ID#" or --q "Series Name" also returns the same behavior.
by rv23
18 Dec 2020, 22:43
Forum: Help and Support
Topic: db.anidb.id, AnimeList.anidb.id inconsistency when using --mapper AnimeList.AniDB with theTVDB database
Replies: 29
Views: 21176

Re: db.anidb.id, AnimeList.anidb.id inconsistency when using --mapper AnimeList.AniDB with theTVDB database

I'm currently trying to find a solution to using TheTVDB, but wanting AniDB metadata and not being able to get it. Even for series that have mappings in Scud Lee's XML AND are single season. Which baffles me then on why the mappings I had been using don't work, namely {db.AniDB.id} and {order.airdat...
by rv23
06 Oct 2020, 12:25
Forum: Feature Requests and Bug Reports
Topic: Groovy Script: Anidb SeriesInfo Aliases Bug or Feature?
Replies: 5
Views: 2988

Re: Groovy Script: Anidb SeriesInfo Aliases Bug or Feature?

Does AniDB not return that information if you query by ID then? Would this also explain the invalid aliases returned (somehow incorrect cached results)? or is it just a behavior of the current filebot query code if you query by ID? <sigh> I switched to lookups by ID as lookups by name *usually* work...
by rv23
04 Oct 2020, 13:37
Forum: Feature Requests and Bug Reports
Topic: Groovy Script: Anidb SeriesInfo Aliases Bug or Feature?
Replies: 5
Views: 2988

Re: Groovy Script: Anidb SeriesInfo Aliases Bug or Feature?

hm... perhaps there is something behind the scenes wrong? perhaps a windows update/defender that is causing issues? I downloaded r8046, and tried my groovy script to get the series info and it does find the name of the series, but no aliases? I just don't get it. //--------------------------------//...
by rv23
02 Oct 2020, 12:00
Forum: Feature Requests and Bug Reports
Topic: Groovy Script: Anidb SeriesInfo Aliases Bug or Feature?
Replies: 5
Views: 2988

Groovy Script: Anidb SeriesInfo Aliases Bug or Feature?

I've recently discovered when using AniDB.getSeriesInfo in a groovy script, that the aliasNames field is frequently unreliable. On the primary system I have been developing my groovy script on, I've recently been able to pinpoint some irregularities in my match results to INVALID (as in Aliases for ...
by rv23
30 Sep 2020, 12:22
Forum: Scripting and Automation
Topic: How to get the number of episodes for a series?
Replies: 4
Views: 2995

Re: How to get the number of episodes for a series?

Thanks!,

I revisited the page on using --mapper and noticed that you can use 1:N mappers and have been experimenting with it.

At this time I'm good with the responses here and will digest what I have learned.

Thanks again.
by rv23
27 Sep 2020, 12:44
Forum: Scripting and Automation
Topic: How to get the number of episodes for a series?
Replies: 4
Views: 2995

Re: How to get the number of episodes for a series?

Thanks Kim I'll look into these, are these bindings available only format/filter etc? would they be available in groovy script directly or would I need to call some method to get them? I should have mentioned I was trying to get this information within a groovy script, prior to calling rename. I'm e...
by rv23
26 Sep 2020, 14:41
Forum: Scripting and Automation
Topic: How to get the number of episodes for a series?
Replies: 4
Views: 2995

How to get the number of episodes for a series?

Is there a way to get the # of episodes for a specific Series in TheTVDB and AniDB other then getEpisodeList? So far it seems like I'd have to get the episode list (AniDB.getEpisodeList and TheTVDB.getEpisodeList) and count the # of episodes returned.. Is this effectively the "best" method...
by rv23
16 Sep 2020, 21:41
Forum: Scripting and Automation
Topic: How would I use filebot cache with an xml file that needs gzip compression first?
Replies: 1
Views: 1709

How would I use filebot cache with an xml file that needs gzip compression first?

I'd like to have filebot cache the following file (in xml) - http://anidb.net/api/anime-titles.xml.gz I've seen a few examples in the forums on caching xml that is a direct download, but nothing on how you would download it, decompress it and then cache it. As for why, it has Series Synonyms in it, ...
by rv23
13 Sep 2020, 19:24
Forum: Scripting and Automation
Topic: How to get series synonym from AniDB in filebot when using groovy Script.
Replies: 13
Views: 10676

Re: How to get series synonym from AniDB in filebot when using groovy Script.

okay, that was the primary issue with values not matching when they "should", as the windows utilities I was using to search for are case insensitive they worked just fine with the mixed case, switching all the entries to lowercase and doing a lowercase search solves that problem. At this ...
by rv23
13 Sep 2020, 19:07
Forum: Scripting and Automation
Topic: How to get series synonym from AniDB in filebot when using groovy Script.
Replies: 13
Views: 10676

Re: How to get series synonym from AniDB in filebot when using groovy Script.

ah so in general groovy stuff works in the filter .. that is useful.. I kinda suspected it was one of the bindings was silently throwing an error and killing the expression .. Apply filter [println db.AniDB.n ? println db.AniDB.primaryTitle ? println db.TheTVDB.n ? def lines = lines('C:\\Users\\vitk...
by rv23
13 Sep 2020, 14:30
Forum: Scripting and Automation
Topic: How to get series synonym from AniDB in filebot when using groovy Script.
Replies: 13
Views: 10676

Re: How to get series synonym from AniDB in filebot when using groovy Script.

Re: Filter - n/primaryTitle matching For the filter of x in lines('file'), do the line endings matter, or are there special (non-ascii for example, * or @ 'special' characters) that need to be stripped out for the match to work? would you expect a file with a few hundred lines to present problems wi...
by rv23
12 Sep 2020, 13:24
Forum: Scripting and Automation
Topic: How to get series synonym from AniDB in filebot when using groovy Script.
Replies: 13
Views: 10676

Re: How to get series synonym from AniDB in filebot when using groovy Script.

Re: Filter by Age My apologies, I used examples of currently airing shows primarily because the example info was readily available for the post, and as currently airing shows I'm interesting in increasing the accuracy of their matching first. However without any real in-depth analysis, from the file...
by rv23
11 Sep 2020, 13:08
Forum: Scripting and Automation
Topic: How to get series synonym from AniDB in filebot when using groovy Script.
Replies: 13
Views: 10676

Re: How to get series synonym from AniDB in filebot when using groovy Script.

Re: AniDB Synonyms I ran filebot -clear-cache and I still do see the AniDB Synonyms for Sword Art Online: Alicization - War of Underworld (2020) Our AniDB Aliases: [Sword Art Online: Alicization - War of Underworld, ???????????? ???????? War of Underworld (2020), ???????????? ???????? War of Underwo...
by rv23
11 Sep 2020, 12:48
Forum: Scripting and Automation
Topic: How to get series synonym from AniDB in filebot when using groovy Script.
Replies: 13
Views: 10676

Re: How to get series synonym from AniDB in filebot when using groovy Script.

Well, I think I have a better idea of why the Re: Zero stuff frequently doesn't get matched (against TheTVDB), and why using -q "Re:Zero kara Hajimeru Isekai Seikatsu" just doesn't work .. It seems that Re:Zero kara Hajimeru Isekai Seikatsu (which is what SeriesInfo returns, and has the hi...
by rv23
11 Sep 2020, 11:46
Forum: Scripting and Automation
Topic: How to get series synonym from AniDB in filebot when using groovy Script.
Replies: 13
Views: 10676

Re: How to get series synonym from AniDB in filebot when using groovy Script.

I'm experimenting with using jaroWinklerDistance (https://en.wikipedia.org/wiki/Jaro%E2%80%93Winkler_distance) from Apache Commons (https://commons.apache.org/proper/commons-text/apidocs/overview-summary.html) to determine the "highest" matching entries in TheTVDB/AniDB. First I query for ...
by rv23
10 Sep 2020, 20:32
Forum: Scripting and Automation
Topic: How to get series synonym from AniDB in filebot when using groovy Script.
Replies: 13
Views: 10676

How to get series synonym from AniDB in filebot when using groovy Script.

The net.filebot.web.SeriesInfo object returned from AniDB.getSeriesInfo("Sword Art Online: Alicization - War of Underworld (2020)", locale) doesn't look to include any synonyms, only official titles .. [runtime:null, startDate:2020-07-12, genres:[], certification:null, rating:4.69, id:1514...
by rv23
09 Sep 2020, 18:46
Forum: Episode / Movie Naming Scheme
Topic: How to improve AniDB Absolute episode matching
Replies: 4
Views: 5041

Re: How to improve AniDB Absolute episode matching

Thanks, that helped. It seems this part was having issues in the latest filebot .. myShowSeason = "${ switch (myShowMonth) { case { myShowMonth.matches('0?[1-3]') }: return 'winter' case { myShowMonth.matches('0?[4-6]') }: return 'spring' case { myShowMonth.matches('0?[7-9]') }: return 'summer'...
by rv23
09 Sep 2020, 15:22
Forum: Scripting and Automation
Topic: Can we query animelist(s) within groovy script using filebot methods?
Replies: 1
Views: 1604

Can we query animelist(s) within groovy script using filebot methods?

Can we query the Animelists within a groovy script directly? Non-strict looks to frequently be required to match most anime *i* am downloading, which is fine except there is a decent number of times where the match is not even the correct series AND the "correct" series name is part of the...
by rv23
09 Sep 2020, 12:13
Forum: Scripting and Automation
Topic: [AniDB] Client-side Limits and Server-side Bans
Replies: 2
Views: 2462

Re: [AniDB] Client-side Limits and Server-side Bans

Awesome, Thanks for both adding the additional error message logging and detailing it specifically here (I've bookmarked this info now)

Do I need to set a specific log level or will they be logged by the default log level?
by rv23
08 Sep 2020, 19:18
Forum: Episode / Movie Naming Scheme
Topic: How to improve AniDB Absolute episode matching
Replies: 4
Views: 5041

Re: How to improve AniDB Absolute episode matching

Is there a way to get *just* FileBot r7904 vs the latest beta? I tried to download r8004, however it totally doesn't like something I'm doing in the script (which works with r7829) .. startup failed: Script1.groovy: 680: unexpected token: elseif @ line 680, column 7. } elseif (mod10 == 2 && ...
by rv23
13 Aug 2020, 01:39
Forum: Episode / Movie Naming Scheme
Topic: How to improve AniDB Absolute episode matching
Replies: 4
Views: 5041

How to improve AniDB Absolute episode matching

For various reasons I am adding xattr (episode information) to a large number of files that have been verified/sorted/renamed using one of the AniDB clients. The filename format is basically this: English Series name - Episode#WithVersion - Episode Title [ReleaseGroup][Source][Resolution][Codec][CRC...