Skip to content

ketchalegend/mopidy-podcast-itunes

 
 

Repository files navigation

Mopidy-Podcast-iTunes

Mopidy-Podcast-iTunes is a Mopidy extension for searching and browsing podcasts on the Apple iTunes Store.

Installation

On Debian Linux and Debian-based distributions like Ubuntu or Raspbian, install the mopidy-podcast-itunes package from apt.mopidy.com:

apt-get install mopidy-podcast-itunes

Otherwise, install the Python package from PyPI:

pip install Mopidy-Podcast-iTunes

Configuration

The following configuration values are available:

  • podcast-itunes/enabled: Whether this extension should be enabled or not. Defaults to true.
  • podcast-itunes/base_url: The base URL for the iTunes Store. Defaults to http://itunes.apple.com/.
  • podcast-itunes/country: The ISO country code for the store to be used. Defaults to US.
  • podcast-itunes/explicit: Whether search results should include explicit content. Can be set to Yes, No, or left empty to use the store's default.
  • podcast-itunes/charts: One of podcasts, audioPodcasts or videoPodcasts. Defaults to audioPodcasts.
  • podcast-itunes/charts_limit: The maximum number of charts entries to retrieve. Defaults to 20.
  • podcast-itunes/search_limit: The maximum number of search results to retrieve. Defaults to 20.
  • podcast-itunes/timeout: The HTTP request timeout in seconds when connecting to the iTunes Store. Defaults to 10.
  • podcast-itunes/retries: The maximum number of HTTP connection retries when connecting to the iTunes Store. Defaults to 3.

Project Resources

Latest PyPI version

Travis CI build status

Test coverage

License

Copyright (c) 2014-2016 Thomas Kemmer.

Licensed under the Apache License, Version 2.0.

About

Mopidy-Podcast extension for searching and browsing podcasts on the iTunes Store

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%