diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-12-10 15:44:37 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-12-10 15:44:37 +0100 |
commit | 2c7203032324820c122b1e7b77604212391f75f9 (patch) | |
tree | cc5e1b4802672a2927de922ccfe884dd93eb2e6c /scripts/Readme.txt | |
parent | incomplete: gui model-view stuff (diff) | |
download | pyload-2c7203032324820c122b1e7b77604212391f75f9.tar.xz |
cleaned some code, pyLoad Script Support (closed #16)
Diffstat (limited to 'scripts/Readme.txt')
-rw-r--r-- | scripts/Readme.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/scripts/Readme.txt b/scripts/Readme.txt new file mode 100644 index 000000000..138b40b9b --- /dev/null +++ b/scripts/Readme.txt @@ -0,0 +1,23 @@ + ############################# + ### 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 + +reconnected: newip
\ No newline at end of file |