Page 1 of 1

Shows with different Country counterparts query problems

Posted: 12 Apr 2012, 18:06
by darthsouth
Wanted to start by saying what a wonderful program, thank you. I just started using Filebot and it's just great. I'm having a problem however that is probably something I'm doing wrong, but I just can't figure out what.
Everything is working fine for regular shows, however something like The Amazing Race, which has different versions for different countries, are resulting in Filebot skipping the episode when polling from TheTVDB.

filebot --db TheTVDB --format "/mnt/tv/{n}/Season {s.pad(2)}/{n} -{s00e00}- {t}" --conflict skip -non-strict -rename /mnt/torrents/

Rename episodes using [TheTVDB]
Auto-detected query: [The Amazing Race]
Fetching episode data for [The Amazing Race]
Fetching episode data for [The Amazing Race IL]
Fetching episode data for [The Amazing Race Asia]
Fetching episode data for [The Amazing Race Australia]
Fetching episode data for [The Amazing Race: China Rush]
Fetching episode data for [The Amazing Race Latinoamérica]
java.io.FileNotFoundException: http://thetvdb.com/api/58B4AA94C59AD656 ... all/en.zip
Failed to fetch episode data: [The Amazing Race]

While I'm guessing that I could just not use TheTVDB, I'm wondering if there is a way to make this work using it? Thanks in advance for any help.

Re: Shows with different Country counterparts query problems

Posted: 13 Apr 2012, 01:16
by rednoah
What version are you using? It's a bug, but the latest release will only fetch eps for "The Amazing Race" anyway so you won't run into this problem if you update. In anycase, that bug will be fixed next release.

Re: Shows with different Country counterparts query problems

Posted: 13 Apr 2012, 01:43
by darthsouth
Thanks for reply. I'm running the following version :

FileBot 2.61 (r965) / OpenJDK Runtime Environment 1.6.0_23

Is there a newer version available?

Re: Shows with different Country counterparts query problems

Posted: 13 Apr 2012, 01:47
by rednoah
Wierd. Couldn't reproduce this on my dev machine. I'll upload you a beta release later.

Re: Shows with different Country counterparts query problems

Posted: 13 Apr 2012, 02:09
by rednoah
rednoah wrote:I'll upload you a beta release later.
Done.

http://sourceforge.net/projects/filebot ... ebot/HEAD/

Re: Shows with different Country counterparts query problems

Posted: 13 Apr 2012, 12:04
by darthsouth
That fixed it, thanks a lot :D