diff options
author | Johns <johns98@gmx.net> | 2012-01-10 15:52:07 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-01-10 15:52:07 +0100 |
commit | 3a97700981e67fa1dab9179b1d3c75c1718fe309 (patch) | |
tree | 5e6d23dd35fe30c8f0a3b6af5669c5bdddbc859b /README.txt | |
parent | 8d624224e932caaf6964680b1f9d4d33400e0caf (diff) | |
download | vdr-plugin-softhddevice-3a97700981e67fa1dab9179b1d3c75c1718fe309.tar.gz vdr-plugin-softhddevice-3a97700981e67fa1dab9179b1d3c75c1718fe309.tar.bz2 |
Add main menu entry, which suspends the plugin.
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -95,6 +95,9 @@ Setup: /etc/vdr/setup.conf softhddevice.MakePrimary = 1 0 = no change, 1 make softhddevice primary at start + softhddevice.HideMainMenuEntry = 0 + 0 = show softhddevice main menu entry, 1 = hide entry + <res> of the next parameters is 567i, 720p, 1080i_fake or 1080i. 1080i_fake is 1280x1080 or 1440x1080 1080i is "real" 1920x1080 @@ -122,12 +125,30 @@ Setup: /etc/vdr/setup.conf softhddevice.AudioPassthrough = 0 0 = none, 1 = AC-3 +Setup: /etc/vdr/remote.conf +------ + + Add "XKeySym." definitions to /etc/vdr/remote.conf to control + the vdr and plugin with the connected input device. + + fe. + XKeySym.Up Up + XKeySym.Down Down + ... + + Additional to the x11 input sends the window close button "Close". + + fe. + XKeySym.Power Close Commandline: ------------ Use vdr -h to see the command line arguments support by the plugin. +Running: +-------- + Warning: -------- libav is not supported, expect many bugs with it. |