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