Cdplayer-plugin
From VDR Wiki
(Difference between revisions)
(→Developer Version) |
(→Developer Version) |
||
| Line 107: | Line 107: | ||
# [http://www.uli-eckhardt.de/vdr/download/vdr-cdplayer-1.0.3.tgz Version 1.0.3] | # [http://www.uli-eckhardt.de/vdr/download/vdr-cdplayer-1.0.3.tgz Version 1.0.3] | ||
==Developer Version== | ==Developer Version== | ||
| - | # [http://www.uli-eckhardt.de/vdr/download/vdr-cdplayer-1.1. | + | # [http://www.uli-eckhardt.de/vdr/download/vdr-cdplayer-1.1.8.tgz Version 1.1.8] |
===Mercurial Repository=== | ===Mercurial Repository=== | ||
<pre>hg clone http://hg.uli-eckhardt.de/cdplayer</pre> | <pre>hg clone http://hg.uli-eckhardt.de/cdplayer</pre> | ||
Revision as of 15:32, 23 February 2013
Contents |
Description
Author: Ulrich Eckhardt
This plug-in allows to play an audio CD like the good old CD player. The plug-in allows to display CD text information and CDDB information.
Pictures
|
|
Background Pictures
Handling
| Key | Function |
|---|---|
| Back, Ok, Stop | Exit |
| FastFwd | Play faster |
| FastRew | Play slower |
| Up, Next | Next title |
| Down, Prev | Previous title |
| Green | One minute forward |
| Yellow | One minute back |
| Blue | Change between titel and detail view |
SVDRP Commands
The CD-Player can be controlled via
svdrpsend.pl plug cdplayer [Befehl]
The following commands are available:
| Command | Description |
|---|---|
| PLAY | Play CD |
| PAUSE | Pause |
| STOP | Stop |
| NEXT | Next titel |
| PREV | Previous titel |
Software requirements
- vdr > 1.6
- libcdio >= 0.8.0
- libcddb >= 1.3.0
Installation
The plugin will be installed as usual. For the still picture the file cd.mpg must be copied from the contrib directory.
mkdir $VDRCONFIG/plugins/cdplayer
cp $SOURCEDIR/VDR/PLUGINS/src/cdplayer/contrib/cd.mpg $VDRCONFIG/plugins/cdplayer
Support for graphtft
For graphtft-support enable "DEFINES += -DUSE_GRAPHTFT" in the Makefile or add this line to the Make.config file of the VDR otherwise graphtft will not display the play list.
Configuration
Parameter
| Parameter (short) | Parameter (long) | Description |
|---|---|---|
| -d <device> | --device=<device> | CD-Rom Device : /dev/cdrom |
| -c <directory> | --configdir=<directory> | Coniguration directory (currently only for the still picture) |
| -s <filename> | --stillpic=<filename> | Filename of the still picture : cd.mpg |
| -S <server name> | --cddbserver=<server name> | Hostname of the CDDB server : freedb.freedb.org |
| -C <directory> | --cddbcache=<directory> | CDDB cache directory |
| -N | --disablecddbcache | Switch off CDDB cache |
| -n | --disablecddb | Switch off CDDB query completely |
Current Version
Developer Version
Mercurial Repository
hg clone http://hg.uli-eckhardt.de/cdplayer






