diff options
author | Stefano <l.stickell@yahoo.it> | 2014-03-25 12:34:11 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-06-28 02:46:42 +0200 |
commit | 4691d759c846304ec469004fce9d3d79f50c4e2d (patch) | |
tree | 334ac0618658cd4d80e85b3283bd9a4405b6bb10 /scripts/Readme.txt | |
parent | Updated README (diff) | |
download | pyload-4691d759c846304ec469004fce9d3d79f50c4e2d.tar.xz |
Updated scripts README
See #559
Diffstat (limited to 'scripts/Readme.txt')
-rw-r--r-- | scripts/Readme.txt | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/scripts/Readme.txt b/scripts/Readme.txt deleted file mode 100644 index 1c326801d..000000000 --- a/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 |