
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.linuxtv.org/vdrwiki/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.linuxtv.org/vdrwiki/index.php?title=Special:Contributions/Uli1969&amp;feed=atom&amp;limit=50&amp;target=Uli1969&amp;year=&amp;month=</id>
		<title>VDR Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://www.linuxtv.org/vdrwiki/index.php?title=Special:Contributions/Uli1969&amp;feed=atom&amp;limit=50&amp;target=Uli1969&amp;year=&amp;month="/>
		<link rel="alternate" type="text/html" href="http://www.linuxtv.org/vdrwiki/index.php/Special:Contributions/Uli1969"/>
		<updated>2013-05-22T15:56:12Z</updated>
		<subtitle>From VDR Wiki</subtitle>
		<generator>MediaWiki 1.16.5</generator>

	<entry>
		<id>http://www.linuxtv.org/vdrwiki/index.php/Cdplayer-plugin</id>
		<title>Cdplayer-plugin</title>
		<link rel="alternate" type="text/html" href="http://www.linuxtv.org/vdrwiki/index.php/Cdplayer-plugin"/>
				<updated>2013-05-17T10:55:31Z</updated>
		
		<summary type="html">&lt;p&gt;Uli1969: /* Developer Version */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Description==&lt;br /&gt;
'''Author:''' Ulrich Eckhardt&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Pictures==&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:cdplayer-plugin-00.png|thumb''OSD-Display'']]&lt;br /&gt;
|[[Image:cdplayer-plugin-01.png|thumb''Grapftft'']]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background Pictures==&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:Cd.jpg|thumb|none|''Standard shipped with the current plugin''&amp;lt;br&amp;gt;&lt;br /&gt;
   Ulrich Eckhardt&amp;lt;br&amp;gt;]]&lt;br /&gt;
