Cdda-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Beschreibung) |
(→Installation) |
||
Zeile 19: | Zeile 19: | ||
<pre> | <pre> | ||
cd $SOURCEDIR | cd $SOURCEDIR | ||
+ | libcddb-<VERSION>.tar.gz | ||
+ | ./configure --prefix=/usr/local | ||
+ | make | ||
+ | make install | ||
+ | ldconfig | ||
+ | |||
+ | cd - | ||
tar ... libcdio-<VERSION>.tar.gz | tar ... libcdio-<VERSION>.tar.gz | ||
./configure --prefix=/usr/local | ./configure --prefix=/usr/local | ||
Zeile 28: | Zeile 35: | ||
<!-- ==Patches== --> | <!-- ==Patches== --> | ||
<!-- ==Konfiguration== --> | <!-- ==Konfiguration== --> | ||
+ | |||
==Parameter== | ==Parameter== | ||
{| border=1 cellpadding=2 cellspacing=0 | {| border=1 cellpadding=2 cellspacing=0 |
Version vom 23. April 2005, 20:22 Uhr
Inhaltsverzeichnis |
Beschreibung
Autor: Christian Alexander Moser
Spielt Audio Cds ab. (ohne cdfs)
Bilder
Hardwareanforderungen
- CDROM
Softwareanforderungen
- libcdio
Installation
cd $SOURCEDIR libcddb-<VERSION>.tar.gz ./configure --prefix=/usr/local make make install ldconfig cd - tar ... libcdio-<VERSION>.tar.gz ./configure --prefix=/usr/local make make install ldconfig
Parameter
Parameter (kurz) | Parameter (lang) | Beschreibung |
---|---|---|
-d DEVICE | --device=DEVICE | Laufwerk |
Bedienung
Player
up | play |
---|---|
down | pause |
left | skip back one track |
right | skip one track ahead |
back | stop cd player |
Rot | toggles played time view between "track" and "disc" mode |
Grün | jums X seconds backward |
Gelb | jump X seconds forward |
1...9 | jump to track no X |
Menu
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 |
Links
[1] | http://www.gnu.org/software/libcdio | libcdio |
[2] | http://www.wahnadium.org/viola | Homepage des Plugins |