A plugin for mopidy for playing music from CD
Find a file
2024-03-19 14:01:51 -04:00
mopidy_cd Version bump to 0.5.2 2024-03-19 14:01:51 -04:00
.gitignore Create .gitignore 2015-01-25 10:23:37 +01:00
LICENSE First commit 2015-01-25 10:09:54 +01:00
MANIFEST.in First commit 2015-01-25 10:09:54 +01:00
README.rst Fix Mopidy 3.x compatibility issue (#14) 2020-03-14 10:35:22 +01:00
setup.py Fix musicbrainzngs support for versions greater than 0.6 (#17) 2021-01-27 18:03:54 +01:00

*********
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.


Changelog
=========

v0.5.1 (2020-03-14)
-------------------

- Fixed Mopidy 3.x compatibility issue.


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.