Metadata-Version: 1.1
Name: Mopidy-Beets
Version: 1.0.1
Summary: Beets extension for Mopidy
Home-page: http://github.com/dz0ny/mopidy-beets/
Author: dz0ny
Author-email: dz0ny@shortmail.com
License: MIT
Description: Mopidy-Beets
        ============
        
        `Mopidy <http://www.mopidy.com/>`_ extension for playing music from
        `Beets <http://beets.radbox.org/>`_ via Beets' web extension.
        
        Usage
        -----
        
        #. Setup the `Beets web plugin
           <http://beets.readthedocs.org/en/latest/plugins/web.html>`_.
        
        #. Install the Mopidy-Beets extension by running::
        
            sudo pip install mopidy-beets
        
        #. Tell Mopidy where to find the Beets web interface by adding the following to
           your ``mopidy.conf``::
        
            [beets]
            hostname = 127.0.0.1
            port = 8888
        
        #. Restart Mopidy.
        
        #. Searches in Mopidy will now return results from your Beets library.
        
        
        Project resources
        -----------------
        
        - `Source code <https://github.com/dz0ny/mopidy-beets>`_
        - `Issue tracker <https://github.com/mopidy/mopidy-beets/issues>`_
        - `Download development snapshot
          <https://github.com/dz0ny/mopidy-beets/tarball/develop#egg=mopidy-beets-dev>`_
        
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
