Metadata-Version: 2.0
Name: Mopidy-TuneIn
Version: 0.1.1
Summary: Mopidy extension for playing music from TuneIn.
Home-page: https://github.com/kingosticks/mopidy-tunein
Author: Nick Steel
Author-email: kingosticks@gmail.com
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: distribute
Requires-Dist: Mopidy (>=0.18)
Requires-Dist: Pykka (>=1.1)
Requires-Dist: requests (>=2.0.0)

****************************
Mopidy-TuneIn
****************************

.. image:: https://pypip.in/v/Mopidy-TuneIn/badge.png
    :target: https://pypi.python.org/pypi/Mopidy-TuneIn/
    :alt: Latest PyPI version

.. image:: https://pypip.in/d/Mopidy-TuneIn/badge.png
    :target: https://pypi.python.org/pypi/Mopidy-TuneIn/
    :alt: Number of PyPI downloads

.. image:: https://travis-ci.org/kingosticks/mopidy-tunein.png?branch=master
    :target: https://travis-ci.org/kingosticks/mopidy-tunein
    :alt: Travis CI build status

.. image:: https://coveralls.io/repos/kingosticks/mopidy-tunein/badge.png?branch=master
   :target: https://coveralls.io/r/kingosticks/mopidy-tunein?branch=master
   :alt: Test coverage

`Mopidy <http://www.mopidy.com/>`_ extension for playing music from
`TuneIn <http://www.tunein.com>`_.

Acknowledgement and thanks to Marius Wyss for his original version of this extension and Brian Hornsby's 
`XBMC plugin <https://github.com/brianhornsby/plugin.audio.tuneinradio>`_ that was based on.


Installation
============

Install by running::

    pip install Mopidy-TuneIn

.. Or, if available, install the Debian/Ubuntu package from `apt.mopidy.com
.. <http://apt.mopidy.com/>`_.


Configuration
=============

Before starting Mopidy, you must add configuration for
Mopidy-TuneIn to your Mopidy configuration file::

    [tunein]
    timeout = 5000


Project resources
=================

- `Source code <https://github.com/kingosticks/mopidy-tunein>`_
- `Issue tracker <https://github.com/kingosticks/mopidy-tunein/issues>`_
- `Download development snapshot <https://github.com/kingosticks/mopidy-tunein/tarball/master#egg=Mopidy-TuneIn-dev>`_


Changelog
=========

v0.1.1 (2014-02-24)
----------------------------------------

- Fixed package description typo and capitalisation inconsistency in name!

v0.1.0 (2014-02-23)
----------------------------------------

- Initial release.


