Mopidy Audio Server
Go to file
2010-10-30 20:42:34 +02:00
bin Add setup.py with friends 2010-03-22 23:44:17 +01:00
docs Ready for 0.3.0 development 2010-10-24 22:28:50 +02:00
mopidy Remove print statement 2010-10-30 20:42:34 +02:00
tests Turn track_artists_to_mpd_format into artists_to_mpd_format 2010-10-30 20:41:45 +02:00
.gitignore Rename --dump to --save-debug-log. Rename related settings. 2010-08-24 21:00:10 +02:00
LICENSE Source code license is now Apache License v2.0. Documentation license is CC BY-SA 3.0 Unported License. 2010-08-13 20:41:40 +02:00
MANIFEST.in Bundle a Spotify appkey with the libspotify backend 2010-08-14 00:55:25 +02:00
pylintrc Misinterpreted this warning. Disabling it again 2010-10-25 22:14:32 +02:00
README.rst Add link to develop tarball to PyPI long_description to get support for 'pip install mopidy==dev' 2010-10-19 20:19:44 +02:00
requirements-docs.txt docs: Require Sphinx >= 1.0 2010-07-31 18:17:18 +02:00
requirements-external-mixers.txt Add requirements for external mixers 2010-03-29 11:59:01 +02:00
requirements-lastfm.txt Add requirements-lastfm.txt 2010-08-24 01:31:20 +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 Bundle a Spotify appkey with the libspotify backend 2010-08-14 00:55:25 +02:00

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

Mopidy is a music server which can play music from `Spotify
<http://www.spotify.com/>`_ or from your local hard drive. To search for music
in Spotify's vast archive, manage playlists, and play music, you can use most
`MPD clients <http://mpd.wikia.com/>`_. MPD clients are available for most
platforms, including Windows, Mac OS X, Linux, and iPhone and Android phones.

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

* `Documentation (latest release) <http://www.mopidy.com/docs/master/>`_
* `Documentation (development version) <http://www.mopidy.com/docs/develop/>`_
* `Source code <http://github.com/jodal/mopidy>`_
* `Issue tracker <http://github.com/jodal/mopidy/issues>`_
* IRC: ``#mopidy`` at `irc.freenode.net <http://freenode.net/>`_
* `Download development snapshot <http://github.com/jodal/mopidy/tarball/develop#egg=mopidy-dev>`_