Audiocd-plugin: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
(rearranged)
(rearranged)
Line 42: Line 42:
!bgcolor=#efefef| OK
!bgcolor=#efefef| OK
| 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)
|}
|}


Line 76: Line 66:


For the plugin see [[plugin installation]]
For the plugin see [[plugin installation]]

==Configuration==
===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)
|}


==Problems==
==Problems==

Revision as of 17:25, 14 November 2004

Description

Screenshot

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