Cdda-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Bilder) |
|||
| Zeile 16: | Zeile 16: | ||
==Softwareanforderungen== | ==Softwareanforderungen== | ||
* libcdio | * libcdio | ||
| + | * libmad | ||
==Installation== | ==Installation== | ||
| Zeile 21: | Zeile 22: | ||
cd $SOURCEDIR | cd $SOURCEDIR | ||
tar zxvf libcdio-<VERSION>.tar.gz | tar zxvf libcdio-<VERSION>.tar.gz | ||
| + | ./configure --prefix=/usr/local | ||
| + | make | ||
| + | make install | ||
| + | ldconfig | ||
| + | |||
| + | cd - | ||
| + | tar xvzf libmad-<VERSION>.tar.gz | ||
| + | cd libmad-<VERSION> | ||
./configure --prefix=/usr/local | ./configure --prefix=/usr/local | ||
make | make | ||
| Zeile 27: | Zeile 36: | ||
===[[Arch-Linux]]=== | ===[[Arch-Linux]]=== | ||
| − | pacman -S libcdio | + | pacman -S libcdio libmad |
===[[Crux]]=== | ===[[Crux]]=== | ||
| − | prt-get depinst libcdio | + | prt-get depinst libcdio libmad |
===[[Debian]]=== | ===[[Debian]]=== | ||
| − | apt-get install libcdio3 libcdio-dev | + | apt-get install libcdio3 libcdio-dev libmad0 libmad0-dev |
===[[Gentoo]]=== | ===[[Gentoo]]=== | ||
| − | emerge libcdio | + | emerge libcdio libmad |
| + | |||
| + | ===[[SuSE]]=== | ||
| + | yast -i ?????????????????????????????????????????????? | ||
<!-- ==Optionen== --> | <!-- ==Optionen== --> | ||
| Zeile 124: | Zeile 136: | ||
|- | |- | ||
| [2] | | [2] | ||
| + | | http://www.underbit.com/products/mad | ||
| + | | (M)PEG (A)udio (D)ecoder Homepage | ||
| + | |- | ||
| + | | [3] | ||
| http://www.wahnadium.org | | http://www.wahnadium.org | ||
| Homepage des Plugins | | Homepage des Plugins | ||
|}[[Kategorie:Plugins]][[en:cdda-plugin]] | |}[[Kategorie:Plugins]][[en:cdda-plugin]] | ||
Version vom 24. Dezember 2005, 12:12 Uhr
Inhaltsverzeichnis |
Beschreibung
Autor: Christian Alexander Moser
Spielt Audio Cds ab. (ohne cdfs)
Bilder
Hardwareanforderungen
- CDROM
Softwareanforderungen
- libcdio
- libmad
Installation
Source
cd $SOURCEDIR tar zxvf libcdio-<VERSION>.tar.gz ./configure --prefix=/usr/local make make install ldconfig cd - tar xvzf libmad-<VERSION>.tar.gz cd libmad-<VERSION> ./configure --prefix=/usr/local make make install ldconfig
Arch-Linux
pacman -S libcdio libmad
Crux
prt-get depinst libcdio libmad
Debian
apt-get install libcdio3 libcdio-dev libmad0 libmad0-dev
Gentoo
emerge libcdio libmad
SuSE
yast -i ??????????????????????????????????????????????
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.underbit.com/products/mad | (M)PEG (A)udio (D)ecoder Homepage |
| [3] | http://www.wahnadium.org | Homepage des Plugins |