Metadata-Version: 2.0
Name: Mopidy-Podcast-iTunes
Version: 2.0.0
Summary: Mopidy extension for searching and browsing podcasts on the Apple iTunes Store
Home-page: https://github.com/tkem/mopidy-podcast-itunes
Author: Thomas Kemmer
Author-email: tkemmer@computer.org
License: Apache License, Version 2.0
Platform: UNKNOWN
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Multimedia :: Sound/Audio :: Players
Requires-Dist: setuptools
Requires-Dist: Mopidy (>=1.1)
Requires-Dist: Mopidy-Podcast (>=2.0)
Requires-Dist: Pykka (>=1.1)
Requires-Dist: requests (>=2.0)

Mopidy-Podcast-iTunes
========================================================================

Mopidy-Podcast-iTunes is a Mopidy_ extension for searching and
browsing podcasts on the `Apple iTunes Store
<https://itunes.apple.com/genre/podcasts/id26>`_.


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
------------------------------------------------------------------------

.. image:: https://img.shields.io/pypi/v/Mopidy-Podcast-iTunes.svg?style=flat
    :target: https://pypi.python.org/pypi/Mopidy-Podcast-iTunes/
    :alt: Latest PyPI version

.. image:: https://img.shields.io/pypi/dm/Mopidy-Podcast-iTunes.svg?style=flat
    :target: https://pypi.python.org/pypi/Mopidy-Podcast-iTunes/
    :alt: Number of PyPI downloads

.. image:: https://img.shields.io/travis/tkem/mopidy-podcast-itunes/master.svg?style=flat
    :target: https://travis-ci.org/tkem/mopidy-podcast-itunes
    :alt: Travis CI build status

.. image:: https://img.shields.io/coveralls/tkem/mopidy-podcast-itunes/master.svg?style=flat
   :target: https://coveralls.io/r/tkem/mopidy-podcast-itunes?branch=master
   :alt: Test coverage

- `Issue Tracker`_
- `Source Code`_
- `Change Log`_


License
------------------------------------------------------------------------

Copyright (c) 2014-2016 Thomas Kemmer.

Licensed under the `Apache License, Version 2.0`_.


.. _Mopidy: http://www.mopidy.com/
.. _apt.mopidy.com: http://apt.mopidy.com/

.. _PyPI: https://pypi.python.org/pypi/Mopidy-Podcast-iTunes/
.. _Issue Tracker: https://github.com/tkem/mopidy-podcast-itunes/issues/
.. _Source Code: https://github.com/tkem/mopidy-podcast-itunes/
.. _Change Log: https://github.com/tkem/mopidy-podcast-itunes/blob/master/CHANGES.rst

.. _Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0


