Radio-plugin: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
(link)
(5 intermediate revisions by 4 users not shown)
Line 21: Line 21:
==Configuration==
==Configuration==
Create the directory for the background images
Create the directory for the background images
mkdir -p /etc/vdr/plugins/radio
<pre>
mkdir -p /etc/vdr/plugins/radio
</pre>


and put one image for all radio channels
and put one image for all radio channels
/etc/vdr/plugins/radio/radio.mpg
<pre>
/etc/vdr/plugins/radio/radio.mpg
</pre>


or separate images for each channel
or separate images for each channel
/etc/vdr/plugins/radio/Fritz.mpg
<pre>
/etc/vdr/plugins/radio/Fritz.mpg
/etc/vdr/plugins/radio/SPUTNIK.mpg
/etc/vdr/plugins/radio/SPUTNIK.mpg
</pre>


===Parameter===
===Parameter===
Line 45: Line 39:
| -f DIR || --files=DIR || use dir as image directory
| -f DIR || --files=DIR || use dir as image directory
|}
|}



==Problems==
==Problems==
The plugin does not compile when using vdr newer developer versions. You need version 0.0.6 from Frederic Pecourt (see the link below)


==Links==
==Links==
Line 54: Line 48:
| http://homepages.uni-paderborn.de/tegeler/vdr
| http://homepages.uni-paderborn.de/tegeler/vdr
| Plugin homepage
| Plugin homepage
|}
{|
| [2]
| http://stlabs.free.fr/vdr/
| Updated version by Frederic Pecourt (works with vdr 1.3.3x)
|}
{|
| [3]
| http://www.egal-vdr.de/plugins/
| Latest version (works with vdr 1.5.x)
|}
|}


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


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

Revision as of 23:42, 1 February 2008

Description

Screenshot

The radio plugin show a background image on radio channels (VPID=0).

Hardware requirements

Software requirements

Installation

See plugin installation

Options

Option Description
USE_STILLPICTURE=1 If your Primary Device doesn't support Stillpicture, you can deactivate it here.

Configuration

Create the directory for the background images

mkdir -p /etc/vdr/plugins/radio

and put one image for all radio channels

/etc/vdr/plugins/radio/radio.mpg

or separate images for each channel

/etc/vdr/plugins/radio/Fritz.mpg
/etc/vdr/plugins/radio/SPUTNIK.mpg

Parameter

Parameter (short) Parameter (long) Description
-f DIR --files=DIR use dir as image directory

Problems

The plugin does not compile when using vdr newer developer versions. You need version 0.0.6 from Frederic Pecourt (see the link below)

Links

[1] http://homepages.uni-paderborn.de/tegeler/vdr Plugin homepage
[2] http://stlabs.free.fr/vdr/ Updated version by Frederic Pecourt (works with vdr 1.3.3x)
[3] http://www.egal-vdr.de/plugins/ Latest version (works with vdr 1.5.x)