Mopidy Audio Server
- path_to_uri() encodes unicode input as UTF-8 and leaves bytestring input unchanged before it is converted to file:// URIs. - uri_to_path() will now always return bytestrings, since we don't know if there is any non-UTF-8 encoded chars in the file path, and converting it to unicode would make such paths no longer match the dir or file it was referring to. - split_path() will now assume it gets a bytestring in. |
||
|---|---|---|
| bin | ||
| data | ||
| docs | ||
| js | ||
| mopidy | ||
| requirements | ||
| tests | ||
| tools | ||
| .gitignore | ||
| .mailmap | ||
| .travis.yml | ||
| LICENSE | ||
| MANIFEST.in | ||
| pylintrc | ||
| README.rst | ||
| setup.cfg | ||
| setup.py | ||
| tox.ini | ||
****** Mopidy ****** .. image:: https://secure.travis-ci.org/mopidy/mopidy.png?branch=develop Mopidy is a music server which can play music both from your local hard drive and from Spotify. Searches returns results from both your local hard drive and from Spotify, and you can mix tracks from both sources in your play queue. Your Spotify playlists are also available for use, though we don't support modifying them yet. To control your music server, you can use the Ubuntu Sound Menu on the machine running Mopidy, any device on the same network which can control UPnP MediaRenderers, or any MPD client. MPD clients are available for most platforms, including Windows, Mac OS X, Linux, Android and iOS. To get started with Mopidy, check out `the docs <http://docs.mopidy.com/>`_. - `Documentation <http://docs.mopidy.com/>`_ - `Source code <http://github.com/mopidy/mopidy>`_ - `Issue tracker <http://github.com/mopidy/mopidy/issues>`_ - `CI server <http://travis-ci.org/mopidy/mopidy>`_ - IRC: ``#mopidy`` at `irc.freenode.net <http://freenode.net/>`_ - `Download development snapshot <http://github.com/mopidy/mopidy/tarball/develop#egg=mopidy-dev>`_