summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLars Hanisch <dvb@flensrocker.de>2011-09-04 12:10:54 +0200
committerLars Hanisch <dvb@flensrocker.de>2011-09-04 12:10:54 +0200
commitbd9320efae00258436351f659625f211db1e4cbe (patch)
tree0db24f04067fb25ec839fc09365f00e096cb4474 /README
parent0de06cd75153ed6d2b5c19424db1c7a948ec10de (diff)
downloadvdr-plugin-dynamite-bd9320efae00258436351f659625f211db1e4cbe.tar.gz
vdr-plugin-dynamite-bd9320efae00258436351f659625f211db1e4cbe.tar.bz2
add two new parameters to activate the auto-idle-mode
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 7 insertions, 1 deletions
diff --git a/README b/README
index 38cdc07..282d825 100644
--- a/README
+++ b/README
@@ -196,6 +196,8 @@ dynamite.DefaultGetTSTimeout = 0
dynamite.GetTSTimeoutHandler = /path/to/program
dynamite.FreeDeviceSlots = 0
dynamite.IdleHook = /path/to/program
+dynamite.IdleTimeout = 0
+dynamite.IdleWakeup = 0
Commandline Arguments
---------------------
@@ -212,6 +214,10 @@ Commandline Arguments
incompatible plugins
-i, --idle-hook=/path/to/program
set program to be called on SetIdle and reactivation
+-I, --idle-timeout=m
+ if a device is unused for m minutes set it to idle
+-W, --idle-wakeup=h
+ if a device is idle for h hours wake it up (e.g. for EPG scan)
Idle mode
---------
@@ -285,4 +291,4 @@ me how to do this...
TODO
----
-* implement auto-idle-mode
+...