Search found 2 matches

by niciuffo
12 Oct 2014, 18:34
Forum: Scripting and Automation
Topic: [Help]Script gets fired by Transmission, doesn't do anything
Replies: 3
Views: 3210

Re: [Help]Script gets fired by Transmission, doesn't do anyt

I'd check amc.log and see what it says. Should be in ~/.filebot if you're using the .deb package. Keep in mind that your shell script will be executed by the transmission user which may have different permissions, different, $HOME, different $PATH, etc so I'd make sure to pipe std/err output ...
by niciuffo
12 Oct 2014, 15:18
Forum: Scripting and Automation
Topic: [Help]Script gets fired by Transmission, doesn't do anything
Replies: 3
Views: 3210

[Help]Script gets fired by Transmission, doesn't do anything

Hello, I am setting up a Debian home server with Transmission installed on it. The purpose of the server is to download movies and automatically move the completed files in the respective directories. I used this FileBot script to test if it worked: http://i.imgur.com/u35fZGs.png Calling the script ...