diff options
author | Lars Hanisch <dvb@flensrocker.de> | 2011-02-26 17:15:41 +0100 |
---|---|---|
committer | Lars Hanisch <dvb@flensrocker.de> | 2011-02-26 17:15:41 +0100 |
commit | 730ff56de4b4cd4aea74535fba347b8d1f4a09bd (patch) | |
tree | c7b55acc9fb6511aea17bc3a0c1714191f06ba2a /README | |
parent | e92b0f7b6c3c02b5d903eab398682bcbf6ae6d65 (diff) | |
download | vdr-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-- | README | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -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 ---------------- |