diff options
| author | Lars Hanisch <dvb@flensrocker.de> | 2012-02-05 13:09:24 +0100 |
|---|---|---|
| committer | Lars Hanisch <dvb@flensrocker.de> | 2012-02-05 13:09:24 +0100 |
| commit | e1e34f97b97f51cd724cc44b41bfb160f1867d18 (patch) | |
| tree | 3cc55a01637565fee4a0f8eb0cd0bd6153c1558a /README | |
| parent | 27d7bed52e5e9a9913de84170d8521c9dfd7fc03 (diff) | |
| download | vdr-plugin-dynamite-e1e34f97b97f51cd724cc44b41bfb160f1867d18.tar.gz vdr-plugin-dynamite-e1e34f97b97f51cd724cc44b41bfb160f1867d18.tar.bz2 | |
add udev attribute dynamite_sources which will limit the reception of the device to the given sources
Diffstat (limited to 'README')
| -rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -298,6 +298,7 @@ ACTION=="add", SUBSYSTEM=="dvb", ENV{DVB_DEVICE_TYPE}=="frontend" \ , ENV{dynamite_attach_delay}="10" \ , ENV{dynamite_instanceid}="0" \ , ENV{dynamite_cardindex}="5" \ + , ENV{dynamite_sources}="C,T" \ , ENV{dynamite_timeout}="10" \ , ENV{dynamite_timeout_handler_arg}="%k" \ , ENV{dynamite_disable_autoidle}="no" @@ -329,6 +330,15 @@ dynamite_disable_autoidle string or missing of this property will activate the auto-idle feature if configured +dynamite_sources + comma separated list of strings from sources.conf + dynamite will deny all channels from other sources for the subdevice. + If this variable is missing the subdevice is asked as usual. + This is useful for hybrid devices which supports multiple delivery systems + but only one is connected. Or if you have to dishes to different satellites + connected to two cards. + It will NOT switch the delivery system on dvb-cards, this is up to the device itself! + dynamite_timeout n: set GetTS timeout in seconds on this device |
