Metadata-Version: 1.1
Name: Mopidy-Cd
Version: 0.4
Summary: Mopidy extension to play audio CDs
Home-page: https://github.com/forscher21/mopidy-cd
Author: Antonio Sartori
Author-email: antonio217@web.de
License: Apache License, Version 2.0
Description: *********
        Mopidy-Cd
        *********
        
        `Mopidy <http://www.mopidy.com/>`_ extension for playing music from Audio CD.
        
        This is still a beta version.
        
        
        Dependencies
        ============
        
        Mopidy-Cd depends on ``libdiscid``, on Debian/Ubuntu install by running::
        
              sudo apt install libdiscid0
        
        
        Installation
        ============
        
        Install by running::
        
              sudo pip install Mopidy-Cd
        
        Or, if available, install the Debian/Ubuntu package from `apt.mopidy.com <http://apt.mopidy.com/>`_.
        
        Note: You need to add the ``mopidy`` user to the ``cdrom`` group::
        
              adduser mopidy cdrom
        
        
        Configuration
        =============
        
        No configuration required.
        
        
        Project resources
        =================
        
        - `Source code <https://github.com/forscher21/mopidy-cd>`_
        - `Issue tracker <https://github.com/forscher21/mopidy-cd/issues>`_
        - `Development branch tarball <https://github.com/forscher21/mopidy-cd/tarball/master#egg=Mopidy-Cd-dev>`_
        
        
        Known issues
        =========
        
        - Mopidy proxy settings are ignored by the extension.
        - Search is not implemented.
        
        
        Changelog
        =========
        
        v0.4.0 (2018-06-26)
        -------------------
        
        - Use MusicBrainz for CD disk look up and cache responses.
        - Refactoring.
        
        v0.1.0 (2015-01-20)
        -------------------
        
        - 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
