Shows with different Country counterparts query problems

Any questions? Need some help?
Post Reply
darthsouth
Posts: 3
Joined: 12 Apr 2012, 17:52

Shows with different Country counterparts query problems

Post 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.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Shows with different Country counterparts query problems

Post 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.
:idea: Please read the FAQ and How to Request Help.
darthsouth
Posts: 3
Joined: 12 Apr 2012, 17:52

Re: Shows with different Country counterparts query problems

Post 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?
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Shows with different Country counterparts query problems

Post by rednoah »

Wierd. Couldn't reproduce this on my dev machine. I'll upload you a beta release later.
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Shows with different Country counterparts query problems

Post by rednoah »

rednoah wrote:I'll upload you a beta release later.
Done.

http://sourceforge.net/projects/filebot ... ebot/HEAD/
:idea: Please read the FAQ and How to Request Help.
darthsouth
Posts: 3
Joined: 12 Apr 2012, 17:52

Re: Shows with different Country counterparts query problems

Post by darthsouth »

That fixed it, thanks a lot :D
Post Reply