Failed to auto-select search result

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
nimm_zwei
Posts: 4
Joined: 30 Dec 2012, 17:48

Failed to auto-select search result

Post by nimm_zwei »

Hi all,

I've a question. I try to rename my files with file bot, but I have some problems. Most of the files are found more than once on TMDB. Is there a way to tell the script it should use the first possibility (in this case Blood Diamond (2006)? Because most of the time, the first entry would be good. If I try with strict: off, there's no change.

The call is like this:

rename(file:it, strict:'on')

and

rename(folder:it, strict:'on')

Auto-detect movie from context: [/volume1/data/04-Videos/_CLEANED_UP/Blood Diamond]
Exception: [Blood Diamond/Blood Diamond] Failed to auto-select search result: [Blood Diamond (2006), Blood and Diamonds (1977), Blood (2004), Blood (1974), Blood (2000), Blood (1998), Blood (2009), Blood (2010), Blood (2005), First Blood (1982), Blood of War (2012), Blood and Sand (1989), Blood on the Moon (1948), Blood In, Blood Out (1993), There Will Be Blood (2007), The Blood Beast Terror (1969), Bathory: Countess of Blood (2008), Rambo: First Blood Part II (1985), Seven Blood-Stained Orchids (1972), Iron & Blood: The Legend of Taras Bulba (2009), Harry Potter and the Half-Blood Prince (2009), My Bloody Valentine (2009), BloodRayne: The Third Reich (2010), Patton (1970)]


Thanks for the help.
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Failed to auto-select search result

Post by rednoah »

Try: rename(..., strict:false)
:idea: Please read the FAQ and How to Request Help.
nimm_zwei
Posts: 4
Joined: 30 Dec 2012, 17:48

Re: Failed to auto-select search result

Post by nimm_zwei »

Thanks so much! Works just fine!
Post Reply