AMC Better failed processing handling

All your suggestions, requests and ideas for future development
Post Reply
gugahoi
Posts: 6
Joined: 07 Jun 2014, 09:47

AMC Better failed processing handling

Post 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.
Post Reply