Search found 1 match
- 10 Oct 2014, 15:05
- Forum: Scripting and Automation
- Topic: Filebot exit code
- Replies: 1
- Views: 2341
Filebot exit code
Hi there, I am running this little script, invoked by Deluge upon download completion: #!/bin/bash TORRENT_ID=$1 TORRENT_NAME=$2 TORRENT_PATH=$3 LOG_FILE="${HOME}/deluge-postprocess.log" filebot -script fn:amc --output "$HOME/Videos" --log-file amc.log --action move --conflict override -non-strict ...