Search found 3 matches

by ivikd
02 May 2015, 22:45
Forum: Scripting and Automation
Topic: Issues with AMC on Deluge?
Replies: 4
Views: 3270

Re: Issues with AMC on Deluge?

You're missing a --def to start the --def key=value argument sequence. Compare what your command to mine and you'll see the difference. You're right, I've added it and the output now looks like what it's supposed to do, telling me it failed because no parameters were passed. However, it doesn't ...
by ivikd
02 May 2015, 15:23
Forum: Scripting and Automation
Topic: Issues with AMC on Deluge?
Replies: 4
Views: 3270

Re: Issues with AMC on Deluge?

What does this do? -$ Have you tried redirecting output to see what's going on? command1 > everything.txt 2>&1 @see http://www.cyberciti.biz/faq/linux-redirect-error-output-to-file/ Sorry about that, my script must've gotten cut off when I copied it, I've edited the post to include the rest of it ...
by ivikd
01 May 2015, 23:54
Forum: Scripting and Automation
Topic: Issues with AMC on Deluge?
Replies: 4
Views: 3270

Issues with AMC on Deluge?

Hello all, I've tried setting Deluge's execute function with the AMC script provided on the forums, but I don't think Deluge is actually running it, as nothing is written to the amc.log file. Here's the contents of my script: #!/bin/bash TORRENT_ID=$1 TORRENT_NAME=$2 TORRENT_PATH=$3 filebot -script ...