This is a CD-Player plugin for the Video Disk Recorder (VDR).

Written by:                  Ulrich Eckhardt <vdr@uli-eckhardt.de>

Project's homepage: http://www.uli-eckhardt.de/vdr/cdplayer.de.html
English translation http://www.uli-eckhardt.de/vdr/cdplayer.en.html

Latest version available at: http://www.uli-eckhardt.de/vdr/cdplayer.en.html

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
See the file COPYING for more information.

Thanks to:
------------
Diego Pierotto for the Italian translation.

Description:
------------
A CD-Player plugin which supports CD-Text and CDDB-Database.

Requirements:
------------

- vdr > 1.6
- libcdio >= 0.8.0
- libcddb >= 1.3.0

Install:
------------
Install the plugin part as usual (see vdr docs if you don't know already).
You will need a full source tree from vdr, to build this plugins.
Copy the source to the below defined folder.

    cd $VDRSOURCE/PLUGINS/src
    tar -xzvf vdr-cdplayer-x.x.x.tgz
    ln -s cdplayer-x.x.x cdplayer
    

You have to create a configuration directory "cdplayer" under the
the vdr plugin configuration directory (can be overwritten with the -c
option). For most distributions, this is /video/plugins. Copy the still picture 
with name cd.mpg into this directory.

Support for cdparanoia can be completely disabled adding "NOPARANOIA=0" to 
Make.global or Make.config


Graphtft support:
-----------------------
For graphtft-support enable "DEFINES += -DUSE_GRAPHTFT" in the Makefile or
add this line to the Make.config file of the VDR.

Options for the plugin:
-----------------------
  -d DEVICE, --device=DEVICE        use DEVICE as cdrom device 
                                        (default: /dev/cdrom)
  
  -s FILE,   --stillpic=FILE        Still-Picture to display
                                        (default: cd.mpg)
  
  -c DIR,    --configdir=DIR        Directory for config files  
                                        (default cdplayer)
                                        
  -S SERVER  --cddbserver=SERVER    Hostname for CDDB server
                                        (default freedb.freedb.org)
                                        
  -C DIR     --cddbcache=DIR        CDDB cache directory
  
  -N         --disablecddbcache     Disable CDDB cache
  
  -n         --disablecddb          Disable CDDB query
  
SVDRP Commands
-----------------------
    PLAY:  Play a disk
    PAUSE: Pause
    STOP:  Stop
    NEXT:  Next title
    PREV:  Previous title
  
Navigation
-----------------------

The following navigation keys are available 

Key             Function
-------------------------------------------------------------
Green           1 min. backward 
Yellow          1 min. forward  
Blue            Toggle between detailed information and playlist

Back,Ok, Menu   Stop Play - Exit


Up, kNext       skip to previous title
Down, kPrev     skip to next title
kFastFwd        play faster
kFastFwd        play slower
