Metadata-Version: 1.1
Name: Mopidy-TuneIn
Version: 0.1.2
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
Description: ****************************
        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>`_. Listen to the world’s radio with 70,000 stations of music, 
        sports and news streaming from every continent.
        
        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. 
        
        This product uses TuneIn but is not endorsed, certified or otherwise approved in any way by TuneIn. 
        TuneIn is the registered trade mark of TuneIn Inc.
        
        
        Installation
        ============
        
        Install by running::
        
            pip install Mopidy-TuneIn
        
        .. Or, if available, install the Debian/Ubuntu package from `apt.mopidy.com
        .. <http://apt.mopidy.com/>`_.
        
        Some radio streams may require additional audio plugins. These can be found in the following packages:
         * `gstreamer0.10-plugins-ugly`
         * `gstreamer0.10-plugins-bad`
         * `gstreamer0.10-ffmpeg`
        
        
        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.2 (2014-04-13)
        ----------------------------------------
        
        - Improved stream selection for stations using PLS format playlists.
        - Added suggested additional gstreamer plugin packages. 
        
        v0.1.1 (2014-02-24)
        ----------------------------------------
        
        - Fixed package description typo and capitalisation inconsistency in name!
        
        v0.1.0 (2014-02-23)
        ----------------------------------------
        
        - Initial release.
        
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
