summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLars Hanisch <dvb@flensrocker.de>2011-02-26 17:15:41 +0100
committerLars Hanisch <dvb@flensrocker.de>2011-02-26 17:15:41 +0100
commit730ff56de4b4cd4aea74535fba347b8d1f4a09bd (patch)
treec7b55acc9fb6511aea17bc3a0c1714191f06ba2a /README
parente92b0f7b6c3c02b5d903eab398682bcbf6ae6d65 (diff)
downloadvdr-plugin-dynamite-730ff56de4b4cd4aea74535fba347b8d1f4a09bd.tar.gz
vdr-plugin-dynamite-730ff56de4b4cd4aea74535fba347b8d1f4a09bd.tar.bz2
add new command DTAD for detaching all devices
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 12 insertions, 3 deletions
diff --git a/README b/README
index a417076..d47bf22 100644
--- a/README
+++ b/README
@@ -88,6 +88,12 @@ DETD devicepath
Any timeouts or locks set to this slot will be reset to its defaults.
alternate command: DetachDevice
+"dynamite-DetachAllDevices-v0.1"
+DTAD [force]
+ detachs all attached devices
+ "force" will ignore recordings and other receivers
+ alternate command: DetachAllDevices
+
"dynamite-ScanDevices-v0.1"
SCND '/dev/path/glob*/pattern*'
Scan filesystem with pattern and try to attach each found device
@@ -159,12 +165,15 @@ Don't forget to prefix them with "plug dynamite"...
Parameters in setup.conf
------------------------
dynamite.DefaultGetTSTimeout = 0
-dynamite.GetTSTimeoutHandler = /path/to/program
Commandline Arguments
---------------------
---log-udev log all udev events to syslog (useful for diagnostics)
---dummy-probe start dummy-device probe (useful for experiments)
+--log-udev
+ log all udev events to syslog (useful for diagnostics)
+--dummy-probe
+ start dummy-device probe (useful for experiments)
+--GetTSTimeoutHandler /path/to/program
+ set program to be called on GetTS-timeout
"GetTS" watchdog
----------------