tkem / mopidy-podcast-itunes

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mopidy-Podcast-iTunes

Latest PyPI version CI build status Test coverage License Code style: black

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

Credits

About

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

License:Apache License 2.0


Languages

Language:Python 100.0%