Metadata-Version: 1.1
Name: Mopidy-SomaFM
Version: 1.0.1
Summary: SomaFM extension for Mopidy
Home-page: http://github.com/AlexandrePTJ/mopidy-somafm/
Author: Alexandre Petitjean
Author-email: alpetitjean@gmail.com
License: MIT License
Description: *************
        Mopidy-SomaFM
        *************
        
        .. image:: https://img.shields.io/pypi/v/Mopidy-SomaFM.svg?style=flat
            :target: https://pypi.python.org/pypi/Mopidy-SomaFM/
            :alt: Latest PyPI version
        
        .. image:: https://img.shields.io/pypi/dm/Mopidy-SomaFM.svg?style=flat
            :target: https://pypi.python.org/pypi/Mopidy-SomaFM/
            :alt: Number of PyPI downloads
        
        .. image:: https://img.shields.io/travis/AlexandrePTJ/mopidy-somafm/master.png?style=flat
            :target: https://travis-ci.org/AlexandrePTJ/mopidy-somafm
            :alt: Travis CI build status
        
        .. image:: https://img.shields.io/coveralls/AlexandrePTJ/mopidy-somafm/master.svg?style=flat
           :target: https://coveralls.io/r/AlexandrePTJ/mopidy-somafm?branch=master
           :alt: Test coverage
        
        
        `Mopidy <http://www.mopidy.com/>`_ extension for playing music from
        `SomaFM <http://somafm.com/>`_.
        
        
        Installation
        ============
        
        Install by running::
        
            pip install Mopidy-SomaFM
        
        Or, if available, install the Debian/Ubuntu package from `apt.mopidy.com
        <http://apt.mopidy.com/>`_.
        
        
        Configuration
        =============
        
        The extension requires that the Mopidy-Stream extension is enabled. It is
        bundled with Mopidy and enabled by default, so it will be available unless
        you've explicitly disabled it.
        
        You may change prefered quality and encoding in your Mopidy configuration file::
        
            [somafm]
            encoding = aac
            quality = highest
        
        - ``encoding`` must be either ``aac``, ``mp3`` or ``aacp``
        - ``quality`` must be one of ``highest``, ``fast``, ``slow``, ``firewall``
        
        
        Warning
        =======
        
        SomaFM does not provide every possible combination of ``encoding`` and ``quality``.
        
        For example, as of 2015/06/03, ``mp3 + highest`` gives only 3 playlists while ``aac + highest`` gives 15 and ``mp3 + fast`` gives 30.
        
        Some combinations are incompatible and will give zero playlist: ``aacp + highest`` and ``aac + fast``.
        
        
        Project resources
        =================
        
        - `Source code <https://github.com/AlexandrePTJ/mopidy-somafm>`_
        - `Issue tracker <https://github.com/AlexandrePTJ/mopidy-somafm/issues>`_
        - `Download development snapshot <https://github.com/AlexandrePTJ/mopidy-somafm/tarball/master#egg=Mopidy-SomaFM-dev>`_
        
        
        Changelog
        =========
        
        v1.0.1 (2016-01-19)
        -------------------
        
        - Use httpclient helper from Mopidy >= 1.1
        
        v0.8.0 (2015-11-09)
        -------------------
        
        - #20: Replace HTTP with HTTPS for channels.xml
        
        v0.7.1 (2015-01-04)
        -------------------
        
        - #11: Add Low Bitrate encoding (aacp)
        
        
        v0.7.0 (2014-07-29)
        -------------------
        
        - #10: Remove playlists provider
        
        
        v0.6.0 (2014-03-15)
        -------------------
        
        - Directly show PLS in browser
        - Add precision about 'quality' and 'encoding' couple
        
        
        v0.5.1 (2014-03-09)
        -------------------
        
        - Fix doc typo
        
        
        v0.5.0 (2014-03-03)
        -------------------
        
        - #5: Select prefered quality and format from config
        - Add tests and Travis-CI support
        
        
        v0.4.0 (2014-02-16)
        -------------------
        
        - Add browse support for LibraryController
        
        
        v0.3.1 (2014-01-30)
        -------------------
        
        - #3: Correct wrong subclassing
        
        
        v0.3.0 (2014-01-29)
        -------------------
        
        - Require Mopidy >= 0.18
        - Add proxy support for downloading SomaFM content
        - #1: handle 'requests' exceptions
        - Use builtin Mopidy's .pls support
        - Internal code cleanup
        
        
        v0.2.0 (2013-09-22)
        -------------------
        
        - PLS files are downloaded to local temp directory
        - Implement library::lookup to allow adding tracks from playlist uri
        
        
        v0.1.1 (2013-09-14)
        -------------------
        
        - Update Licence information
        
        
        v0.1.0 (2013-09-13)
        -------------------
        
        - Initial release
        - Create SomaFM extension for Mopidy
        
Platform: UNKNOWN
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Multimedia :: Sound/Audio :: Players
