Metadata-Version: 2.0
Name: Mopidy-Podcast
Version: 2.0.3
Summary: Mopidy extension for browsing and playing podcasts
Home-page: https://github.com/tkem/mopidy-podcast
Author: Thomas Kemmer
Author-email: tkemmer@computer.org
License: Apache License, Version 2.0
Description-Content-Type: UNKNOWN
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.1)
Requires-Dist: Pykka (>=1.1)
Requires-Dist: cachetools (>=2.0)
Requires-Dist: uritools (>=1.0)

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

Mopidy-Podcast is a Mopidy_ extension for browsing and playing
podcasts.

This extension lets you browse podcasts distributed as RSS feeds and
play individual episodes in a variety of audio formats.  Podcasts are
mapped to albums, while podcast episodes are shown as tracks in
Mopidy, with metadata converted to Mopidy’s native data model where
applicable.  OPML 2.0 subscription lists and directories are also
supported for multi-level browsing.

For more information and installation instructions, please see
Mopidy-Podcast's online documentation_.


Project Resources
------------------------------------------------------------------------

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

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

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

.. image:: https://readthedocs.org/projects/mopidy-podcast/badge/?version=latest&style=flat
   :target: http://mopidy-podcast.readthedocs.io/en/latest/
   :alt: Documentation Status

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


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

Copyright (c) 2014-2018 Thomas Kemmer and contributors_.

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


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

.. _Documentation: http://mopidy-podcast.readthedocs.io/en/latest/
.. _Issue Tracker: https://github.com/tkem/mopidy-podcast/issues/
.. _Source Code: https://github.com/tkem/mopidy-podcast/
.. _Change Log: https://github.com/tkem/mopidy-podcast/blob/master/CHANGES.rst
.. _contributors: https://github.com/tkem/mopidy-podcast/blob/master/AUTHORS

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


