Rssreader-plugin: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→Notes) |
||
Line 25: | Line 25: | ||
==Notes== |
==Notes== |
||
* The plugin uses a temporary file "/tmp/rssreader.vdr" by default. If you want to change it, you can compile the plugin as: > make RSSREADER_TEMPFILE="/tmp/rssreader.vdr" |
* The plugin uses a temporary file "/tmp/rssreader.vdr" by default. If you want to change it, you can compile the plugin as: > make RSSREADER_TEMPFILE="/tmp/rssreader.vdr" |
||
==Links== |
|||
{| |
|||
| [1] |
|||
| http://www.saunalahti.fi/~rahrenbe/vdr/rssreader |
|||
| Plugin homepage |
|||
|} |
|||
[[Category:Plugins]] |
|||
<!-- Link to german wiki page --> |
|||
[[de:Rssreader-plugin]] |
Revision as of 13:02, 21 December 2005
Description
The RSS Reader plugin provides a simple OSD menu based user interface for reading user-defined RSS streams.
Software requirements
- Expat library
- Wget application
Installation
Options
Option | Description |
---|---|
RSSREADER_TEMPFILE="/tmp/rssreader.vdr" | Temporary file used by wget |
RSSREADER_DEBUG=1 | Additional debugging information |
Notes
- The plugin uses a temporary file "/tmp/rssreader.vdr" by default. If you want to change it, you can compile the plugin as: > make RSSREADER_TEMPFILE="/tmp/rssreader.vdr"
Links
[1] | http://www.saunalahti.fi/~rahrenbe/vdr/rssreader | Plugin homepage |