This plugin for Deluge extends the original execute plugin.
####Added features:
-
Abilty to process URLs
-
Added timer to run script xx seconds after event fires
-
Added TorrentCopied event (CopyCompleted plugin)
-
Added support for labels - only execute if label matches
-
Added parameter support, removed hard coded arguments
#####Parameters:
- <id> - torrent_id
- <na> - torrent_name
- <dl> - download_location
- <lb> - label
####Notes:
If path has spaces in it, make sure you wrap the path in double quotations. E.g. "C:\Program Files\Path\To\Script.bat"
Params can be added anywhere, not just at the end.
####Example:
Label = movies
TorrentID = 123
"C:\My Downloads\<lb>\script.bat" <id> --> C:\My Downloads\movies\script.bat 123