diff options
author | Lars Hanisch <dvb@flensrocker.de> | 2011-02-17 03:41:25 +0100 |
---|---|---|
committer | Lars Hanisch <dvb@flensrocker.de> | 2011-02-17 03:41:25 +0100 |
commit | 43df82e98abfdbc0ed36bace8ed1fd2ec3fc821d (patch) | |
tree | bf4d7c5bc367ff6e723356fa59d9742210bddc3d /README | |
parent | b59fef0e72038d8f7f9576ceb0cfd2a49983a00b (diff) | |
download | vdr-plugin-dynamite-43df82e98abfdbc0ed36bace8ed1fd2ec3fc821d.tar.gz vdr-plugin-dynamite-43df82e98abfdbc0ed36bace8ed1fd2ec3fc821d.tar.bz2 |
add manual option to set a device into idle mode
dvbdevices should close all their handles and can't be used for epg-scan.
So be careful to not disable all devices or you won't get epg.
A timer or channel-switch should reactivate the device (hopefully).
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -105,6 +105,15 @@ UNLD /dev/path/to/device Remove the lock of the device so it can be detached alternate command: UnlockDevice +"dynamite-SetIdle-v0.1" +SetIdle /dev/path/to/device + Try to set the device to idle so it won't be used by epg-scan + and can close all its handles + +"dynamite-SetNotIdle-v0.1" +SetNotIdle /dev/path/to/device + Revoke the idle state of the device + (no Service-interface) LSTD Lists all devices managed by this plugin. The first column is an id, |