Rssreader-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
K (Schützte „Rssreader-plugin“ ([edit=autoconfirmed] (unbeschränkt) [move=autoconfirmed] (unbeschränkt)))
(Installation)
Zeile 28: Zeile 28:
 
| The plugin uses a temporary file "/tmp/rssreader.vdr" by default. If you want to change it, you can compile the plugin as.
 
| The plugin uses a temporary file "/tmp/rssreader.vdr" by default. If you want to change it, you can compile the plugin as.
 
|}
 
|}
 
 
<!-- ===Patches=== -->
 
<!-- ===Patches=== -->
===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 <!-- expat ist nur ein Demoprogramm -->
 
 
===[[Gentoo]]===
 
emerge mplayer expat curl
 
 
===[[SuSE]]===
 
yast -i expat
 
  
 
==Konfiguration==
 
==Konfiguration==

Version vom 4. August 2013, 15:18 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

Schlagzeilen
Nachrichtentext

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.

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)


Links

  1. Expat
  2. Homepage des Plugins

Aktuelle Version

Version 1.6.4

In anderen Sprachen