Audiocd-plugin
From VDR Wiki
(Difference between revisions)
m |
(rearranged) |
||
| Line 6: | Line 6: | ||
A better alternative to this plugin is the [[mplayer-plugin|MPlayer plugin]]. | A better alternative to this plugin is the [[mplayer-plugin|MPlayer plugin]]. | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | == | + | ===Handling=== |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
{| border=1 cellpadding=2 cellspacing=0 | {| border=1 cellpadding=2 cellspacing=0 | ||
|- bgcolor=#efdead | |- bgcolor=#efdead | ||
| Line 75: | Line 43: | ||
| Switch OSD display | | Switch OSD display | ||
|} | |} | ||
| + | |||
| + | ===Parameter=== | ||
| + | {| border=1 cellpadding=2 cellspacing=0 | ||
| + | |- bgcolor=#efdead | ||
| + | !Parameter (short) | ||
| + | !Parameter (long) | ||
| + | !Description | ||
| + | |- | ||
| + | | -d DEV || --device=DEV || CDROM/DVD device file (e.g. /dev/cdrom) | ||
| + | |} | ||
| + | |||
| + | ==Hardware requirements== | ||
| + | * CD drive | ||
| + | * Audio cable | ||
| + | * (possibly sound card) | ||
| + | |||
| + | ==Software requirements== | ||
| + | * VDR 1.2.x | ||
| + | * libcdaudio >= 0.99.9 | ||
| + | |||
| + | ==Installation== | ||
| + | To install libcdaudio | ||
| + | <pre> | ||
| + | cd $SOURCEDIR | ||
| + | tar xvzf libcdaudio-<VERSION>.tar.gz | ||
| + | cd libcdaudio-<VERSION> | ||
| + | ./configure --prefix=/usr/local | ||
| + | make | ||
| + | make install | ||
| + | ldconfig | ||
| + | </pre> | ||
| + | |||
| + | For the plugin see [[plugin installation]] | ||
==Problems== | ==Problems== | ||
Revision as of 14:40, 14 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 |
Parameter
| Parameter (short) | Parameter (long) | Description |
|---|---|---|
| -d DEV | --device=DEV | CDROM/DVD device file (e.g. /dev/cdrom) |
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
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 |
