Difference between revisions of "Radio-plugin"
From VDR Wiki
(link) |
m |
||
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 | |
− | mkdir -p /etc/vdr/plugins/radio | + | |
− | + | ||
and put one image for all radio channels | and put one image for all radio channels | ||
− | + | /etc/vdr/plugins/radio/radio.mpg | |
− | /etc/vdr/plugins/radio/radio.mpg | + | |
− | + | ||
or separate images for each channel | or separate images for each channel | ||
− | + | /etc/vdr/plugins/radio/Fritz.mpg | |
− | /etc/vdr/plugins/radio/Fritz.mpg | + | /etc/vdr/plugins/radio/SPUTNIK.mpg |
− | /etc/vdr/plugins/radio/SPUTNIK.mpg | + | |
− | + | ||
===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== |
Revision as of 22:49, 30 November 2004
Contents
Description
The radio plugin show a background image on radio channels (VPID=0).
Hardware requirements
Software requirements
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
Links
[1] | http://homepages.uni-paderborn.de/tegeler/vdr | Plugin homepage |