diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-01-26 21:23:16 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-01-26 21:23:16 +0100 |
commit | 769f156ea822d4520620727dc1317224a02bdaaa (patch) | |
tree | 7413f3129f839a1a01c0754c0a845a8154c711ca /scripts | |
parent | Added tag v0.3 for changeset e848797046d9 (diff) | |
download | pyload-769f156ea822d4520620727dc1317224a02bdaaa.tar.xz |
extended script support
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Readme.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/scripts/Readme.txt b/scripts/Readme.txt new file mode 100644 index 000000000..1c326801d --- /dev/null +++ b/scripts/Readme.txt @@ -0,0 +1,25 @@ + ############################# + ### pyLoad Script Support ### + ############################# + +pyLoad is able to start any kind of scripts at given events. +Simply put your script in a suitable folder and pyLoad will execute it at the given events and pass some arguments to them. + +--> Note: Scripts, which starts with # will be ignored! +For Example: #converter.sh will not be executed. + +--> Note: You have to restart pyload when you change script names or locations. + +Below you see the list of arguments, which are passed to the scripts. + +## Argument list ## + +download_preparing: pluginname url + +download_finished: pluginname url filename filelocation + +package_finshed: packagename packagelocation + +before_reconnect: oldip + +after_reconnect: newip
\ No newline at end of file |