diff options
| author | Lars Hanisch <dvb@flensrocker.de> | 2011-09-04 12:10:54 +0200 |
|---|---|---|
| committer | Lars Hanisch <dvb@flensrocker.de> | 2011-09-04 12:10:54 +0200 |
| commit | bd9320efae00258436351f659625f211db1e4cbe (patch) | |
| tree | 0db24f04067fb25ec839fc09365f00e096cb4474 /README | |
| parent | 0de06cd75153ed6d2b5c19424db1c7a948ec10de (diff) | |
| download | vdr-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-- | README | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 +... |
