Rssreader-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Links) |
(→Links: merge) |
||
Zeile 75: | Zeile 75: | ||
==Links== | ==Links== | ||
− | + | # [http://expat.sourceforge.net Expat] | |
− | + | # [http://www.saunalahti.fi/~rahrenbe/vdr/rssreader Homepage des Plugins] | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | [[Kategorie:Plugins]] | ||
{{i18n|rssreader-plugin}} | {{i18n|rssreader-plugin}} |
Version vom 4. April 2006, 11:38 Uhr
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
Source
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 libexpat1 libexpat1-dev
Gentoo
emerge mplayer expat
SuSE
yast -i expat
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. |
Konfiguration
cp $SOURCEDIR/VDR/PLUGINS/src/rssreader/conf/rssreader.conf /etc/vdr/plugins
Hier werden die URLs der RSS-Streams eingetragen
Parameter
Parameter (kurz) | Parameter (lang) | Beschreibung |
---|---|---|
-f <RSSTEMPFILE> | --file=<RSSTEMPFILE> | Define a temporary file for RSS Reader (default: /tmp/rssreader.vdr) |