Getting execute plugin working
Posted: Fri Jan 22, 2010 9:34 pm
Hi there,
Have just moved over to Deluge from Transmission, and am very happy. Am running it on a headless Ubuntu 9.04 server, and installed it using the PPA repository (v1.20). As it's on a headless server, I'm controlling it using the web ui only (which is kick-ass!
)
I ran 'deluged', then 'deluge-web', and activated Execute using the web ui. I then stopped both services, and edited ~/.config/deluge/execute.conf to look like this:
Starting it all up again and downloading a torrent, the script didn't appear to get called. Can you suggest why?
Thanks for your help,
Chris
Have just moved over to Deluge from Transmission, and am very happy. Am running it on a headless Ubuntu 9.04 server, and installed it using the PPA repository (v1.20). As it's on a headless server, I'm controlling it using the web ui only (which is kick-ass!

I ran 'deluged', then 'deluge-web', and activated Execute using the web ui. I then stopped both services, and edited ~/.config/deluge/execute.conf to look like this:
Code: Select all
{
"file": 1,
"format": 1
}{
"commands": [
"/home/chrisbaume/scripts/deluge-test.sh"
]
}
Thanks for your help,
Chris