From 43df82e98abfdbc0ed36bace8ed1fd2ec3fc821d Mon Sep 17 00:00:00 2001 From: Lars Hanisch Date: Thu, 17 Feb 2011 03:41:25 +0100 Subject: 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). --- README | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README') diff --git a/README b/README index b5600d8..e8e6c96 100644 --- a/README +++ b/README @@ -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, -- cgit v1.2.3