diff options
author | louis <louis.braun@gmx.de> | 2013-04-08 19:04:24 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-04-08 19:04:24 +0200 |
commit | e269a87fc24964fbaac485d6a60f3c331ed321a6 (patch) | |
tree | 0beb182ba45c484fbd7da378b460041b32987721 /README | |
parent | 7e65ecacd2a1caba224eed98c81870f2a943a479 (diff) | |
download | skin-nopacity-e269a87fc24964fbaac485d6a60f3c331ed321a6.tar.gz skin-nopacity-e269a87fc24964fbaac485d6a60f3c331ed321a6.tar.bz2 |
Added standalone RSS Feed
Diffstat (limited to 'README')
-rw-r--r-- | README | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -114,9 +114,11 @@ In this example, as a dirty hack just create a folder in your channel logo direc 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: +nOpacity supports the display of RSS Feeds in the VDR menu and standalone. Displaying the +RSS Feed in the VDR menu is disabled per default because on slow machines it could slow down +the VDR menu. If you like, enable it in the RSS Feed setup. +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 @@ -133,9 +135,12 @@ Each rss feed configured in this file can be selected in the plugin setup for th "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: +The standalone RSS Feed can be activated (and if active dectivated) with the svdrp command: + +svdrpsend plug skinnopacity STANDALONEFEED + +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 |