Mopidy Audio Server
Go to file
Stein Magnus Jodal a9923fcb23 Merge remote branch 'adamcik/gstreamer'
Conflicts:
	mopidy/mpd/frontend.py
	tests/mpd/frontend_test.py

GstreamerBackend now raises LookupError where the other backends just
returns None. We'll probably move in the direction of using LookupError
all over, but the changes to DummyBackend and generic tests was reverted
until BaseBackend, the backend API docs and the other backends are
updated to all raise LookupError.
2010-06-06 22:15:25 +02:00
bin Add setup.py with friends 2010-03-22 23:44:17 +01:00
docs Ready for 0.1.0a3 development 2010-06-02 21:45:22 +02:00
mopidy Merge remote branch 'adamcik/gstreamer' 2010-06-06 22:15:25 +02:00
tests Merge remote branch 'adamcik/gstreamer' 2010-06-06 22:15:25 +02:00
.gitignore Prune .gitignore of old entries 2010-04-05 23:17:42 +02:00
AUTHORS.rst Add thanks to jorgenpt and winjer 2010-03-27 13:22:03 +01:00
COPYING Add GPLv2 license, same as the original MPD server 2009-12-23 15:45:22 +01:00
MANIFEST.in Add setup.py with friends 2010-03-22 23:44:17 +01:00
pylintrc Enable most of the disabled pylint messages 2010-05-01 14:12:27 +02:00
README.rst Add issue tracker link to README 2010-03-27 13:31:06 +01:00
requirements-docs.txt Activate Sphinx' graphviz extension 2010-02-28 14:04:50 +01:00
requirements-external-mixers.txt Add requirements for external mixers 2010-03-29 11:59:01 +02:00
requirements-tests.txt Replace CoverageTestRunner with nosetests 2010-03-23 23:54:49 +01:00
setup.cfg Do not run doctests as default, as they require all imported modules to be present on the system 2010-03-28 00:53:38 +01:00
setup.py Add PyPI trove categories 2010-03-27 17:28:46 +01:00

******
Mopidy
******

Mopidy is an `MPD <http://mpd.wikia.com/>`_ server with a
`Spotify <http://www.spotify.com/>`_ backend. Using a standard MPD client you
can search for music in Spotify's vast archive, manage Spotify play lists and
play music from Spotify.

To install Mopidy, check out
`the installation docs <http://www.mopidy.com/docs/installation/>`_.

* `Documentation <http://www.mopidy.com/>`_
* `Source code <http://github.com/jodal/mopidy>`_
* `Issue tracker <http://github.com/jodal/mopidy/issues>`_
* IRC: ``#mopidy`` at `irc.freenode.net <http://freenode.net/>`_
* `Presentation of Mopidy <http://www.slideshare.net/jodal/mopidy-3380516>`_