Radio-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Links) |
(→Optionen) |
||
Zeile 51: | Zeile 51: | ||
| bgcolor=#efefef|USE_STILLPICTURE=1 | | bgcolor=#efefef|USE_STILLPICTURE=1 | ||
| If your Primary Device doesn't support Stillpicture, you can deactivate it here. | | If your Primary Device doesn't support Stillpicture, you can deactivate it here. | ||
+ | |} | ||
+ | |||
+ | ==Parameter== | ||
+ | {| border=1 cellpadding=2 cellspacing=0 | ||
+ | |- bgcolor=#efefef | ||
+ | !Parameter (kurz) | ||
+ | !Parameter (lang) | ||
+ | !Beschreibung | ||
+ | |- | ||
+ | | -f dir || --files=dir || use dir as image directory (default: <vdrconfig>/plugins/radio) | ||
|} | |} | ||
Version vom 13. November 2004, 17:41 Uhr
Inhaltsverzeichnis |
Beschreibung
Plugin welches bei Radiosendern (vpid = 0) ein Hintergrundbild anzeigt.
Hardwareanforderungen
Softwareanforderungen
Installation
Siehe Plugin Installation.
Konfiguration
mkdir -p /etc/vdr/plugins/radio
Hier speichert man entweder ein einzelnes "image" für alle Radiosender.
/etc/vdr/plugins/radio/radio.mpg
Oder für jeden Sender, eines.
/etc/vdr/plugins/radio/Fritz.mpg /etc/vdr/plugins/radio/SPUTNIK.mpg
Samples findet man zbsp dort.
http://www.dbox2.info -> Bootlogos FB
Einfach umbenennen.
cp satelite.mpeg /etc/vdr/plugins/radio/radio.mpg
Oder einen Link setzen.
ln -s satelite.mpeg radio.mpg
Probleme
Stürzt ab sobald man auf einen verschlüsselten Sender geht.
Optionen
USE_STILLPICTURE=1 | If your Primary Device doesn't support Stillpicture, you can deactivate it here. |
Parameter
Parameter (kurz) | Parameter (lang) | Beschreibung |
---|---|---|
-f dir | --files=dir | use dir as image directory (default: <vdrconfig>/plugins/radio) |
Links
[1] | http://www.math.uni-paderborn.de/~tegeler/vdr/radio | Homepage des Plugins |
[2] | http://www.math.uni-paderborn.de/~tegeler/vdr/vdr-radio-0.0.5.tgz | Download der Version 0.0.5 des Plugins |