diff options
author | louis <louis.braun@gmx.de> | 2013-04-07 10:39:42 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-04-07 10:39:42 +0200 |
commit | fba3191de71867e91eb51cde93136fcdda64c0ab (patch) | |
tree | e99221ec2c9a7dc612b7e818c4b544a0c1e65a1d /README | |
parent | 518e7e87332e2b53e9f3e5f9fc853abaec2b360f (diff) | |
download | skin-nopacity-fba3191de71867e91eb51cde93136fcdda64c0ab.tar.gz skin-nopacity-fba3191de71867e91eb51cde93136fcdda64c0ab.tar.bz2 |
Added RSS Feed support
Diffstat (limited to 'README')
-rw-r--r-- | README | 49 |
1 files changed, 49 insertions, 0 deletions
@@ -25,6 +25,8 @@ Requirements - epgsearch Git since commit ba7c6277 (2013-01-03) to correctly replace the schedules menu with epgsearch +- Installed libCurl and libXML2 for displaying RSS Feeds + Description ----------- @@ -104,6 +106,43 @@ Additional hint: some channels have slashes in their name (in germany nick/comed In this example, as a dirty hack just create a folder in your channel logo directory named "nick" and place an image named "comedy.png" inside this folder. +RSS Feeds +--------- + +nOpacity supports the display RSS Feeds in the VDR menu. On VDR startup nOpacity tries to load +the RSS config file "rssfeeds.conf" from the plugin config directory. In this file rss feeds +can be set up per line in the following format: + +[rssfeedname1] rssfeedurl1 +[rssfeedname2] rssfeedurl2 +... ... + +An example for this file is located in the plugin source directory under "conf". This file is +not automatically copied to the plugin config directory by a "make install", it has to be +copied manually, because otherwise an update of the plugin would destroy your customizations. + +If no rssfeeds.conf can be located during startup, only one default rss feed ("Tagesschau") +will be used. + +Each rss feed configured in this file can be selected in the plugin setup for the values +"RSS Feed 1" to "RSS Feed 5". Per default "RSS Feed 1" points to the first feed from the +config file, "RSS Feed 2" up to "RSS Feed 5" are empty. + +If the VDR Menu is opened, RSS Feed 1 is displayed at startup. If one or more of the fields +"RSS Feed 2" to "RSS Feed 5" are activated, it can be toggled through these feeds via svdrp +with the command: + +svdrpsend plug skinnopacity NEXTFEED + +With the command + +svdrpsend plug skinnopacity NEXTMESG + +you can switch to the next message in the current feed. + +Just configure this commands for one of your remote control buttons to easily toggle between +the different feeds or switch to the next message inside a feed. + Themes and theme specific Icons ------------------------------- @@ -305,3 +344,13 @@ Customizing, Skin Setup Options Remark: the volume display is always positioned in the center of the screen, with bottom border it can be moved to the top. - Adjust Font Size + +* RSS Feeds: + +- Display RSS Feed +- Height of RSS Feed Line (Percent of OSD Height): Default 5% +- RSS Feed 1: First feed in rssfeeds.conf +- RSS Feed 2 - 5: Optional feeds which can be selected via svdrp +- Scrolling Speed: slow / medium / fast +- Scrolling Delay in s: Default 3 s +- Adjust Font Size |