summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-11-03 12:23:45 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2001-11-03 12:23:45 +0100
commit78d1fe10a449fa080f515216b9016b6d8e00fa1b (patch)
treed6fb78f7f2dcf21c81cfd5b73b84c0fe5d5d7e72 /INSTALL
parent62c452561e183ee6257aa14943e9c008650430df (diff)
downloadvdr-78d1fe10a449fa080f515216b9016b6d8e00fa1b.tar.gz
vdr-78d1fe10a449fa080f515216b9016b6d8e00fa1b.tar.bz2
Added a fifth parameter to the 'shutdown' call that indicates the reason for this shutdown request
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 7 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index e7e67316..20961b8e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -127,7 +127,7 @@ active, the user has been inactive for at least MinUserInactivity minutes
and the next timer event is at least MinEventTimeout minutes in the future
(see the Setup parameters in MANUAL).
-The command given in the '-s' option will be called with four parameters.
+The command given in the '-s' option will be called with five parameters.
The first one is the time (in UTC) of the next timer event (as a time_t
type number), and the second one is the number of seconds from the current
time until the next timer event. Your program can choose which one to use
@@ -153,6 +153,12 @@ contains the file name of the recording as defined in the timer (or an empty
string if no timer is present). These can be used by the shutdown program to
show that information on some display interface etc.
+The fifth parameter indicates the reason why the shutdown was requested.
+'0' means this is an automatic shutdown due to some timeout, while '1' means
+that this is a user requested shutdown (resulting from pressing the "Power"
+key). The shutdown program may use this information to decide whether or
+not to actually perform the system shutdown.
+
If a timer is currently recording, the parameters will reflect the start
time of that timer. This means that the first parameter will be a time in
the past, and the second parameter will be a negative number. This only