MediaServer: Feed
This backend is part of the stable distribution since version 0.6.6.
Feed MediaServer
This media server exposes audio (podcasts) and video (vidcasts) feeds from generic RSS and OPML feeds.
Additional dependencies
This backend depends on the feedparser module.
UPnP ContentDirectory structure
FixMe:TBD
Configuration
The backend accepts these options:
- name:
- name of the device, as exposed to the UPnP world (default: Feed Store)
- feed_urls:
- space-separated list of RSS feed URLs (mutually exclusive with opml_url below)
- opml_url:
- URL to an OPML listing for feeds (mutually exclusive with feed_urls below)*
Either feed_urls or opml_url have to be defined.
Examples
FixMe:TBD
