Notification of failure

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
gugahoi
Posts: 6
Joined: 07 Jun 2014, 09:47

Notification of failure

Post by gugahoi »

I just tried out the email feature on the AMC script and its pretty awesome. However I notices it didnt show the failed ones.
Is it possible to be notified of what failed to match/rename? Is there a command for that?

Cheers
User avatar
rednoah
The Source
Posts: 22999
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Notification of failure

Post by rednoah »

If you've gmail/mail you can also enable error reports with this option:

Code: Select all

--def reportError=y
:idea: Please read the FAQ and How to Request Help.
gugahoi
Posts: 6
Joined: 07 Jun 2014, 09:47

Re: Notification of failure

Post by gugahoi »

Brilliant! I was just checking the info page again to see if the flag was there and it is. Not sure how I missed it.

Now a quick unrelated question, I had a movie be misidentified (Movie is supposed to be Evil Dead 2013).
Trying to rename it with:

filebot -r -rename /home/plex/Movies/The\ Lucky\ One\ \(2012\)/ --q "Evil Dead 2013" --action move

but getting:

Filename pattern: [0.00] SxE, [0.00] CWS
Rename movies using [TheMovieDB]
Looking up movie by query [Evil Dead 2013]
Exception: Multiple options: Force auto-select requires non-strict matching: [Evil Dead (2013), The Evil Dead (1981), Claycat's Evil Dead II (2012), Evil Dead 3 - Army Of Darkness - Directors Cut (1992), Evil Dead II (1987), Evil Dead Inbred Rednecks (2012), Evil Dead: The Musical (2004), Army of Darkness (1992), The Holy Virgin Versus the Evil Dead (1991), Evelyn: The Cutest Evil Dead Girl (2002), Abandoned Souls (2010), Dead Inside (2011), Messiah of Evil (1973), The Gore the Merrier: The Making of Evil Dead II (2000), Evil Dead Trap (1988), My Name Is Bruce (2007), Shaolin vs. Evil Dead (2004), Evil Dead Trap 2 (1992), Evil Face (1974), Neon Maniacs (1986)]
java.lang.Exception: Multiple options: Force auto-select requires non-strict matching: [Evil Dead (2013), The Evil Dead (1981), Claycat's Evil Dead II (2012), Evil Dead 3 - Army Of Darkness - Directors Cut (1992), Evil Dead II (1987), Evil Dead Inbred Rednecks (2012), Evil Dead: The Musical (2004), Army of Darkness (1992), The Holy Virgin Versus the Evil Dead (1991), Evelyn: The Cutest Evil Dead Girl (2002), Abandoned Souls (2010), Dead Inside (2011), Messiah of Evil (1973), The Gore the Merrier: The Making of Evil Dead II (2000), Evil Dead Trap (1988), My Name Is Bruce (2007), Shaolin vs. Evil Dead (2004), Evil Dead Trap 2 (1992), Evil Face (1974), Neon Maniacs (1986)]
at net.filebot.cli.CmdlineOperations.selectSearchResult(CmdlineOperations.java:905)
at net.filebot.cli.CmdlineOperations.renameMovie(CmdlineOperations.java:392)
at net.filebot.cli.CmdlineOperations.rename(CmdlineOperations.java:138)
at net.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:72)
at net.filebot.Main.main(Main.java:192)
Failure (°_°)


How do I go about this situation?
User avatar
rednoah
The Source
Posts: 22999
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Notification of failure

Post by rednoah »

Force movie mode:

Code: Select all

--db TheMovieDB
Allow non-strict matching

Code: Select all

-non-strict
:idea: Please read the FAQ and How to Request Help.
Post Reply