summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLars Hanisch <dvb@flensrocker.de>2011-07-13 22:50:26 +0200
committerLars Hanisch <dvb@flensrocker.de>2011-07-13 22:50:26 +0200
commit3049ae76983337cfc736ddcf4f1855fa22e3fd66 (patch)
treeb825117233952c7e8e9591043b6f4f448f36354a /README
parentfff0dbb162919ecd01149898b0eb858ed584b3f7 (diff)
downloadvdr-plugin-dynamite-3049ae76983337cfc736ddcf4f1855fa22e3fd66.tar.gz
vdr-plugin-dynamite-3049ae76983337cfc736ddcf4f1855fa22e3fd66.tar.bz2
add italian translations and an idle-hookv0.0.6g
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 18 insertions, 1 deletions
diff --git a/README b/README
index f33f74d..38cdc07 100644
--- a/README
+++ b/README
@@ -195,6 +195,7 @@ Parameters in setup.conf
dynamite.DefaultGetTSTimeout = 0
dynamite.GetTSTimeoutHandler = /path/to/program
dynamite.FreeDeviceSlots = 0
+dynamite.IdleHook = /path/to/program
Commandline Arguments
---------------------
@@ -209,6 +210,22 @@ Commandline Arguments
-f, --free-device-slots=n
leave n slots free for non-dynamic devices of
incompatible plugins
+-i, --idle-hook=/path/to/program
+ set program to be called on SetIdle and reactivation
+
+Idle mode
+---------
+A device with no active receiver can be set to "idle". Classes derived
+from cDevice shall try to close all resources like filehandles in the
+method SetIdleDevice. E.g. cDvbDevice will close its frontend so the driver
+can enable a power-save mode. And it has been observed that some tuners are
+a lot cooler, so it must be good. :-)
+An idle device will be ignored by the EIT scanner but will be reactivated
+if it must be used for a recording etc.
+You can set a programm to be called on every idle-switch. It will receive
+the parameters
+ --idle=[on|off]
+ --device=/dev/path/to/device
"GetTS" watchdog
----------------
@@ -268,4 +285,4 @@ me how to do this...
TODO
----
-* implement some OSD functionality for detaching, locking etc.
+* implement auto-idle-mode