Skip to main content

Mopidy extension for streaming Podcasts

Project description

Latest PyPI version Number of PyPI downloads

Mopidy extension for streaming Podcasts

Installation

Install by running:

pip install Mopidy-Podcast

Or manually install Debian/Ubuntu packages for Mopidy-Podcast releases.

Configuration

Configuration items are still subject to change at this point, but basically you have to provide a list of feed URLs for your favorite Podcasts, which will then show up under “Podcasts” – or whatever you set “browse_label” to – when browsing:

[podcast]
enabled = true

# links to podcast RSS feeds; examples from npr.org
feed_urls =
    http://www.npr.org/rss/podcast.php?id=510019
    http://www.npr.org/rss/podcast.php?id=510253
    http://www.npr.org/rss/podcast.php?id=510306

# top-level name for browsing
browse_label = Podcasts

# podcast update interval in seconds
update_interval = 86400

# sort order: "asc" (oldest first) or "desc" (newest first)
sort_order = desc

Configured Podcasts will be updated and checked for new episodes every “update_interval” seconds.

Project resources

Changelog

v0.2.0 (2014-02-07)

  • Support searching for podcasts and episodes.

  • Improve performance by removing feedparser.

  • Improve handling of iTunes tags.

v0.1.0 (2014-02-01)

  • Initial release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Mopidy-Podcast-0.2.0.tar.gz (14.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page