Audiocd-plugin: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
(initial)
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
==Description==
==Description==
[[Image:Audiocd-plugin.jpg|thumb|Screenshot]]
[[Image:audiocd-plugin.jpg|thumb|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.
This plugin controls an attached cdrom drive to play audio CDs. The cdrom drive must be connected to the line-in connector of your DVB or sound card. It only controls your cdrom drive.


Over the OSD the plugin shows the current Song and the quantity of songs on the CD.
The OSD displays only the track which is played and the total number of tracks on the disk.


===Usage===
A better alternative to this plugin is the [[mplayer-plugin|MPlayer plugin]].
{| border=1 cellpadding=2 cellspacing=0 style="border-collapse: collapse;"
==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-x.y.z.tar.gz
cd libcdaudio-x.y.z
./configure --prefix=/usr/local
make
make install
ldconfig
</pre>

For the plugin see [[plugin installation]]

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

==Handling==
{| border=1 cellpadding=2 cellspacing=0
|- bgcolor=#efdead
|- bgcolor=#efdead
!Key
!Key
!Description
!Description
|-
|-
!bgcolor=#efefef| Right
!bgcolor=#efefef| Right, FastFwd
| Fast forward (5 sec.)
| Fast forward (5 sec.)
|-
|-
!bgcolor=#efefef| Left
!bgcolor=#efefef| Left, FastRew
| Fast backward (5 sec.)
| Fast backward (5 sec.)
|-
|-
!bgcolor=#efefef| Up
!bgcolor=#efefef| Up
| Next song
| Next track
|-
|-
!bgcolor=#efefef| Down
!bgcolor=#efefef| Down
| Previous song
| Previous track
|-
|-
!bgcolor=#efefef| Playback
!bgcolor=#efefef| Play
| Play/Resume
| Playback
|-
|-
!bgcolor=#efefef| Pause
!bgcolor=#efefef| Pause
Line 64: Line 30:
|-
|-
!bgcolor=#efefef| Green
!bgcolor=#efefef| Green
| Switch repeat mode (off, track or disk)
| Toggle repeat mode (disabled, track or disc)
|-
|-
!bgcolor=#efefef| Yellow
!bgcolor=#efefef| Yellow
| Switch random mode
| Toggle shuffle mode
|-
|-
!bgcolor=#efefef| 0...9
!bgcolor=#efefef| 0...9
| Jump to track entered
| Play song number...
|-
|-
!bgcolor=#efefef| OK
!bgcolor=#efefef| Ok
| Switch OSD display
| Toggle display
|}
|}


==Hardware requirements==
==Problems==
* CD drive
The
* Audio cable
* random playback (shuffle)
* (possibly sound card)
* repeated playback (loop)

are not fully implemented
==Software requirements==
* libcdaudio >= 0.99.9

==Installation==
See [[plugin installation]].

==Configuration==
===Parameter===
This are the commandline parameter for the plugin.
{| width=100% border=1 cellpadding=2 cellspacing=0 style="border-collapse: collapse;"
|- bgcolor=#efdead
!Parameter (short)
!Parameter (long)
!Description
|-
| -d DEV || --device=DEV || set device (default: '''/dev/cdrom''')
|}


==Links==
==Links==
{|
{|
| [1]
| [1]
| http://mail.pad.zuken.de/~alex/vdr
| http://mail.pad.zuken.de/~alex/vdr
| Plugin homepage
| Plugin homepage
|-
|-
| [2]
| [2]
| http://libcdaudio.sourceforge.net
| http://libcdaudio.sourceforge.net
| libcdaudio plugin
| libcdaudio homepage
|}
|}


[[Category:Plugins]]
[[Category:Plugins]]


{{i18n|audiocd-plugin}}
<!-- Link to german wiki page -->
[[de:Audiocd-plugin]]

Revision as of 08:16, 14 March 2006

Description

Screenshot

This plugin controls an attached cdrom drive to play audio CDs. The cdrom drive must be connected to the line-in connector of your DVB or sound card. It only controls your cdrom drive.

The OSD displays only the track which is played and the total number of tracks on the disk.

Usage

Key Description
Right, FastFwd Fast forward (5 sec.)
Left, FastRew Fast backward (5 sec.)
Up Next track
Down Previous track
Play Play/Resume
Pause Pause/Resume
Green Toggle repeat mode (disabled, track or disc)
Yellow Toggle shuffle mode
0...9 Jump to track entered
Ok Toggle display

Hardware requirements

  • CD drive
  • Audio cable
  • (possibly sound card)

Software requirements

  • libcdaudio >= 0.99.9

Installation

See plugin installation.

Configuration

Parameter

This are the commandline parameter for the plugin.

Parameter (short) Parameter (long) Description
-d DEV --device=DEV set device (default: /dev/cdrom)

Links

[1] http://mail.pad.zuken.de/~alex/vdr Plugin homepage
[2] http://libcdaudio.sourceforge.net libcdaudio homepage