Mopidy Audio Server
Go to file
2009-12-23 15:53:13 +01:00
COPYING Add GPLv2 license, same as the original MPD server 2009-12-23 15:45:22 +01:00
README.rst More GitHub RST tweaking 2009-12-23 15:53:13 +01:00

mopidy
======

mopidy is a MPD server with a Spotify backend.


Resources
---------

- MPD

  - `MPD protocol documentation <http://www.musicpd.org/doc/protocol/>`_
  - The original `MPD server <http://mpd.wikia.com/>`_

- Spotify

  - `spytify <http://despotify.svn.sourceforge.net/viewvc/despotify/src/bindings/python/>`_,
    the Python bindings for `despotify <http://despotify.se/>`_
  - `Spotify's official metadata API <http://developer.spotify.com/en/metadata-api/overview/>`_
  - `pyspotify <http://code.google.com/p/pyspotify/>`_,
    Python bindings for the official Spotify library, libspotify