Metadata-Version: 1.1
Name: Mopidy-Subsonic
Version: 0.3.1
Summary: Subsonic extension for Mopidy
Home-page: http://github.com/rattboi/mopidy-subsonic/
Author: rattboi
Author-email: rattboi@gmail.com
License: MIT
Description: ***************
        Mopidy-Subsonic
        ***************
        
        .. image:: https://pypip.in/v/Mopidy-Subsonic/badge.png
            :target: https://pypi.python.org/pypi/Mopidy-Subsonic/
            :alt: Latest PyPI version
        
        .. image:: https://pypip.in/d/Mopidy-Subsonic/badge.png
            :target: https://pypi.python.org/pypi/Mopidy-Subsonic/
            :alt: Number of PyPI downloads
        
        
        `Mopidy <http://www.mopidy.com/>`_ extension for playing music from
        `Subsonic <http://www.subsonic.org/>`_.
        
        
        Installation
        ============
        
        Install by running::
        
            sudo pip install mopidy-subsonic
        
        Or, if available, install the Debian/Ubuntu package from `apt.mopidy.com
        <http://apt.mopidy.com/>`_.
        
        
        Configuration
        =============
        
        Before starting Mopidy, you must tell it where to find Subsonic by adding the
        following to your Mopidy configuration::
        
            [subsonic]
            hostname = some.website.com (leave off http/https)
            port = 8888
            username = USER
            password = PASS
            ssl = (yes/no)
        
        Searches in Mopidy will now return results from your Subsonic library.
        
        
        Project resources
        =================
        
        - `Source code <https://github.com/rattboi/mopidy-subsonic>`_
        - `Issue tracker <https://github.com/rattboi/mopidy-subsonic/issues>`_
        - `Download development snapshot <https://github.com/rattboi/mopidy-subsonic/tarball/master#egg={{ cookiecutter.dist_name }}-dev>`_
        
        
        Changelog
        =========
        
        v0.3.1 (2014-01-28)
        -----------------
        
        - Removed last_modified field from Playlist generation, to avoid problem in Mopidy core
        
        v0.3 (2014-01-19)
        -----------------
        
        - Require Mopidy >= 0.18.
        
        - Fixed: ``ext.conf`` was missing from the PyPI package, stopping Mopidy from
          working as long as Mopidy-Subsonic is installed.
        
        v0.2 (2013-11-13)
        -----------------
        
        - Fixed: Crash when starting Mopidy-Subsonic with zero playlists on server
        
        v0.1 (2013-08-29)
        -----------------
        
        - Initial release.
        
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
