Mopidy Audio Server
Go to file
Stein Magnus Jodal 8e74b94606 Fix for GH-22
playback.on_current_playlist_change() was not called for all changes to
the current playlist. Thus, the playback controllers internal shuffled
version of the current playlist (used for random mode), was not always
updated when the current playlist was updated.
2010-10-21 23:12:21 +02:00
bin Add setup.py with friends 2010-03-22 23:44:17 +01:00
docs Merge changes lists, as we won't do a 0.1.1 release 2010-10-21 22:34:22 +02:00
mopidy Fix for GH-22 2010-10-21 23:12:21 +02:00
tests Add regression test for GH-22 2010-10-21 23:11:36 +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 Enable most of the disabled pylint messages 2010-05-01 14:12:27 +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>`_