From 4691d759c846304ec469004fce9d3d79f50c4e2d Mon Sep 17 00:00:00 2001 From: Stefano Date: Tue, 25 Mar 2014 12:34:11 +0100 Subject: Updated scripts README See #559 --- scripts/README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 scripts/README.md (limited to 'scripts/README.md') diff --git a/scripts/README.md b/scripts/README.md new file mode 100644 index 000000000..6fd0b168c --- /dev/null +++ b/scripts/README.md @@ -0,0 +1,23 @@ +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:*** +**Every script starting with symbol `#` will be ignored!** (ex.: `#converter.sh`) + +***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`** -- cgit v1.2.3