Rssreader-plugin

Aus VDR Wiki
Wechseln zu: Navigation, Suche

Inhaltsverzeichnis

Beschreibung

Autor: Rolf Ahrenberg

Bilder

kurze beschreibung
kurze beschreibung


Softwareanforderungen

  • expat
  • wget

Installation

Source

cd $SOURCEDIR
tar xvzf expat-<VERSION>.tar.gz
cd expat-<VERSION>
./configure --prefix=/usr/local
make
make install
ldconfig

cd $SOURCEDIR
tar xvzf wget-<VERSION>.tar.gz
cd wget-<VERSION>
./configure --prefix=/usr/local
make
make install

Arch-Linux

pacman -S expat

Crux

prt-get depinst expat

Debian

apt-get install expat 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


Parameter

Parameter (kurz) Parameter (lang) Beschreibung
-f <RSSTEMPFILE> --file=<RSSTEMPFILE> Define a temporary file for RSS Reader (default: /tmp/rssreader.vdr)


Links

[1] http://expat.sourceforge.net expat
[2] http://www.gnu.org/software/wget/wget.html Kommandozeilen Download Manager wget
[3] http://www.saunalahti.fi/~rahrenbe/vdr/rssreader Homepage des Plugins
In anderen Sprachen