| [[Image:vinyl.jpg|thumb|none|''vinyl''&amp;lt;br&amp;gt;&lt;br /&gt;
   Tomas Saxer&amp;lt;br&amp;gt;&lt;br /&gt;
   [http://www.vdr-wiki.de/wiki/images/c/c7/Vinyl.jpg vinyl.jpg zum Rendern]]]&lt;br /&gt;
| [[Image:Cd1.jpg|thumb|none|''vinyl''&amp;lt;br&amp;gt;&lt;br /&gt;
   Tomas Saxer&amp;lt;br&amp;gt;&lt;br /&gt;
   [http://www.vdr-portal.de/board/thread.php?postid=919696#post919696 Download mpeg 1080]&lt;br /&gt;
   [http://www.vdr-portal.de/board/thread.php?postid=941478#post941478 Download mpeg 720]]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Handling==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Key&lt;br /&gt;
!Function&lt;br /&gt;
|-&lt;br /&gt;
| Back, Ok, Stop || Exit&lt;br /&gt;
|-&lt;br /&gt;
| FastFwd || Play faster&lt;br /&gt;
|-&lt;br /&gt;
| FastRew  || Play slower&lt;br /&gt;
|-&lt;br /&gt;
| Up, Next   || Next title&lt;br /&gt;
|-&lt;br /&gt;
| Down, Prev || Previous title&lt;br /&gt;
|-&lt;br /&gt;
| Green      || One minute forward&lt;br /&gt;
|-&lt;br /&gt;
| Yellow     || One minute back&lt;br /&gt;
|-&lt;br /&gt;
| Blue       || Change between titel and detail view&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===[[SVDRP]] Commands===&lt;br /&gt;
The CD-Player can be controlled via &lt;br /&gt;
          svdrpsend.pl plug cdplayer [Befehl] &lt;br /&gt;
The following commands are available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Command&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
| PLAY || Play CD &lt;br /&gt;
|-&lt;br /&gt;
| PAUSE || Pause&lt;br /&gt;
|-&lt;br /&gt;
| STOP || Stop&lt;br /&gt;
|-&lt;br /&gt;
| NEXT || Next titel&lt;br /&gt;
|-&lt;br /&gt;
| PREV || Previous titel&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Software requirements==&lt;br /&gt;
* vdr &amp;gt; 1.6&lt;br /&gt;
* [http://www.gnu.org/software/libcdio/ libcdio &amp;gt;= 0.8.0]&lt;br /&gt;
* [http://libcddb.sourceforge.net/index.html libcddb &amp;gt;= 1.3.0]&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
The plugin will be installed as usual. For the still picture the file cd.mpg must be copied from the contrib directory.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
        mkdir $VDRCONFIG/plugins/cdplayer&lt;br /&gt;
        cp $SOURCEDIR/VDR/PLUGINS/src/cdplayer/contrib/cd.mpg $VDRCONFIG/plugins/cdplayer&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Support for graphtft==&lt;br /&gt;
For graphtft-support enable &amp;quot;DEFINES += -DUSE_GRAPHTFT&amp;quot; in the Makefile or add this line to the Make.config file of the VDR otherwise graphtft will not display the play list.&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
===Parameter===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|- &lt;br /&gt;
!Parameter (short) &lt;br /&gt;
!Parameter (long) &lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
| -d &amp;lt;device&amp;gt; || --device=&amp;lt;device&amp;gt; || CD-Rom Device : /dev/cdrom&lt;br /&gt;
|-&lt;br /&gt;
| -c &amp;lt;directory&amp;gt; || --configdir=&amp;lt;directory&amp;gt; || Coniguration directory (currently only for the still picture)&lt;br /&gt;
|-&lt;br /&gt;
| -s &amp;lt;filename&amp;gt; || --stillpic=&amp;lt;filename&amp;gt; || Filename of the still picture : cd.mpg&lt;br /&gt;
|-&lt;br /&gt;
| -S &amp;lt;server name&amp;gt; || --cddbserver=&amp;lt;server name&amp;gt; || Hostname of the CDDB server  : freedb.freedb.org&lt;br /&gt;
|-&lt;br /&gt;
| -C &amp;lt;directory&amp;gt; || --cddbcache=&amp;lt;directory&amp;gt; || CDDB cache directory&lt;br /&gt;
|-&lt;br /&gt;
| -N || --disablecddbcache || Switch off CDDB cache &lt;br /&gt;
|-&lt;br /&gt;
| -n || --disablecddb || Switch off CDDB query completely&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Current Version==&lt;br /&gt;
# [http://www.uli-eckhardt.de/vdr/download/vdr-cdplayer-1.2.0.tgz Version 1.2.0]&lt;br /&gt;
&lt;br /&gt;
==Developer Version==&lt;br /&gt;
# Currently no developer version available.&lt;br /&gt;
===Mercurial Repository=== &lt;br /&gt;
&amp;lt;pre&amp;gt;hg clone http://hg.uli-eckhardt.de/cdplayer&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
# [http://www.uli-eckhardt.de/vdr/cdplayer.en.html Homepage of the plugin]&lt;br /&gt;
# [http://hg.uli-eckhardt.de/cdplayer Mercurial repository of the plugin]&lt;br /&gt;
[[Category:Plugins]]&lt;br /&gt;
{{i18n|cdplayer-plugin}}&lt;/div&gt;</summary>
		<author><name>Uli1969</name></author>	</entry>

	<entry>
		<id>http://www.linuxtv.org/vdrwiki/index.php/Cdplayer-plugin</id>
		<title>Cdplayer-plugin</title>
		<link rel="alternate" type="text/html" href="http://www.linuxtv.org/vdrwiki/index.php/Cdplayer-plugin"/>
				<updated>2013-05-17T10:54:20Z</updated>
		
		<summary type="html">&lt;p&gt;Uli1969: /* Current Version */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Description==&lt;br /&gt;
'''Author:''' Ulrich Eckhardt&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Pictures==&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:cdplayer-plugin-00.png|thumb''OSD-Display'']]&lt;br /&gt;
|[[Image:cdplayer-plugin-01.png|thumb''Grapftft'']]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background Pictures==&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:Cd.jpg|thumb|none|''Standard shipped with the current plugin''&amp;lt;br&amp;gt;&lt;br /&gt;
   Ulrich Eckhardt&amp;lt;br&amp;gt;]]&lt;br /&gt;
| [[Image:vinyl.jpg|thumb|none|''vinyl''&amp;lt;br&amp;gt;&lt;br /&gt;
   Tomas Saxer&amp;lt;br&amp;gt;&lt;br /&gt;
   [http://www.vdr-wiki.de/wiki/images/c/c7/Vinyl.jpg vinyl.jpg zum Rendern]]]&lt;br /&gt;
| [[Image:Cd1.jpg|thumb|none|''vinyl''&amp;lt;br&amp;gt;&lt;br /&gt;
   Tomas Saxer&amp;lt;br&amp;gt;&lt;br /&gt;
   [http://www.vdr-portal.de/board/thread.php?postid=919696#post919696 Download mpeg 1080]&lt;br /&gt;
   [http://www.vdr-portal.de/board/thread.php?postid=941478#post941478 Download mpeg 720]]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Handling==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Key&lt;br /&gt;
!Function&lt;br /&gt;
|-&lt;br /&gt;
| Back, Ok, Stop || Exit&lt;br /&gt;
|-&lt;br /&gt;
| FastFwd || Play faster&lt;br /&gt;
|-&lt;br /&gt;
| FastRew  || Play slower&lt;br /&gt;
|-&lt;br /&gt;
| Up, Next   || Next title&lt;br /&gt;
|-&lt;br /&gt;
| Down, Prev || Previous title&lt;br /&gt;
|-&lt;br /&gt;
| Green      || One minute forward&lt;br /&gt;
|-&lt;br /&gt;
| Yellow     || One minute back&lt;br /&gt;
|-&lt;br /&gt;
| Blue       || Change between titel and detail view&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===[[SVDRP]] Commands===&lt;br /&gt;
The CD-Player can be controlled via &lt;br /&gt;
          svdrpsend.pl plug cdplayer [Befehl] &lt;br /&gt;
The following commands are available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Command&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
| PLAY || Play CD &lt;br /&gt;
|-&lt;br /&gt;
| PAUSE || Pause&lt;br /&gt;
|-&lt;br /&gt;
| STOP || Stop&lt;br /&gt;
|-&lt;br /&gt;
| NEXT || Next titel&lt;br /&gt;
|-&lt;br /&gt;
| PREV || Previous titel&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Software requirements==&lt;br /&gt;
* vdr &amp;gt; 1.6&lt;br /&gt;
* [http://www.gnu.org/software/libcdio/ libcdio &amp;gt;= 0.8.0]&lt;br /&gt;
* [http://libcddb.sourceforge.net/index.html libcddb &amp;gt;= 1.3.0]&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
The plugin will be installed as usual. For the still picture the file cd.mpg must be copied from the contrib directory.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
        mkdir $VDRCONFIG/plugins/cdplayer&lt;br /&gt;
        cp $SOURCEDIR/VDR/PLUGINS/src/cdplayer/contrib/cd.mpg $VDRCONFIG/plugins/cdplayer&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Support for graphtft==&lt;br /&gt;
For graphtft-support enable &amp;quot;DEFINES += -DUSE_GRAPHTFT&amp;quot; in the Makefile or add this line to the Make.config file of the VDR otherwise graphtft will not display the play list.&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
===Parameter===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|- &lt;br /&gt;
!Parameter (short) &lt;br /&gt;
!Parameter (long) &lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
| -d &amp;lt;device&amp;gt; || --device=&amp;lt;device&amp;gt; || CD-Rom Device : /dev/cdrom&lt;br /&gt;
|-&lt;br /&gt;
| -c &amp;lt;directory&amp;gt; || --configdir=&amp;lt;directory&amp;gt; || Coniguration directory (currently only for the still picture)&lt;br /&gt;
|-&lt;br /&gt;
| -s &amp;lt;filename&amp;gt; || --stillpic=&amp;lt;filename&amp;gt; || Filename of the still picture : cd.mpg&lt;br /&gt;
|-&lt;br /&gt;
| -S &amp;lt;server name&amp;gt; || --cddbserver=&amp;lt;server name&amp;gt; || Hostname of the CDDB server  : freedb.freedb.org&lt;br /&gt;
|-&lt;br /&gt;
| -C &amp;lt;directory&amp;gt; || --cddbcache=&amp;lt;directory&amp;gt; || CDDB cache directory&lt;br /&gt;
|-&lt;br /&gt;
| -N || --disablecddbcache || Switch off CDDB cache &lt;br /&gt;
|-&lt;br /&gt;
| -n || --disablecddb || Switch off CDDB query completely&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Current Version==&lt;br /&gt;
# [http://www.uli-eckhardt.de/vdr/download/vdr-cdplayer-1.2.0.tgz Version 1.2.0]&lt;br /&gt;
&lt;br /&gt;
==Developer Version==&lt;br /&gt;
# [http://www.uli-eckhardt.de/vdr/download/vdr-cdplayer-1.1.8.tgz Version 1.1.8]&lt;br /&gt;
===Mercurial Repository=== &lt;br /&gt;
&amp;lt;pre&amp;gt;hg clone http://hg.uli-eckhardt.de/cdplayer&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
# [http://www.uli-eckhardt.de/vdr/cdplayer.en.html Homepage of the plugin]&lt;br /&gt;
# [http://hg.uli-eckhardt.de/cdplayer Mercurial repository of the plugin]&lt;br /&gt;
[[Category:Plugins]]&lt;br /&gt;
{{i18n|cdplayer-plugin}}&lt;/div&gt;</summary>
		<author><name>Uli1969</name></author>	</entry>

	<entry>
		<id>http://www.linuxtv.org/vdrwiki/index.php/Cdplayer-plugin</id>
		<title>Cdplayer-plugin</title>
		<link rel="alternate" type="text/html" href="http://www.linuxtv.org/vdrwiki/index.php/Cdplayer-plugin"/>
				<updated>2013-02-23T15:32:32Z</updated>
		
		<summary type="html">&lt;p&gt;Uli1969: /* Developer Version */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Description==&lt;br /&gt;
'''Author:''' Ulrich Eckhardt&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Pictures==&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:cdplayer-plugin-00.png|thumb''OSD-Display'']]&lt;br /&gt;
|[[Image:cdplayer-plugin-01.png|thumb''Grapftft'']]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background Pictures==&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:Cd.jpg|thumb|none|''Standard shipped with the current plugin''&amp;lt;br&amp;gt;&lt;br /&gt;
   Ulrich Eckhardt&amp;lt;br&amp;gt;]]&lt;br /&gt;
| [[Image:vinyl.jpg|thumb|none|''vinyl''&amp;lt;br&amp;gt;&lt;br /&gt;
   Tomas Saxer&amp;lt;br&amp;gt;&lt;br /&gt;
   [http://www.vdr-wiki.de/wiki/images/c/c7/Vinyl.jpg vinyl.jpg zum Rendern]]]&lt;br /&gt;
| [[Image:Cd1.jpg|thumb|none|''vinyl''&amp;lt;br&amp;gt;&lt;br /&gt;
   Tomas Saxer&amp;lt;br&amp;gt;&lt;br /&gt;
   [http://www.vdr-portal.de/board/thread.php?postid=919696#post919696 Download mpeg 1080]&lt;br /&gt;
   [http://www.vdr-portal.de/board/thread.php?postid=941478#post941478 Download mpeg 720]]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Handling==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Key&lt;br /&gt;
!Function&lt;br /&gt;
|-&lt;br /&gt;
| Back, Ok, Stop || Exit&lt;br /&gt;
|-&lt;br /&gt;
| FastFwd || Play faster&lt;br /&gt;
|-&lt;br /&gt;
| FastRew  || Play slower&lt;br /&gt;
|-&lt;br /&gt;
| Up, Next   || Next title&lt;br /&gt;
|-&lt;br /&gt;
| Down, Prev || Previous title&lt;br /&gt;
|-&lt;br /&gt;
| Green      || One minute forward&lt;br /&gt;
|-&lt;br /&gt;
| Yellow     || One minute back&lt;br /&gt;
|-&lt;br /&gt;
| Blue       || Change between titel and detail view&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===[[SVDRP]] Commands===&lt;br /&gt;
The CD-Player can be controlled via &lt;br /&gt;
          svdrpsend.pl plug cdplayer [Befehl] &lt;br /&gt;
The following commands are available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Command&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
| PLAY || Play CD &lt;br /&gt;
|-&lt;br /&gt;
| PAUSE || Pause&lt;br /&gt;
|-&lt;br /&gt;
| STOP || Stop&lt;br /&gt;
|-&lt;br /&gt;
| NEXT || Next titel&lt;br /&gt;
|-&lt;br /&gt;
| PREV || Previous titel&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Software requirements==&lt;br /&gt;
* vdr &amp;gt; 1.6&lt;br /&gt;
* [http://www.gnu.org/software/libcdio/ libcdio &amp;gt;= 0.8.0]&lt;br /&gt;
* [http://libcddb.sourceforge.net/index.html libcddb &amp;gt;= 1.3.0]&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
The plugin will be installed as usual. For the still picture the file cd.mpg must be copied from the contrib directory.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
        mkdir $VDRCONFIG/plugins/cdplayer&lt;br /&gt;
        cp $SOURCEDIR/VDR/PLUGINS/src/cdplayer/contrib/cd.mpg $VDRCONFIG/plugins/cdplayer&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Support for graphtft==&lt;br /&gt;
For graphtft-support enable &amp;quot;DEFINES += -DUSE_GRAPHTFT&amp;quot; in the Makefile or add this line to the Make.config file of the VDR otherwise graphtft will not display the play list.&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
===Parameter===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|- &lt;br /&gt;
!Parameter (short) &lt;br /&gt;
!Parameter (long) &lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
| -d &amp;lt;device&amp;gt; || --device=&amp;lt;device&amp;gt; || CD-Rom Device : /dev/cdrom&lt;br /&gt;
|-&lt;br /&gt;
| -c &amp;lt;directory&amp;gt; || --configdir=&amp;lt;directory&amp;gt; || Coniguration directory (currently only for the still picture)&lt;br /&gt;
|-&lt;br /&gt;
| -s &amp;lt;filename&amp;gt; || --stillpic=&amp;lt;filename&amp;gt; || Filename of the still picture : cd.mpg&lt;br /&gt;
|-&lt;br /&gt;
| -S &amp;lt;server name&amp;gt; || --cddbserver=&amp;lt;server name&amp;gt; || Hostname of the CDDB server  : freedb.freedb.org&lt;br /&gt;
|-&lt;br /&gt;
| -C &amp;lt;directory&amp;gt; || --cddbcache=&amp;lt;directory&amp;gt; || CDDB cache directory&lt;br /&gt;
|-&lt;br /&gt;
| -N || --disablecddbcache || Switch off CDDB cache &lt;br /&gt;
|-&lt;br /&gt;
| -n || --disablecddb || Switch off CDDB query completely&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Current Version==&lt;br /&gt;
# [http://www.uli-eckhardt.de/vdr/download/vdr-cdplayer-1.0.3.tgz Version 1.0.3]&lt;br /&gt;
==Developer Version==&lt;br /&gt;
# [http://www.uli-eckhardt.de/vdr/download/vdr-cdplayer-1.1.8.tgz Version 1.1.8]&lt;br /&gt;
===Mercurial Repository=== &lt;br /&gt;
&amp;lt;pre&amp;gt;hg clone http://hg.uli-eckhardt.de/cdplayer&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
# [http://www.uli-eckhardt.de/vdr/cdplayer.en.html Homepage of the plugin]&lt;br /&gt;
# [http://hg.uli-eckhardt.de/cdplayer Mercurial repository of the plugin]&lt;br /&gt;
[[Category:Plugins]]&lt;br /&gt;
{{i18n|cdplayer-plugin}}&lt;/div&gt;</summary>
		<author><name>Uli1969</name></author>	</entry>

	<entry>
		<id>http://www.linuxtv.org/vdrwiki/index.php/Trayopenng-plugin</id>
		<title>Trayopenng-plugin</title>
		<link rel="alternate" type="text/html" href="http://www.linuxtv.org/vdrwiki/index.php/Trayopenng-plugin"/>
				<updated>2013-02-12T16:09:49Z</updated>
		
		<summary type="html">&lt;p&gt;Uli1969: /* Actual Version */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Description==&lt;br /&gt;
'''Author: ''' Ulrich Eckhardt&lt;br /&gt;
&lt;br /&gt;
This plugin allows open or close the CD/DVD tray via the menu or via a function key of the remote control.&lt;br /&gt;
&lt;br /&gt;
==Handling==&lt;br /&gt;
Depending of the configuration, the CD/DVD tray can be onpened or closed via the menu or via a function key of the remote control.&lt;br /&gt;
&lt;br /&gt;
===[[SVDRP]] Commands===&lt;br /&gt;
svdrpsend.pl plug trayopenng eject&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Parameter&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
| EJECT   || Open/Close of the CD/DVD-Rom tray&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Software requirements==&lt;br /&gt;
Eject must be installed.&lt;br /&gt;
==Installation==&lt;br /&gt;
Compiling and installing as usual: [[Plugin Installation]].&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
To allocate a function key, the following can be inserted into the  [[keymacros.conf]] (at my remote control the key code User1 is &amp;quot;Eject&amp;quot;) :&lt;br /&gt;
&lt;br /&gt;
User1     @trayopenng&lt;br /&gt;
&lt;br /&gt;
===Parameter===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Parameter (short)&lt;br /&gt;
!Parameter (long)&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
| -d ''&amp;lt;DEVICE&amp;gt;''   || --device=''&amp;lt;DEVICE&amp;gt;''     || CD-Rom device (Standard: ''/dev/sr0'')&lt;br /&gt;
|-&lt;br /&gt;
| -c ''&amp;lt;COMMAND&amp;gt;''   || --command=''&amp;lt;COMMAND&amp;gt;''      || Eject kommando (Standard: ''eject -T'')&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Actual Version==&lt;br /&gt;
[http://www.uli-eckhardt.de/vdr/download/vdr-trayopenng-1.0.1.tgz Version 1.0.1]&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
# [http://www.uli-eckhardt.de/vdr/trayopenng.en.html Homepage of the plugin]&lt;br /&gt;
# [http://hg.uli-eckhardt.de/trayopenng Mercurial repository of the plugin]&lt;br /&gt;
[[Category:Plugins]]&lt;br /&gt;
{{i18n|trayopenng-plugin}}&lt;/div&gt;</summary>
		<author><name>Uli1969</name></author>	</entry>

	<entry>
		<id>http://www.linuxtv.org/vdrwiki/index.php/Cdplayer-plugin</id>
		<title>Cdplayer-plugin</title>
		<link rel="alternate" type="text/html" href="http://www.linuxtv.org/vdrwiki/index.php/Cdplayer-plugin"/>
				<updated>2013-02-12T16:09:06Z</updated>
		
		<summary type="html">&lt;p&gt;Uli1969: /* Developer Version */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Description==&lt;br /&gt;
'''Author:''' Ulrich Eckhardt&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Pictures==&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:cdplayer-plugin-00.png|thumb''OSD-Display'']]&lt;br /&gt;
|[[Image:cdplayer-plugin-01.png|thumb''Grapftft'']]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background Pictures==&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:Cd.jpg|thumb|none|''Standard shipped with the current plugin''&amp;lt;br&amp;gt;&lt;br /&gt;
   Ulrich Eckhardt&amp;lt;br&amp;gt;]]&lt;br /&gt;
| [[Image:vinyl.jpg|thumb|none|''vinyl''&amp;lt;br&amp;gt;&lt;br /&gt;
   Tomas Saxer&amp;lt;br&amp;gt;&lt;br /&gt;
   [http://www.vdr-wiki.de/wiki/images/c/c7/Vinyl.jpg vinyl.jpg zum Rendern]]]&lt;br /&gt;
| [[Image:Cd1.jpg|thumb|none|''vinyl''&amp;lt;br&amp;gt;&lt;br /&gt;
   Tomas Saxer&amp;lt;br&amp;gt;&lt;br /&gt;
   [http://www.vdr-portal.de/board/thread.php?postid=919696#post919696 Download mpeg 1080]&lt;br /&gt;
   [http://www.vdr-portal.de/board/thread.php?postid=941478#post941478 Download mpeg 720]]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Handling==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Key&lt;br /&gt;
!Function&lt;br /&gt;
|-&lt;br /&gt;
| Back, Ok, Stop || Exit&lt;br /&gt;
|-&lt;br /&gt;
| FastFwd || Play faster&lt;br /&gt;
|-&lt;br /&gt;
| FastRew  || Play slower&lt;br /&gt;
|-&lt;br /&gt;
| Up, Next   || Next title&lt;br /&gt;
|-&lt;br /&gt;
| Down, Prev || Previous title&lt;br /&gt;
|-&lt;br /&gt;
| Green      || One minute forward&lt;br /&gt;
|-&lt;br /&gt;
| Yellow     || One minute back&lt;br /&gt;
|-&lt;br /&gt;
| Blue       || Change between titel and detail view&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===[[SVDRP]] Commands===&lt;br /&gt;
The CD-Player can be controlled via &lt;br /&gt;
          svdrpsend.pl plug cdplayer [Befehl] &lt;br /&gt;
The following commands are available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Command&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
| PLAY || Play CD &lt;br /&gt;
|-&lt;br /&gt;
| PAUSE || Pause&lt;br /&gt;
|-&lt;br /&gt;
| STOP || Stop&lt;br /&gt;
|-&lt;br /&gt;
| NEXT || Next titel&lt;br /&gt;
|-&lt;br /&gt;
| PREV || Previous titel&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Software requirements==&lt;br /&gt;
* vdr &amp;gt; 1.6&lt;br /&gt;
* [http://www.gnu.org/software/libcdio/ libcdio &amp;gt;= 0.8.0]&lt;br /&gt;
* [http://libcddb.sourceforge.net/index.html libcddb &amp;gt;= 1.3.0]&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
The plugin will be installed as usual. For the still picture the file cd.mpg must be copied from the contrib directory.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
        mkdir $VDRCONFIG/plugins/cdplayer&lt;br /&gt;
        cp $SOURCEDIR/VDR/PLUGINS/src/cdplayer/contrib/cd.mpg $VDRCONFIG/plugins/cdplayer&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Support for graphtft==&lt;br /&gt;
For graphtft-support enable &amp;quot;DEFINES += -DUSE_GRAPHTFT&amp;quot; in the Makefile or add this line to the Make.config file of the VDR otherwise graphtft will not display the play list.&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
===Parameter===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|- &lt;br /&gt;
!Parameter (short) &lt;br /&gt;
!Parameter (long) &lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
| -d &amp;lt;device&amp;gt; || --device=&amp;lt;device&amp;gt; || CD-Rom Device : /dev/cdrom&lt;br /&gt;
|-&lt;br /&gt;
| -c &amp;lt;directory&amp;gt; || --configdir=&amp;lt;directory&amp;gt; || Coniguration directory (currently only for the still picture)&lt;br /&gt;
|-&lt;br /&gt;
| -s &amp;lt;filename&amp;gt; || --stillpic=&amp;lt;filename&amp;gt; || Filename of the still picture : cd.mpg&lt;br /&gt;
|-&lt;br /&gt;
| -S &amp;lt;server name&amp;gt; || --cddbserver=&amp;lt;server name&amp;gt; || Hostname of the CDDB server  : freedb.freedb.org&lt;br /&gt;
|-&lt;br /&gt;
| -C &amp;lt;directory&amp;gt; || --cddbcache=&amp;lt;directory&amp;gt; || CDDB cache directory&lt;br /&gt;
|-&lt;br /&gt;
| -N || --disablecddbcache || Switch off CDDB cache &lt;br /&gt;
|-&lt;br /&gt;
| -n || --disablecddb || Switch off CDDB query completely&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Current Version==&lt;br /&gt;
# [http://www.uli-eckhardt.de/vdr/download/vdr-cdplayer-1.0.3.tgz Version 1.0.3]&lt;br /&gt;
==Developer Version==&lt;br /&gt;
# [http://www.uli-eckhardt.de/vdr/download/vdr-cdplayer-1.1.7.tgz Version 1.1.7]&lt;br /&gt;
===Mercurial Repository=== &lt;br /&gt;
&amp;lt;pre&amp;gt;hg clone http://hg.uli-eckhardt.de/cdplayer&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
# [http://www.uli-eckhardt.de/vdr/cdplayer.en.html Homepage of the plugin]&lt;br /&gt;
# [http://hg.uli-eckhardt.de/cdplayer Mercurial repository of the plugin]&lt;br /&gt;
[[Category:Plugins]]&lt;br /&gt;
{{i18n|cdplayer-plugin}}&lt;/div&gt;</summary>
		<author><name>Uli1969</name></author>	</entry>

	<entry>
		<id>http://www.linuxtv.org/vdrwiki/index.php/Trayopenng-plugin</id>
		<title>Trayopenng-plugin</title>
		<link rel="alternate" type="text/html" href="http://www.linuxtv.org/vdrwiki/index.php/Trayopenng-plugin"/>
				<updated>2013-01-26T14:56:11Z</updated>
		
		<summary type="html">&lt;p&gt;Uli1969: /* Actual Version */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Description==&lt;br /&gt;
'''Author: ''' Ulrich Eckhardt&lt;br /&gt;
&lt;br /&gt;
This plugin allows open or close the CD/DVD tray via the menu or via a function key of the remote control.&lt;br /&gt;
&lt;br /&gt;
==Handling==&lt;br /&gt;
Depending of the configuration, the CD/DVD tray can be onpened or closed via the menu or via a function key of the remote control.&lt;br /&gt;
&lt;br /&gt;
===[[SVDRP]] Commands===&lt;br /&gt;
svdrpsend.pl plug trayopenng eject&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Parameter&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
| EJECT   || Open/Close of the CD/DVD-Rom tray&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Software requirements==&lt;br /&gt;
Eject must be installed.&lt;br /&gt;
==Installation==&lt;br /&gt;
Compiling and installing as usual: [[Plugin Installation]].&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
To allocate a function key, the following can be inserted into the  [[keymacros.conf]] (at my remote control the key code User1 is &amp;quot;Eject&amp;quot;) :&lt;br /&gt;
&lt;br /&gt;
User1     @trayopenng&lt;br /&gt;
&lt;br /&gt;
===Parameter===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Parameter (short)&lt;br /&gt;
!Parameter (long)&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
| -d ''&amp;lt;DEVICE&amp;gt;''   || --device=''&amp;lt;DEVICE&amp;gt;''     || CD-Rom device (Standard: ''/dev/sr0'')&lt;br /&gt;
|-&lt;br /&gt;
| -c ''&amp;lt;COMMAND&amp;gt;''   || --command=''&amp;lt;COMMAND&amp;gt;''      || Eject kommando (Standard: ''eject -T'')&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Actual Version==&lt;br /&gt;
[http://www.uli-eckhardt.de/vdr/download/vdr-trayopenng-1.0.0.tgz Version 1.0.0]&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
# [http://www.uli-eckhardt.de/vdr/trayopenng.en.html Homepage of the plugin]&lt;br /&gt;
# [http://hg.uli-eckhardt.de/trayopenng Mercurial repository of the plugin]&lt;br /&gt;
[[Category:Plugins]]&lt;br /&gt;
{{i18n|trayopenng-plugin}}&lt;/div&gt;</summary>
		<author><name>Uli1969</name></author>	</entry>

	<entry>
		<id>http://www.linuxtv.org/vdrwiki/index.php/Cdplayer-plugin</id>
		<title>Cdplayer-plugin</title>
		<link rel="alternate" type="text/html" href="http://www.linuxtv.org/vdrwiki/index.php/Cdplayer-plugin"/>
				<updated>2013-01-26T13:55:08Z</updated>
		
		<summary type="html">&lt;p&gt;Uli1969: /* Current Version */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Description==&lt;br /&gt;
'''Author:''' Ulrich Eckhardt&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Pictures==&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:cdplayer-plugin-00.png|thumb''OSD-Display'']]&lt;br /&gt;
|[[Image:cdplayer-plugin-01.png|thumb''Grapftft'']]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background Pictures==&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:Cd.jpg|thumb|none|''Standard shipped with the current plugin''&amp;lt;br&amp;gt;&lt;br /&gt;
   Ulrich Eckhardt&amp;lt;br&amp;gt;]]&lt;br /&gt;
| [[Image:vinyl.jpg|thumb|none|''vinyl''&amp;lt;br&amp;gt;&lt;br /&gt;
   Tomas Saxer&amp;lt;br&amp;gt;&lt;br /&gt;
   [http://www.vdr-wiki.de/wiki/images/c/c7/Vinyl.jpg vinyl.jpg zum Rendern]]]&lt;br /&gt;
| [[Image:Cd1.jpg|thumb|none|''vinyl''&amp;lt;br&amp;gt;&lt;br /&gt;
   Tomas Saxer&amp;lt;br&amp;gt;&lt;br /&gt;
   [http://www.vdr-portal.de/board/thread.php?postid=919696#post919696 Download mpeg 1080]&lt;br /&gt;
   [http://www.vdr-portal.de/board/thread.php?postid=941478#post941478 Download mpeg 720]]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Handling==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Key&lt;br /&gt;
!Function&lt;br /&gt;
|-&lt;br /&gt;
| Back, Ok, Stop || Exit&lt;br /&gt;
|-&lt;br /&gt;
| FastFwd || Play faster&lt;br /&gt;
|-&lt;br /&gt;
| FastRew  || Play slower&lt;br /&gt;
|-&lt;br /&gt;
| Up, Next   || Next title&lt;br /&gt;
|-&lt;br /&gt;
| Down, Prev || Previous title&lt;br /&gt;
|-&lt;br /&gt;
| Green      || One minute forward&lt;br /&gt;
|-&lt;br /&gt;
| Yellow     || One minute back&lt;br /&gt;
|-&lt;br /&gt;
| Blue       || Change between titel and detail view&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===[[SVDRP]] Commands===&lt;br /&gt;
The CD-Player can be controlled via &lt;br /&gt;
          svdrpsend.pl plug cdplayer [Befehl] &lt;br /&gt;
The following commands are available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Command&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
| PLAY || Play CD &lt;br /&gt;
|-&lt;br /&gt;
| PAUSE || Pause&lt;br /&gt;
|-&lt;br /&gt;
| STOP || Stop&lt;br /&gt;
|-&lt;br /&gt;
| NEXT || Next titel&lt;br /&gt;
|-&lt;br /&gt;
| PREV || Previous titel&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Software requirements==&lt;br /&gt;
* vdr &amp;gt; 1.6&lt;br /&gt;
* [http://www.gnu.org/software/libcdio/ libcdio &amp;gt;= 0.8.0]&lt;br /&gt;
* [http://libcddb.sourceforge.net/index.html libcddb &amp;gt;= 1.3.0]&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
The plugin will be installed as usual. For the still picture the file cd.mpg must be copied from the contrib directory.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
        mkdir $VDRCONFIG/plugins/cdplayer&lt;br /&gt;
        cp $SOURCEDIR/VDR/PLUGINS/src/cdplayer/contrib/cd.mpg $VDRCONFIG/plugins/cdplayer&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Support for graphtft==&lt;br /&gt;
For graphtft-support enable &amp;quot;DEFINES += -DUSE_GRAPHTFT&amp;quot; in the Makefile or add this line to the Make.config file of the VDR otherwise graphtft will not display the play list.&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
===Parameter===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|- &lt;br /&gt;
!Parameter (short) &lt;br /&gt;
!Parameter (long) &lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
| -d &amp;lt;device&amp;gt; || --device=&amp;lt;device&amp;gt; || CD-Rom Device : /dev/cdrom&lt;br /&gt;
|-&lt;br /&gt;
| -c &amp;lt;directory&amp;gt; || --configdir=&amp;lt;directory&amp;gt; || Coniguration directory (currently only for the still picture)&lt;br /&gt;
|-&lt;br /&gt;
| -s &amp;lt;filename&amp;gt; || --stillpic=&amp;lt;filename&amp;gt; || Filename of the still picture : cd.mpg&lt;br /&gt;
|-&lt;br /&gt;
| -S &amp;lt;server name&amp;gt; || --cddbserver=&amp;lt;server name&amp;gt; || Hostname of the CDDB server  : freedb.freedb.org&lt;br /&gt;
|-&lt;br /&gt;
| -C &amp;lt;directory&amp;gt; || --cddbcache=&amp;lt;directory&amp;gt; || CDDB cache directory&lt;br /&gt;
|-&lt;br /&gt;
| -N || --disablecddbcache || Switch off CDDB cache &lt;br /&gt;
|-&lt;br /&gt;
| -n || --disablecddb || Switch off CDDB query completely&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Current Version==&lt;br /&gt;
# [http://www.uli-eckhardt.de/vdr/download/vdr-cdplayer-1.0.3.tgz Version 1.0.3]&lt;br /&gt;
==Developer Version==&lt;br /&gt;
# [http://www.uli-eckhardt.de/vdr/download/vdr-cdplayer-1.1.6.tgz Version 1.1.6]&lt;br /&gt;
===Mercurial Repository=== &lt;br /&gt;
&amp;lt;pre&amp;gt;hg clone http://hg.uli-eckhardt.de/cdplayer&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
# [http://www.uli-eckhardt.de/vdr/cdplayer.en.html Homepage of the plugin]&lt;br /&gt;
# [http://hg.uli-eckhardt.de/cdplayer Mercurial repository of the plugin]&lt;br /&gt;
[[Category:Plugins]]&lt;br /&gt;
{{i18n|cdplayer-plugin}}&lt;/div&gt;</summary>
		<author><name>Uli1969</name></author>	</entry>

	<entry>
		<id>http://www.linuxtv.org/vdrwiki/index.php/Cdplayer-plugin</id>
		<title>Cdplayer-plugin</title>
		<link rel="alternate" type="text/html" href="http://www.linuxtv.org/vdrwiki/index.php/Cdplayer-plugin"/>
				<updated>2012-02-06T17:16:57Z</updated>
		
		<summary type="html">&lt;p&gt;Uli1969: /* Current Version */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Description==&lt;br /&gt;
'''Author:''' Ulrich Eckhardt&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Pictures==&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:cdplayer-plugin-00.png|thumb''OSD-Display'']]&lt;br /&gt;
|[[Image:cdplayer-plugin-01.png|thumb''Grapftft'']]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background Pictures==&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:Cd.jpg|thumb|none|''Standard shipped with the current plugin''&amp;lt;br&amp;gt;&lt;br /&gt;
   Ulrich Eckhardt&amp;lt;br&amp;gt;]]&lt;br /&gt;
| [[Image:vinyl.jpg|thumb|none|''vinyl''&amp;lt;br&amp;gt;&lt;br /&gt;
   Tomas Saxer&amp;lt;br&amp;gt;&lt;br /&gt;
   [http://www.vdr-wiki.de/wiki/images/c/c7/Vinyl.jpg vinyl.jpg zum Rendern]]]&lt;br /&gt;
| [[Image:Cd1.jpg|thumb|none|''vinyl''&amp;lt;br&amp;gt;&lt;br /&gt;
   Tomas Saxer&amp;lt;br&amp;gt;&lt;br /&gt;
   [http://www.vdr-portal.de/board/thread.php?postid=919696#post919696 Download mpeg 1080]&lt;br /&gt;
   [http://www.vdr-portal.de/board/thread.php?postid=941478#post941478 Download mpeg 720]]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Handling==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Key&lt;br /&gt;
!Function&lt;br /&gt;
|-&lt;br /&gt;
| Back, Ok, Stop || Exit&lt;br /&gt;
|-&lt;br /&gt;
| FastFwd || Play faster&lt;br /&gt;
|-&lt;br /&gt;
| FastRew  || Play slower&lt;br /&gt;
|-&lt;br /&gt;
| Up, Next   || Next title&lt;br /&gt;
|-&lt;br /&gt;
| Down, Prev || Previous title&lt;br /&gt;
|-&lt;br /&gt;
| Green      || One minute forward&lt;br /&gt;
|-&lt;br /&gt;
| Yellow     || One minute back&lt;br /&gt;
|-&lt;br /&gt;
| Blue       || Change between titel and detail view&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===[[SVDRP]] Commands===&lt;br /&gt;
The CD-Player can be controlled via &lt;br /&gt;
          svdrpsend.pl plug cdplayer [Befehl] &lt;br /&gt;
The following commands are available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Command&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
| PLAY || Play CD &lt;br /&gt;
|-&lt;br /&gt;
| PAUSE || Pause&lt;br /&gt;
|-&lt;br /&gt;
| STOP || Stop&lt;br /&gt;
|-&lt;br /&gt;
| NEXT || Next titel&lt;br /&gt;
|-&lt;br /&gt;
| PREV || Previous titel&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Software requirements==&lt;br /&gt;
* vdr &amp;gt; 1.6&lt;br /&gt;
* [http://www.gnu.org/software/libcdio/ libcdio &amp;gt;= 0.8.0]&lt;br /&gt;
* [http://libcddb.sourceforge.net/index.html libcddb &amp;gt;= 1.3.0]&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
The plugin will be installed as usual. For the still picture the file cd.mpg must be copied from the contrib directory.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
        mkdir $VDRCONFIG/plugins/cdplayer&lt;br /&gt;
        cp $SOURCEDIR/VDR/PLUGINS/src/cdplayer/contrib/cd.mpg $VDRCONFIG/plugins/cdplayer&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Support for graphtft==&lt;br /&gt;
For graphtft-support enable &amp;quot;DEFINES += -DUSE_GRAPHTFT&amp;quot; in the Makefile or add this line to the Make.config file of the VDR otherwise graphtft will not display the play list.&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
===Parameter===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|- &lt;br /&gt;
!Parameter (short) &lt;br /&gt;
!Parameter (long) &lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
| -d &amp;lt;device&amp;gt; || --device=&amp;lt;device&amp;gt; || CD-Rom Device : /dev/cdrom&lt;br /&gt;
|-&lt;br /&gt;
| -c &amp;lt;directory&amp;gt; || --configdir=&amp;lt;directory&amp;gt; || Coniguration directory (currently only for the still picture)&lt;br /&gt;
|-&lt;br /&gt;
| -s &amp;lt;filename&amp;gt; || --stillpic=&amp;lt;filename&amp;gt; || Filename of the still picture : cd.mpg&lt;br /&gt;
|-&lt;br /&gt;
| -S &amp;lt;server name&amp;gt; || --cddbserver=&amp;lt;server name&amp;gt; || Hostname of the CDDB server  : freedb.freedb.org&lt;br /&gt;
|-&lt;br /&gt;
| -C &amp;lt;directory&amp;gt; || --cddbcache=&amp;lt;directory&amp;gt; || CDDB cache directory&lt;br /&gt;
|-&lt;br /&gt;
| -N || --disablecddbcache || Switch off CDDB cache &lt;br /&gt;
|-&lt;br /&gt;
| -n || --disablecddb || Switch off CDDB query completely&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Current Version==&lt;br /&gt;
# [http://www.uli-eckhardt.de/vdr/download/vdr-cdplayer-1.0.3.tgz Version 1.0.3]&lt;br /&gt;
===Mercurial Repository=== &lt;br /&gt;
&amp;lt;pre&amp;gt;hg clone http://hg.uli-eckhardt.de/cdplayer&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
# [http://www.uli-eckhardt.de/vdr/cdplayer.en.html Homepage of the plugin]&lt;br /&gt;
# [http://hg.uli-eckhardt.de/cdplayer Mercurial repository of the plugin]&lt;br /&gt;
[[Category:Plugins]]&lt;br /&gt;
{{i18n|cdplayer-plugin}}&lt;/div&gt;</summary>
		<author><name>Uli1969</name></author>	</entry>

	<entry>
		<id>http://www.linuxtv.org/vdrwiki/index.php/Cdplayer-plugin</id>
		<title>Cdplayer-plugin</title>
		<link rel="alternate" type="text/html" href="http://www.linuxtv.org/vdrwiki/index.php/Cdplayer-plugin"/>
				<updated>2010-12-26T12:04:47Z</updated>
		
		<summary type="html">&lt;p&gt;Uli1969: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Description==&lt;br /&gt;
'''Author:''' Ulrich Eckhardt&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Pictures==&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:cdplayer-plugin-00.png|thumb''OSD-Display'']]&lt;br /&gt;
|[[Image:cdplayer-plugin-01.png|thumb''Grapftft'']]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background Pictures==&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:Cd.jpg|thumb|none|''Standard shipped with the current plugin''&amp;lt;br&amp;gt;&lt;br /&gt;
   Ulrich Eckhardt&amp;lt;br&amp;gt;]]&lt;br /&gt;
| [[Image:vinyl.jpg|thumb|none|''vinyl''&amp;lt;br&amp;gt;&lt;br /&gt;
   Tomas Saxer&amp;lt;br&amp;gt;&lt;br /&gt;
   [http://www.vdr-wiki.de/wiki/images/c/c7/Vinyl.jpg vinyl.jpg zum Rendern]]]&lt;br /&gt;
| [[Image:Cd1.jpg|thumb|none|''vinyl''&amp;lt;br&amp;gt;&lt;br /&gt;
   Tomas Saxer&amp;lt;br&amp;gt;&lt;br /&gt;
   [http://www.vdr-portal.de/board/thread.php?postid=919696#post919696 Download mpeg 1080]&lt;br /&gt;
   [http://www.vdr-portal.de/board/thread.php?postid=941478#post941478 Download mpeg 720]]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Handling==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Key&lt;br /&gt;
!Function&lt;br /&gt;
|-&lt;br /&gt;
| Back, Ok, Stop || Exit&lt;br /&gt;
|-&lt;br /&gt;
| FastFwd || Play faster&lt;br /&gt;
|-&lt;br /&gt;
| FastRew  || Play slower&lt;br /&gt;
|-&lt;br /&gt;
| Up, Next   || Next title&lt;br /&gt;
|-&lt;br /&gt;
| Down, Prev || Previous title&lt;br /&gt;
|-&lt;br /&gt;
| Green      || One minute forward&lt;br /&gt;
|-&lt;br /&gt;
| Yellow     || One minute back&lt;br /&gt;
|-&lt;br /&gt;
| Blue       || Change between titel and detail view&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===[[SVDRP]] Commands===&lt;br /&gt;
The CD-Player can be controlled via &lt;br /&gt;
          svdrpsend.pl plug cdplayer [Befehl] &lt;br /&gt;
The following commands are available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Command&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
| PLAY || Play CD &lt;br /&gt;
|-&lt;br /&gt;
| PAUSE || Pause&lt;br /&gt;
|-&lt;br /&gt;
| STOP || Stop&lt;br /&gt;
|-&lt;br /&gt;
| NEXT || Next titel&lt;br /&gt;
|-&lt;br /&gt;
| PREV || Previous titel&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Software requirements==&lt;br /&gt;
* vdr &amp;gt; 1.6&lt;br /&gt;
* [http://www.gnu.org/software/libcdio/ libcdio &amp;gt;= 0.8.0]&lt;br /&gt;
* [http://libcddb.sourceforge.net/index.html libcddb &amp;gt;= 1.3.0]&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
The plugin will be installed as usual. For the still picture the file cd.mpg must be copied from the contrib directory.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
        mkdir $VDRCONFIG/plugins/cdplayer&lt;br /&gt;
        cp $SOURCEDIR/VDR/PLUGINS/src/cdplayer/contrib/cd.mpg $VDRCONFIG/plugins/cdplayer&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Support for graphtft==&lt;br /&gt;
For graphtft-support enable &amp;quot;DEFINES += -DUSE_GRAPHTFT&amp;quot; in the Makefile or add this line to the Make.config file of the VDR otherwise graphtft will not display the play list.&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
===Parameter===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|- &lt;br /&gt;
!Parameter (short) &lt;br /&gt;
!Parameter (long) &lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
| -d &amp;lt;device&amp;gt; || --device=&amp;lt;device&amp;gt; || CD-Rom Device : /dev/cdrom&lt;br /&gt;
|-&lt;br /&gt;
| -c &amp;lt;directory&amp;gt; || --configdir=&amp;lt;directory&amp;gt; || Coniguration directory (currently only for the still picture)&lt;br /&gt;
|-&lt;br /&gt;
| -s &amp;lt;filename&amp;gt; || --stillpic=&amp;lt;filename&amp;gt; || Filename of the still picture : cd.mpg&lt;br /&gt;
|-&lt;br /&gt;
| -S &amp;lt;server name&amp;gt; || --cddbserver=&amp;lt;server name&amp;gt; || Hostname of the CDDB server  : freedb.freedb.org&lt;br /&gt;
|-&lt;br /&gt;
| -C &amp;lt;directory&amp;gt; || --cddbcache=&amp;lt;directory&amp;gt; || CDDB cache directory&lt;br /&gt;
|-&lt;br /&gt;
| -N || --disablecddbcache || Switch off CDDB cache &lt;br /&gt;
|-&lt;br /&gt;
| -n || --disablecddb || Switch off CDDB query completely&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Current Version==&lt;br /&gt;
# [http://www.uli-eckhardt.de/vdr/download/vdr-cdplayer-1.0.2.tgz Version 1.0.2]&lt;br /&gt;
===Mercurial Repository=== &lt;br /&gt;
&amp;lt;pre&amp;gt;hg clone http://hg.uli-eckhardt.de/cdplayer&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
# [http://www.uli-eckhardt.de/vdr/cdplayer.en.html Homepage of the plugin]&lt;br /&gt;
# [http://hg.uli-eckhardt.de/cdplayer Mercurial repository of the plugin]&lt;br /&gt;
[[Category:Plugins]]&lt;br /&gt;
{{i18n|cdplayer-plugin}}&lt;/div&gt;</summary>
		<author><name>Uli1969</name></author>	</entry>

	<entry>
		<id>http://www.linuxtv.org/vdrwiki/index.php/Cdplayer-plugin</id>
		<title>Cdplayer-plugin</title>
		<link rel="alternate" type="text/html" href="http://www.linuxtv.org/vdrwiki/index.php/Cdplayer-plugin"/>
				<updated>2010-12-26T12:03:16Z</updated>
		
		<summary type="html">&lt;p&gt;Uli1969: /* Background Pictures */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Description==&lt;br /&gt;
'''Author:''' Ulrich Eckhardt&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Pictures==&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:cdplayer-plugin-00.png|thumb''OSD-Display'']]&lt;br /&gt;
|[[Image:cdplayer-plugin-01.png|thumb''Grapftft'']]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background Pictures==&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:Cd.jpg|thumb|none|''Standard shipped with the current plugin''&amp;lt;br&amp;gt;&lt;br /&gt;
   Ulrich Eckhardt&amp;lt;br&amp;gt;]]&lt;br /&gt;
| [[Image:vinyl.jpg|thumb|none|''vinyl''&amp;lt;br&amp;gt;&lt;br /&gt;
   Tomas Saxer&amp;lt;br&amp;gt;&lt;br /&gt;
   [http://www.vdr-wiki.de/wiki/images/c/c7/Vinyl.jpg vinyl.jpg zum Rendern]]]&lt;br /&gt;
| [[Image:Cd1.jpg|thumb|none|''vinyl''&amp;lt;br&amp;gt;&lt;br /&gt;
   Tomas Saxer&amp;lt;br&amp;gt;&lt;br /&gt;
   [http://www.vdr-portal.de/board/thread.php?postid=919696#post919696 Download mpeg 1080]&lt;br /&gt;
   [http://www.vdr-portal.de/board/thread.php?postid=941478#post941478 Download mpeg 720]]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Handling==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Key&lt;br /&gt;
!Function&lt;br /&gt;
|-&lt;br /&gt;
| Back, Ok, Stop || Exit&lt;br /&gt;
|-&lt;br /&gt;
| FastFwd || Play faster&lt;br /&gt;
|-&lt;br /&gt;
| FastRew  || Play slower&lt;br /&gt;
|-&lt;br /&gt;
| Up, Next   || Next title&lt;br /&gt;
|-&lt;br /&gt;
| Down, Prev || Previous title&lt;br /&gt;
|-&lt;br /&gt;
| Green      || One minute forward&lt;br /&gt;
|-&lt;br /&gt;
| Yellow     || One minute back&lt;br /&gt;
|-&lt;br /&gt;
| Blue       || Change between titel and detail view&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===[[SVDRP]] Commands===&lt;br /&gt;
The CD-Player can be controlled via &lt;br /&gt;
          svdrpsend.pl plug cdplayer [Befehl] &lt;br /&gt;
The following commands are available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Command&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
| PLAY || Play CD &lt;br /&gt;
|-&lt;br /&gt;
| PAUSE || Pause&lt;br /&gt;
|-&lt;br /&gt;
| STOP || Stop&lt;br /&gt;
|-&lt;br /&gt;
| NEXT || Next titel&lt;br /&gt;
|-&lt;br /&gt;
| PREV || Previous titel&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Software requirements==&lt;br /&gt;
* vdr &amp;gt; 1.6&lt;br /&gt;
* [http://www.gnu.org/software/libcdio/ libcdio &amp;gt;= 0.8.0]&lt;br /&gt;
* [http://libcddb.sourceforge.net/index.html libcddb &amp;gt;= 1.3.0]&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
The plugin will be installed as usual. Forthe still picture the file cd.mpg must be copied from the contrib directory.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
        mkdir $VDRCONFIG/plugins/cdplayer&lt;br /&gt;
        cp $SOURCEDIR/VDR/PLUGINS/src/cdplayer/contrib/cd.mpg $VDRCONFIG/plugins/cdplayer&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Support for graphtft==&lt;br /&gt;
For graphtft-support enable &amp;quot;DEFINES += -DUSE_GRAPHTFT&amp;quot; in the Makefile or add this line to the Make.config file of the VDR otherwise graphtft will not display the play list.&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
===Parameter===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|- &lt;br /&gt;
!Parameter (short) &lt;br /&gt;
!Parameter (long) &lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
| -d &amp;lt;device&amp;gt; || --device=&amp;lt;device&amp;gt; || CD-Rom Device : /dev/cdrom&lt;br /&gt;
|-&lt;br /&gt;
| -c &amp;lt;directory&amp;gt; || --configdir=&amp;lt;directory&amp;gt; || Coniguration directory (currently only for the still picture)&lt;br /&gt;
|-&lt;br /&gt;
| -s &amp;lt;filename&amp;gt; || --stillpic=&amp;lt;filename&amp;gt; || Filename of the still picture : cd.mpg&lt;br /&gt;
|-&lt;br /&gt;
| -S &amp;lt;server name&amp;gt; || --cddbserver=&amp;lt;server name&amp;gt; || Hostname of the CDDB server  : freedb.freedb.org&lt;br /&gt;
|-&lt;br /&gt;
| -C &amp;lt;directory&amp;gt; || --cddbcache=&amp;lt;directory&amp;gt; || CDDB cache directory&lt;br /&gt;
|-&lt;br /&gt;
| -N || --disablecddbcache || Switch off CDDB cache &lt;br /&gt;
|-&lt;br /&gt;
| -n || --disablecddb || Switch off CDDB query completely&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Current Version==&lt;br /&gt;
# [http://www.uli-eckhardt.de/vdr/download/vdr-cdplayer-1.0.2.tgz Version 1.0.2]&lt;br /&gt;
===Mercurial Repository=== &lt;br /&gt;
&amp;lt;pre&amp;gt;hg clone http://hg.uli-eckhardt.de/cdplayer&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
# [http://www.uli-eckhardt.de/vdr/cdplayer.en.html Homepage of the plugin]&lt;br /&gt;
# [http://hg.uli-eckhardt.de/cdplayer Mercurial repository of the plugin]&lt;br /&gt;
[[Category:Plugins]]&lt;br /&gt;
{{i18n|cdplayer-plugin}}&lt;/div&gt;</summary>
		<author><name>Uli1969</name></author>	</entry>

	<entry>
		<id>http://www.linuxtv.org/vdrwiki/index.php/File:Cd1.jpg</id>
		<title>File:Cd1.jpg</title>
		<link rel="alternate" type="text/html" href="http://www.linuxtv.org/vdrwiki/index.php/File:Cd1.jpg"/>
				<updated>2010-12-26T11:58:51Z</updated>
		
		<summary type="html">&lt;p&gt;Uli1969: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Uli1969</name></author>	</entry>

	<entry>
		<id>http://www.linuxtv.org/vdrwiki/index.php/File:Vinyl.jpg</id>
		<title>File:Vinyl.jpg</title>
		<link rel="alternate" type="text/html" href="http://www.linuxtv.org/vdrwiki/index.php/File:Vinyl.jpg"/>
				<updated>2010-12-26T11:57:49Z</updated>
		
		<summary type="html">&lt;p&gt;Uli1969: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Uli1969</name></author>	</entry>

	<entry>
		<id>http://www.linuxtv.org/vdrwiki/index.php/File:Cd.jpg</id>
		<title>File:Cd.jpg</title>
		<link rel="alternate" type="text/html" href="http://www.linuxtv.org/vdrwiki/index.php/File:Cd.jpg"/>
				<updated>2010-12-26T11:56:53Z</updated>
		
		<summary type="html">&lt;p&gt;Uli1969: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Uli1969</name></author>	</entry>

	<entry>
		<id>http://www.linuxtv.org/vdrwiki/index.php/Cdplayer-plugin</id>
		<title>Cdplayer-plugin</title>
		<link rel="alternate" type="text/html" href="http://www.linuxtv.org/vdrwiki/index.php/Cdplayer-plugin"/>
				<updated>2010-12-26T11:54:08Z</updated>
		
		<summary type="html">&lt;p&gt;Uli1969: Created page with '==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 inf...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Description==&lt;br /&gt;
'''Author:''' Ulrich Eckhardt&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Pictures==&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:cdplayer-plugin-00.png|thumb''OSD-Display'']]&lt;br /&gt;
|[[Image:cdplayer-plugin-01.png|thumb''Grapftft'']]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background Pictures==&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:Cd.jpg|thumb|none|''Standard''&amp;lt;br&amp;gt;&lt;br /&gt;
   Ulrich Eckhardt&amp;lt;br&amp;gt;&lt;br /&gt;
   [http://www.uli-eckhardt.de/vdr/cd.mpeg Download mpeg]]]&lt;br /&gt;
| [[Image:vinyl.jpg|thumb|none|''vinyl''&amp;lt;br&amp;gt;&lt;br /&gt;
   Tomas Saxer&amp;lt;br&amp;gt;&lt;br /&gt;
   [http://www.vdr-wiki.de/wiki/images/c/c7/Vinyl.jpg vinyl.jpg zum Rendern]]]&lt;br /&gt;
| [[Image:Cd1.jpg|thumb|none|''vinyl''&amp;lt;br&amp;gt;&lt;br /&gt;
   Tomas Saxer&amp;lt;br&amp;gt;&lt;br /&gt;
   [http://www.vdr-portal.de/board/thread.php?postid=919696#post919696 Download mpeg 1080]&lt;br /&gt;
   [http://www.vdr-portal.de/board/thread.php?postid=941478#post941478 Download mpeg 720]]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Handling==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Key&lt;br /&gt;
!Function&lt;br /&gt;
|-&lt;br /&gt;
| Back, Ok, Stop || Exit&lt;br /&gt;
|-&lt;br /&gt;
| FastFwd || Play faster&lt;br /&gt;
|-&lt;br /&gt;
| FastRew  || Play slower&lt;br /&gt;
|-&lt;br /&gt;
| Up, Next   || Next title&lt;br /&gt;
|-&lt;br /&gt;
| Down, Prev || Previous title&lt;br /&gt;
|-&lt;br /&gt;
| Green      || One minute forward&lt;br /&gt;
|-&lt;br /&gt;
| Yellow     || One minute back&lt;br /&gt;
|-&lt;br /&gt;
| Blue       || Change between titel and detail view&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===[[SVDRP]] Commands===&lt;br /&gt;
The CD-Player can be controlled via &lt;br /&gt;
          svdrpsend.pl plug cdplayer [Befehl] &lt;br /&gt;
The following commands are available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Command&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
| PLAY || Play CD &lt;br /&gt;
|-&lt;br /&gt;
| PAUSE || Pause&lt;br /&gt;
|-&lt;br /&gt;
| STOP || Stop&lt;br /&gt;
|-&lt;br /&gt;
| NEXT || Next titel&lt;br /&gt;
|-&lt;br /&gt;
| PREV || Previous titel&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Software requirements==&lt;br /&gt;
* vdr &amp;gt; 1.6&lt;br /&gt;
* [http://www.gnu.org/software/libcdio/ libcdio &amp;gt;= 0.8.0]&lt;br /&gt;
* [http://libcddb.sourceforge.net/index.html libcddb &amp;gt;= 1.3.0]&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
The plugin will be installed as usual. Forthe still picture the file cd.mpg must be copied from the contrib directory.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
        mkdir $VDRCONFIG/plugins/cdplayer&lt;br /&gt;
        cp $SOURCEDIR/VDR/PLUGINS/src/cdplayer/contrib/cd.mpg $VDRCONFIG/plugins/cdplayer&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Support for graphtft==&lt;br /&gt;
For graphtft-support enable &amp;quot;DEFINES += -DUSE_GRAPHTFT&amp;quot; in the Makefile or add this line to the Make.config file of the VDR otherwise graphtft will not display the play list.&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
===Parameter===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|- &lt;br /&gt;
!Parameter (short) &lt;br /&gt;
!Parameter (long) &lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
| -d &amp;lt;device&amp;gt; || --device=&amp;lt;device&amp;gt; || CD-Rom Device : /dev/cdrom&lt;br /&gt;
|-&lt;br /&gt;
| -c &amp;lt;directory&amp;gt; || --configdir=&amp;lt;directory&amp;gt; || Coniguration directory (currently only for the still picture)&lt;br /&gt;
|-&lt;br /&gt;
| -s &amp;lt;filename&amp;gt; || --stillpic=&amp;lt;filename&amp;gt; || Filename of the still picture : cd.mpg&lt;br /&gt;
|-&lt;br /&gt;
| -S &amp;lt;server name&amp;gt; || --cddbserver=&amp;lt;server name&amp;gt; || Hostname of the CDDB server  : freedb.freedb.org&lt;br /&gt;
|-&lt;br /&gt;
| -C &amp;lt;directory&amp;gt; || --cddbcache=&amp;lt;directory&amp;gt; || CDDB cache directory&lt;br /&gt;
|-&lt;br /&gt;
| -N || --disablecddbcache || Switch off CDDB cache &lt;br /&gt;
|-&lt;br /&gt;
| -n || --disablecddb || Switch off CDDB query completely&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Current Version==&lt;br /&gt;
# [http://www.uli-eckhardt.de/vdr/download/vdr-cdplayer-1.0.2.tgz Version 1.0.2]&lt;br /&gt;
===Mercurial Repository=== &lt;br /&gt;
&amp;lt;pre&amp;gt;hg clone http://hg.uli-eckhardt.de/cdplayer&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
# [http://www.uli-eckhardt.de/vdr/cdplayer.en.html Homepage of the plugin]&lt;br /&gt;
# [http://hg.uli-eckhardt.de/cdplayer Mercurial repository of the plugin]&lt;br /&gt;
[[Category:Plugins]]&lt;br /&gt;
{{i18n|cdplayer-plugin}}&lt;/div&gt;</summary>
		<author><name>Uli1969</name></author>	</entry>

	<entry>
		<id>http://www.linuxtv.org/vdrwiki/index.php/File:Cdplayer-plugin-01.png</id>
		<title>File:Cdplayer-plugin-01.png</title>
		<link rel="alternate" type="text/html" href="http://www.linuxtv.org/vdrwiki/index.php/File:Cdplayer-plugin-01.png"/>
				<updated>2010-12-26T11:53:13Z</updated>
		
		<summary type="html">&lt;p&gt;Uli1969: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Uli1969</name></author>	</entry>

	<entry>
		<id>http://www.linuxtv.org/vdrwiki/index.php/File:Cdplayer-plugin-00.png</id>
		<title>File:Cdplayer-plugin-00.png</title>
		<link rel="alternate" type="text/html" href="http://www.linuxtv.org/vdrwiki/index.php/File:Cdplayer-plugin-00.png"/>
				<updated>2010-12-26T11:52:35Z</updated>
		
		<summary type="html">&lt;p&gt;Uli1969: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Uli1969</name></author>	</entry>

	<entry>
		<id>http://www.linuxtv.org/vdrwiki/index.php/Trayopenng-plugin</id>
		<title>Trayopenng-plugin</title>
		<link rel="alternate" type="text/html" href="http://www.linuxtv.org/vdrwiki/index.php/Trayopenng-plugin"/>
				<updated>2010-12-26T11:31:38Z</updated>
		
		<summary type="html">&lt;p&gt;Uli1969: /* Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Description==&lt;br /&gt;
'''Author: ''' Ulrich Eckhardt&lt;br /&gt;
&lt;br /&gt;
This plugin allows open or close the CD/DVD tray via the menu or via a function key of the remote control.&lt;br /&gt;
&lt;br /&gt;
==Handling==&lt;br /&gt;
Depending of the configuration, the CD/DVD tray can be onpened or closed via the menu or via a function key of the remote control.&lt;br /&gt;
&lt;br /&gt;
===[[SVDRP]] Commands===&lt;br /&gt;
svdrpsend.pl plug trayopenng eject&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Parameter&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
| EJECT   || Open/Close of the CD/DVD-Rom tray&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Software requirements==&lt;br /&gt;
Eject must be installed.&lt;br /&gt;
==Installation==&lt;br /&gt;
Compiling and installing as usual: [[Plugin Installation]].&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
To allocate a function key, the following can be inserted into the  [[keymacros.conf]] (at my remote control the key code User1 is &amp;quot;Eject&amp;quot;) :&lt;br /&gt;
&lt;br /&gt;
User1     @trayopenng&lt;br /&gt;
&lt;br /&gt;
===Parameter===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Parameter (short)&lt;br /&gt;
!Parameter (long)&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
| -d ''&amp;lt;DEVICE&amp;gt;''   || --device=''&amp;lt;DEVICE&amp;gt;''     || CD-Rom device (Standard: ''/dev/sr0'')&lt;br /&gt;
|-&lt;br /&gt;
| -c ''&amp;lt;COMMAND&amp;gt;''   || --command=''&amp;lt;COMMAND&amp;gt;''      || Eject kommando (Standard: ''eject -T'')&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Actual Version==&lt;br /&gt;
[http://www.uli-eckhardt.de/vdr/download/vdr-trayopenng-0.5.2.tgz Version 0.5.2]&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
# [http://www.uli-eckhardt.de/vdr/trayopenng.en.html Homepage of the plugin]&lt;br /&gt;
# [http://hg.uli-eckhardt.de/trayopenng Mercurial repository of the plugin]&lt;br /&gt;
[[Category:Plugins]]&lt;br /&gt;
{{i18n|trayopenng-plugin}}&lt;/div&gt;</summary>
		<author><name>Uli1969</name></author>	</entry>

	</feed>