From 18959723a24867c9574644d9b3c3c901392d3292 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 8 Sep 2014 01:41:49 +0200 Subject: Docs cleanup + remove script directory --- scripts/README.md | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 scripts/README.md (limited to 'scripts') diff --git a/scripts/README.md b/scripts/README.md deleted file mode 100644 index 6fd0b168c..000000000 --- a/scripts/README.md +++ /dev/null @@ -1,23 +0,0 @@ -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