summaryrefslogtreecommitdiffstats
path: root/scripts/Readme.txt
diff options
context:
space:
mode:
authorGravatar mkaay <mkaay@mkaay.de> 2010-01-27 20:05:23 +0100
committerGravatar mkaay <mkaay@mkaay.de> 2010-01-27 20:05:23 +0100
commit6d1ec2baa795b0d90d5da33b0447120b50f10c17 (patch)
tree5fceb5474c83e709fda396f70121a6923b0be106 /scripts/Readme.txt
parentFirst Version, works but doesn't reconnect (diff)
parentfix (diff)
downloadpyload-6d1ec2baa795b0d90d5da33b0447120b50f10c17.tar.xz
merge
Diffstat (limited to 'scripts/Readme.txt')
-rw-r--r--scripts/Readme.txt25
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