Audiocd-plugin: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
==Description== |
==Description== |
||
[[Image: |
[[Image:audiocd-plugin.jpg|thumb|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. |
|||
⚫ | |||
A better alternative to this plugin is the [[mplayer-plugin|MPlayer plugin]]. |
|||
⚫ | |||
⚫ | |||
⚫ | |||
|- 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 |
| Next track |
||
|- |
|- |
||
!bgcolor=#efefef| Down |
!bgcolor=#efefef| Down |
||
| Previous |
| Previous track |
||
|- |
|- |
||
!bgcolor=#efefef| |
!bgcolor=#efefef| Play |
||
| Play/Resume |
|||
| Playback |
|||
|- |
|- |
||
!bgcolor=#efefef| Pause |
!bgcolor=#efefef| Pause |
||
Line 32: | Line 30: | ||
|- |
|- |
||
!bgcolor=#efefef| Green |
!bgcolor=#efefef| Green |
||
| |
| Toggle repeat mode (disabled, track or disc) |
||
|- |
|- |
||
!bgcolor=#efefef| Yellow |
!bgcolor=#efefef| Yellow |
||
| |
| Toggle shuffle mode |
||
|- |
|- |
||
!bgcolor=#efefef| 0...9 |
!bgcolor=#efefef| 0...9 |
||
| Jump to track entered |
|||
| Play song number... |
|||
|- |
|- |
||
!bgcolor=#efefef| |
!bgcolor=#efefef| Ok |
||
| |
| Toggle display |
||
|} |
|} |
||
==Hardware requirements== |
==Hardware requirements== |
||
* CD drive |
* CD drive |
||
* Audio cable |
* Audio cable |
||
* (possibly sound card) |
* (possibly sound card) |
||
==Software requirements== |
==Software requirements== |
||
* VDR 1.2.x |
|||
* libcdaudio >= 0.99.9 |
* libcdaudio >= 0.99.9 |
||
==Installation== |
==Installation== |
||
⚫ | |||
To install libcdaudio |
|||
cd $SOURCEDIR |
|||
tar xvzf libcdaudio-<VERSION>.tar.gz |
|||
cd libcdaudio-<VERSION> |
|||
./configure --prefix=/usr/local |
|||
make |
|||
make install |
|||
ldconfig |
|||
⚫ | |||
==Configuration== |
==Configuration== |
||
===Parameter=== |
===Parameter=== |
||
This are the commandline parameter for the plugin. |
|||
{| border=1 cellpadding=2 cellspacing=0 |
{| width=100% border=1 cellpadding=2 cellspacing=0 style="border-collapse: collapse;" |
||
|- bgcolor=#efdead |
|- bgcolor=#efdead |
||
!Parameter (short) |
!Parameter (short) |
||
Line 73: | Line 62: | ||
!Description |
!Description |
||
|- |
|- |
||
| -d DEV || --device=DEV || |
| -d DEV || --device=DEV || set device (default: '''/dev/cdrom''') |
||
|} |
|} |
||
==Problems== |
|||
The |
|||
* random playback (shuffle) |
|||
* repeated playback (loop) |
|||
are not fully implemented |
|||
==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 |
| libcdaudio homepage |
||
|} |
|} |
||
[[Category:Plugins]] |
[[Category:Plugins]] |
||
<!-- Link to german |
<!-- Link to the german VDR Wiki --> |
||
[[de: |
[[de:audiocd-plugin]] |
Revision as of 01:19, 13 March 2005
Description
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 |