Skip to content

Updated original execute plugin to contain new features

License

Notifications You must be signed in to change notification settings

SavageCore/deluge-execute

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deluge-execute

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

About

Updated original execute plugin to contain new features

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 66.0%
  • JavaScript 34.0%