Changes between Version 14 and Version 15 of Plugins/Execute


Ignore:
Timestamp:
11/24/2011 03:37:33 PM (12 years ago)
Author:
Cas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Plugins/Execute

    v14 v15  
    22The '''Execute''' plugin is only supported from deluge versions 1.3RC2 and up. It gives you the option to run your own scripts (e.a. Bash, Python or any other shell) triggered with different events in Deluge. At this moment only the events '''added''' (when a torrent is added to deluge) and '''complete''' (when a torrent has finished downloading) are supported. More events whill be added in the future. 
    33 
    4 The script will be executed with three variables. 
     4The script to be executed will be supplied with three Torrent variables: 
    55 
    6 1: The id of the torrent 
    7 2: The name of the torrent 
    8 3: With the '''added''' event ''the Download to:'' folder and with the '''complete''' event the - when configured - ''Move completed to:'' folder. 
     6 1. ID (Hash) 
     7 2. Name 
     8 3. Folder: 
     9   * ''Torrent Added:'' 'Download' 
     10   * ''Torrent Complete:'' 'Download' or 'Move Completed', if setup. 
    911 
    1012== Configuration == 
    11  
    12 As of version 1.3 it is possible to configure the plugin through webUI without manually having to install the plugin.  
    1313 
    1414Enable the plugin in the Plugins menu in Preferences. For the webUI; reopen the Preferences menu for the Execute plugin to be available.