diff options
author | Johns <johns98@gmx.net> | 2012-01-22 20:49:43 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-01-22 20:49:43 +0100 |
commit | 95462331757b001e45b4e5c9f9d31c0e63c0f2db (patch) | |
tree | ad519f26d9ff278eb010bd03e7dbf47bf5a0c4fd /README.txt | |
parent | 98d2e0f7285c07aef879cd667eb54f68f7234a2b (diff) | |
download | vdr-plugin-softhddevice-95462331757b001e45b4e5c9f9d31c0e63c0f2db.tar.gz vdr-plugin-softhddevice-95462331757b001e45b4e5c9f9d31c0e63c0f2db.tar.bz2 |
Suspend can close and open video and audio device.
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -140,6 +140,13 @@ Setup: /etc/vdr/setup.conf if auto-crop is over after 'n' intervals the same, the cropping is used. + softhddevice.Suspend.Close = 0 + 1 suspend closes x11 window, connection and audio device. + (use svdrpsend plug softhddevice RESU to resume, if you have no lirc) + + softhddevice.Suspend.X11 = 0 + 1 suspend stops X11 server (not working yet) + Setup: /etc/vdr/remote.conf ------ @@ -159,7 +166,7 @@ Setup: /etc/vdr/remote.conf Commandline: ------------ - Use vdr -h to see the command line arguments support by the plugin. + Use vdr -h to see the command line arguments supported by the plugin. -a audio_device @@ -170,6 +177,12 @@ Commandline: other to use alsa audio module (if compiled with alsa support) +SVDRP: +------ + + Use 'svdrpsend.pl plug softhddevice HELP' to see the SVDRP commands + help and which are supported by the plugin. + Running: -------- |