diff options
author | 2010-08-25 18:22:27 +0200 | |
---|---|---|
committer | 2010-08-25 18:22:27 +0200 | |
commit | 29f9dc8fb3396b03d732ebcbeb1cc8f00fe13897 (patch) | |
tree | f2a910cbea747a7b0c0a50d6c66691e54f5ef47f /core/scripts/Readme.txt | |
parent | merged gui (diff) | |
download | pyload-29f9dc8fb3396b03d732ebcbeb1cc8f00fe13897.tar.xz |
new dirs
Diffstat (limited to 'core/scripts/Readme.txt')
-rw-r--r-- | core/scripts/Readme.txt | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/core/scripts/Readme.txt b/core/scripts/Readme.txt deleted file mode 100644 index 1c326801d..000000000 --- a/core/scripts/Readme.txt +++ /dev/null @@ -1,25 +0,0 @@ - ############################# - ### 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 |