Mopidy-Podcast-iTunes is a Mopidy extension for searching and browsing podcasts on the Apple iTunes Store.
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
The following configuration values are available:
podcast-itunes/enabled
: Whether this extension should be enabled or not. Defaults totrue
.podcast-itunes/base_url
: The base URL for the iTunes Store. Defaults tohttp://itunes.apple.com/
.podcast-itunes/country
: The ISO country code for the store to be used. Defaults toUS
.podcast-itunes/explicit
: Whether search results should include explicit content. Can be set toYes
,No
, or left empty to use the store's default.podcast-itunes/charts
: One ofpodcasts
,audioPodcasts
orvideoPodcasts
. Defaults toaudioPodcasts
.podcast-itunes/charts_limit
: The maximum number of charts entries to retrieve. Defaults to20
.podcast-itunes/search_limit
: The maximum number of search results to retrieve. Defaults to20
.podcast-itunes/timeout
: The HTTP request timeout in seconds when connecting to the iTunes Store. Defaults to10
.podcast-itunes/retries
: The maximum number of HTTP connection retries when connecting to the iTunes Store. Defaults to3
.
- Original author: Thomas Kemmer
- Current maintainer: Thomas Kemmer
- Contributors