Cdda-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Parameter) |
|||
| Zeile 20: | Zeile 20: | ||
<pre> | <pre> | ||
cd $SOURCEDIR | cd $SOURCEDIR | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
tar ... libcdio-<VERSION>.tar.gz | tar ... libcdio-<VERSION>.tar.gz | ||
./configure --prefix=/usr/local | ./configure --prefix=/usr/local | ||
| Zeile 76: | Zeile 69: | ||
!bgcolor=#ffff00|Gelb | !bgcolor=#ffff00|Gelb | ||
|Springe '''X''' Sec vor | |Springe '''X''' Sec vor | ||
| + | |- | ||
| + | !bgcolor=#0000ff|Blau | ||
| + | |toggle between full and track information mode | ||
|- | |- | ||
!bgcolor=#efefef|1...9 | !bgcolor=#efefef|1...9 | ||
| Zeile 83: | Zeile 79: | ||
===Menu=== | ===Menu=== | ||
{| border=1 cellpadding=2 cellspacing=0 | {| border=1 cellpadding=2 cellspacing=0 | ||
| + | |- | ||
| + | !bgcolor=#ff0000|Rot | ||
| + | |view command menu (only available in program mode) | ||
|- | |- | ||
!bgcolor=#00ff00|Grün | !bgcolor=#00ff00|Grün | ||
| Zeile 95: | Zeile 94: | ||
!bgcolor=#efefef|1...9 | !bgcolor=#efefef|1...9 | ||
|start playing with track no X | |start playing with track no X | ||
| + | |- | ||
| + | !bgcolor=#efefef|Ok | ||
| + | |start replay on current track | ||
|} | |} | ||
| Zeile 107: | Zeile 109: | ||
|- | |- | ||
| [2] | | [2] | ||
| − | |||
| − | |||
| − | |||
| − | |||
| http://www.wahnadium.org/viola | | http://www.wahnadium.org/viola | ||
| Homepage des Plugins | | Homepage des Plugins | ||
|}[[Kategorie:Plugins]] | |}[[Kategorie:Plugins]] | ||
Version vom 21. Mai 2005, 22:29 Uhr
Inhaltsverzeichnis |
Beschreibung
Autor: Christian Alexander Moser
Spielt Audio Cds ab. (ohne cdfs)
Bilder
Hardwareanforderungen
- CDROM
Softwareanforderungen
- libcdio
Installation
cd $SOURCEDIR tar ... libcdio-<VERSION>.tar.gz ./configure --prefix=/usr/local make make install ldconfig
Parameter
| Parameter (kurz) | Parameter (lang) | Beschreibung |
|---|---|---|
| -d DEVICE | --device=DEVICE | Set the cdrom device (default: /dev/cdrom) |
| -c DIRECTORY | --cddbDir=DIRECTORY | Set the base directory to the cddb cache (no default argument). When no directory is set, then the local cache is automatically disabled. |
Bedienung
Player
| Hoch | Abspielen |
|---|---|
| Runter | Pause |
| Links | Springe einen Titel zurück |
| Rechts | Springe einen Titel vor |
| Zurück | Beende CD Spieler |
| Rot | toggles played time view between "track" and "disc" mode |
| Grün | Springe X Sec zurück |
| Gelb | Springe X Sec vor |
| Blau | toggle between full and track information mode |
| 1...9 | Springe zu Titel X |
Menu
| Rot | view command menu (only available in program mode) |
|---|---|
| Grün | toggle between "single" and "all" play mode |
| Gelb | eject disc/refresh menu after disc change |
| Blau | display information about the selected track |
| 1...9 | start playing with track no X |
| Ok | start replay on current track |
Links
| [1] | http://www.gnu.org/software/libcdio | libcdio |
| [2] | http://www.wahnadium.org/viola | Homepage des Plugins |