Audiocd-plugin
From VDR Wiki
(Difference between revisions)
(rearranged) |
m |
||
| Line 55: | Line 55: | ||
==Installation== | ==Installation== | ||
To install libcdaudio | To install libcdaudio | ||
| - | + | cd $SOURCEDIR | |
| - | cd $SOURCEDIR | + | tar xvzf libcdaudio-<VERSION>.tar.gz |
| - | tar xvzf libcdaudio-<VERSION>.tar.gz | + | cd libcdaudio-<VERSION> |
| - | cd libcdaudio-<VERSION> | + | ./configure --prefix=/usr/local |
| - | ./configure --prefix=/usr/local | + | make |
| - | make | + | make install |
| - | make install | + | ldconfig |
| - | ldconfig | + | |
| - | + | ||
For the plugin see [[plugin installation]] | For the plugin see [[plugin installation]] | ||
Revision as of 22:18, 30 November 2004
Contents |
Description
The AudioCD plugin controlls the CDROM drive to play audio CDs. Because the DVB card is not controlled, one has to connect the drive with the internal LineIN input of the DVB card or of the sound card. Therefor one need the audio cable bundled with the CD drive or the motherboard.
Over the OSD the plugin shows the current Song and the quantity of songs on the CD.
A better alternative to this plugin is the MPlayer plugin.
Handling
| Key | Description |
|---|---|
| Right | Fast forward (5 sec.) |
| Left | Fast backward (5 sec.) |
| Up | Next song |
| Down | Previous song |
| Playback | Playback |
| Pause | Pause/Resume |
| Green | Switch repeat mode (off, track or disk) |
| Yellow | Switch random mode |
| 0...9 | Play song number... |
| OK | Switch OSD display |
Hardware requirements
- CD drive
- Audio cable
- (possibly sound card)
Software requirements
- VDR 1.2.x
- libcdaudio >= 0.99.9
Installation
To install libcdaudio
cd $SOURCEDIR tar xvzf libcdaudio-<VERSION>.tar.gz cd libcdaudio-<VERSION> ./configure --prefix=/usr/local make make install ldconfig
For the plugin see plugin installation
Configuration
Parameter
| Parameter (short) | Parameter (long) | Description |
|---|---|---|
| -d DEV | --device=DEV | CDROM/DVD device file (e.g. /dev/cdrom) |
Problems
The
- random playback (shuffle)
- repeated playback (loop)
are not fully implemented
Links
| [1] | http://mail.pad.zuken.de/~alex/vdr | Plugin homepage |
| [2] | http://libcdaudio.sourceforge.net | libcdaudio plugin |
