Difference between revisions of "Trayopenng-plugin"
From VDR Wiki
(Created page with '==Description== '''Author: ''' Ulrich Eckhardt This plugin allows open or close the CD/DVD tray via the menu or via a function key of the remote control. ==Handling== Depending...') |
(→Actual Version) |
||
(One intermediate revision by one user not shown) | |||
Line 42: | Line 42: | ||
==Actual Version== | ==Actual Version== | ||
− | [http://www.uli-eckhardt.de/vdr/download/vdr-trayopenng-0. | + | [http://www.uli-eckhardt.de/vdr/download/vdr-trayopenng-1.0.0.tgz Version 1.0.0] |
==Links== | ==Links== | ||
# [http://www.uli-eckhardt.de/vdr/trayopenng.en.html Homepage of the plugin] | # [http://www.uli-eckhardt.de/vdr/trayopenng.en.html Homepage of the plugin] | ||
# [http://hg.uli-eckhardt.de/trayopenng Mercurial repository of the plugin] | # [http://hg.uli-eckhardt.de/trayopenng Mercurial repository of the plugin] | ||
− | [[ | + | [[Category:Plugins]] |
{{i18n|trayopenng-plugin}} | {{i18n|trayopenng-plugin}} |
Revision as of 14:56, 26 January 2013
Contents
Description
Author: Ulrich Eckhardt
This plugin allows open or close the CD/DVD tray via the menu or via a function key of the remote control.
Handling
Depending of the configuration, the CD/DVD tray can be onpened or closed via the menu or via a function key of the remote control.
SVDRP Commands
svdrpsend.pl plug trayopenng eject
Parameter | Description |
---|---|
EJECT | Open/Close of the CD/DVD-Rom tray |
Software requirements
Eject must be installed.
Installation
Compiling and installing as usual: Plugin Installation.
Configuration
To allocate a function key, the following can be inserted into the keymacros.conf (at my remote control the key code User1 is "Eject") :
User1 @trayopenng
Parameter
Parameter (short) | Parameter (long) | Description |
---|---|---|
-d <DEVICE> | --device=<DEVICE> | CD-Rom device (Standard: /dev/sr0) |
-c <COMMAND> | --command=<COMMAND> | Eject kommando (Standard: eject -T) |