Page 1 of 1

AMC Better failed processing handling

Posted: 08 Jun 2014, 05:18
by gugahoi
At the moment all I receive in my inbox when a download fails to process is a very meaningless email saying:
[FileBot] Failure
Finished without processing any files
I am using Ubuntu 14.04 with Transmission,

My post processing script is:

Code: Select all

#!/bin/bash
/usr/bin/filebot -script "fn:amc" --output "/home/plex/" --action hardlink --conflict auto -non-strict  --log-file "/home/plex/.amc.log" --def subtitles=en  artwork=y gmail=<RETRACTED> clean=y reportError=y excludeList="/home/plex/.amc-input.txt" "ut_dir=$TR_TORRENT_DIR/$TR_TORRENT_NAME" "ut_kind=multi" "ut_title=$TR_TORRENT_NAME"
Would be great to receive the name of the torrent that failed to process and the reason why it did (no matches, too many matches, etc...)
Otherwise this feature has very little use since I will have no idea what is really going on.