AMC Failure Notifications?

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
twig123
Posts: 10
Joined: 03 Oct 2012, 01:54

AMC Failure Notifications?

Post by twig123 »

I've had an issue a few times now, where the AMC script has either not been able to find show data or doesn't have enough space on the destination drive.

This is the command that my script runs:

Code: Select all

"C:\Program Files\FileBot\filebot.exe" -script fn:amc --output "W:\~Media~" --log-file C:\Users\twig\Documents\uTorrent_Script\Log\amc.log --conflict override -non-strict --def plex=localhost --def pushbullet={Omitted} artwork=n clean=y backdrops=n "seriesFormat=TV/~New TV~/{n}/{n} - Season {s}/{n.space('.')}.{s.pad(2)}x{e.pad(2)}.-.{t.space('.')}" "movieFormat=Movies/~New Movies~/{n} ({y})" %ut_dir% --action copy --def reportError=y
Currently, I have it set to use PushBullet for notifications, but it doesn't seem to do any notifications to PushBullet for failures.

I looked at the Overview and it says that the "reportError" switch will "Report errors via email":
http://www.filebot.net/forums/viewtopic.php?t=215

I assume this will require me to add in the "--def gmail" switch... but will this make me get all notices (not just failures) emailed to me as well? Will doing this interfere with getting PushBullet notifications? finally, is there a way to get the failure notifications via PushBullet?

I wanted to ask before making any changes, as my setup has been working flawlessly for several months now (besides these hiccups)... and didn't want to end up messing something up.

PS: You are awesome and a big THANK YOU for all of your hard work on this!
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC Failure Notifications?

Post by rednoah »

Sorry, not supported. Error reporting only works via email, and then you'll get all the reports via email as well.

You might wanna set --def unsorted=y though. I'm sure there's other tools that can send notifications for certain events, like running out of disk space.
:idea: Please read the FAQ and How to Request Help.
Post Reply