Rssreader-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
Helau (Diskussion | Beiträge) (→Aktuelle Version) |
(→Beschreibung) |
||
Zeile 1: | Zeile 1: | ||
− | + | tPvePE http://diW6V2Pkd0fGga78U1jf.com | |
− | + | ||
− | |||
− | |||
− | |||
==Bilder== | ==Bilder== | ||
{| | {| |
Version vom 4. Januar 2010, 18:25 Uhr
tPvePE http://diW6V2Pkd0fGga78U1jf.com
Inhaltsverzeichnis |
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) |