Exception: Unable to auto-detect query

Any questions? Need some help?
Post Reply
Evo
Posts: 16
Joined: 30 Jan 2012, 19:54

Exception: Unable to auto-detect query

Post by Evo »

I'm running this via cmd using:

Code: Select all

filebot -rename "G:/Downloads" --format "G:/TV/{n}/Season {s}/{n} Season {s} Episode {e} {t}" --db thetvdb -script "C:/Program Files/Filebot/email.groovy" -trust-script
There are 2 episodes of Alcatraz and 3 of Homeland all waiting to be renamed but I get the error:
Exception: Unable to auto-detect query [Alcatraz, Homeland]

The names of the files are in this format:

Alcatraz.S01E09.HDTV.x264-LOL.[VTV].mp4
Homeland.S01E03.HDTV.Xvid-ASAP.[VTV].avi

If I remove Homeland out of the folder and run the command line it works. The same just running it on Homeland. It seems that if there are different shows in my folder it doesn't work
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Exception: Unable to auto-detect query

Post by rednoah »

You'll need to enable fuzzy logic for that. Just set -non-strict
:idea: Please read the FAQ and How to Request Help.
Post Reply