Search found 4 matches

by DTesch357
Mon May 23, 2016 5:29 pm
Forum: Support
Topic: Unable to execute script on torrent completion
Replies: 3
Views: 3369

Re: Unable to execute script on torrent completion

So after a reboot, the script stopped working again. After some more troubleshooting, I solved it (again.)

The ~/.filebot folder had to be copied to /var/lib/transmission-daemon/.filebot, and then chown'ed to debian-transmission, and that user given rwx access to the .filebot folder and all ...
by DTesch357
Sat May 21, 2016 1:27 pm
Forum: Support
Topic: Unable to execute script on torrent completion
Replies: 3
Views: 3369

Re: Unable to execute script on torrent completion

So I was able to rectify the situation.

The problem was twofold. I needed to make debian-transmission the owner of both my completed torrent directory, as well as the .excludes file. Once this was done, I was able to get the script to execute. It turned out the script was failing when trying to ...
by DTesch357
Sat May 21, 2016 1:15 pm
Forum: Support
Topic: Running Scripts on Completion
Replies: 2
Views: 28715

Re: Running Scripts on Completion

Figured it out. The debian-transmission user needed to be set as the owner of the .exclude file
by DTesch357
Sat May 21, 2016 3:22 am
Forum: Support
Topic: Unable to execute script on torrent completion
Replies: 3
Views: 3369

Unable to execute script on torrent completion

I know this has probably been asked 100 times, but I've followed dozens of threads and can't seem to find the answer.

I'm running the latest version of transmission-daemon on the latest release of lubuntu. I have a script made to call filebot and auto-rename my downloaded files. debian-transmission ...