Metadata-Version: 2.1
Name: Mopidy-Cd
Version: 0.5
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
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
Requires-Dist: Mopidy (>=1.0)
Requires-Dist: Pykka (>=1.1)
Requires-Dist: musicbrainzngs (==0.6)
Requires-Dist: setuptools

*********
Mopidy-Cd
*********

`Mopidy <http://www.mopidy.com/>`_ extension for playing music from Audio CD.


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.5.0 (2019-02-01)
-------------------

- Remove dependency on libdiscid.
- Add search support.


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.


