Rssreader-plugin
Aus VDR Wiki
Version vom 10. Oktober 2008, 21:30 Uhr von 79.218.223.242 (Diskussion)
Inhaltsverzeichnis |
Beschreibung
Autor: Rolf Ahrenberg
Mit diesem Programm lassen sich RSS-Datenströme, wie sie z.B. von Zeitungen für Schlagzeilen genutzt werden, bequem am Fernseher lesen. Voraussetzung ist ein Internetanschluss des VDR-Rechners.
Bilder
Softwareanforderungen
- XML-Bibliothek expat
- libcurl
Installation
Optionen
RSSREADER_DEBUG=1 | enable debuging |
RSSREADER_TEMPFILE="PATH/FILE" | The plugin uses a temporary file "/tmp/rssreader.vdr" by default. If you want to change it, you can compile the plugin as. |
Source
- expat
cd $SOURCEDIR tar xvzf expat-<VERSION>.tar.gz cd expat-<VERSION> ./configure --prefix=/usr/local make make install ldconfig
Arch-Linux
pacman -S expat
Crux
prt-get depinst expat libcurl
Debian
apt-get install libcurl3 libcurl3-dev libexpat1 libexpat1-dev
Gentoo
emerge mplayer expat curl
SuSE
yast -i expat
Konfiguration
Konfigurationsverzeichnis des RSS-Reader-Plugin ins VDR-Plugin-Konfigurationsverzeichnis kopieren:
cp -R $SOURCEDIR/VDR/PLUGINS/src/rssreader/rssreader $VDRCONFIG/plugins
Anschliessend in die Konfigurationsdatei $VDRCONFIG/plugins/rssreader/rssreader.conf die URL's der RSS-Streams eintragen.
Parameter
Parameter (kurz) | Parameter (lang) | Beschreibung |
---|---|---|
-f <RSSTEMPFILE> | --file=<RSSTEMPFILE> | Define a temporary file for RSS Reader (Standard: /tmp/rssreader.vdr) |