.mailmap
.travis.yml
AUTHORS
LICENSE
MANIFEST.in
README.rst
dev-requirements.txt
setup.cfg
setup.py
tasks.py
tox.ini
Mopidy.egg-info/PKG-INFO
Mopidy.egg-info/SOURCES.txt
Mopidy.egg-info/dependency_links.txt
Mopidy.egg-info/entry_points.txt
Mopidy.egg-info/not-zip-safe
Mopidy.egg-info/requires.txt
Mopidy.egg-info/top_level.txt
docs/Makefile
docs/audio.rst
docs/authors.rst
docs/changelog.rst
docs/codestyle.rst
docs/command.rst
docs/conf.py
docs/config.rst
docs/contributing.rst
docs/devenv.rst
docs/extensiondev.rst
docs/glossary.rst
docs/index.rst
docs/releasing.rst
docs/requirements.txt
docs/running.rst
docs/service.rst
docs/sponsors.rst
docs/troubleshooting.rst
docs/versioning.rst
docs/_static/mopidy.png
docs/api/architecture.rst
docs/api/audio.rst
docs/api/backend.rst
docs/api/commands.rst
docs/api/config.rst
docs/api/core.rst
docs/api/ext.rst
docs/api/frontend.rst
docs/api/http-server.rst
docs/api/http.rst
docs/api/httpclient.rst
docs/api/index.rst
docs/api/js.rst
docs/api/mixer.rst
docs/api/models.rst
docs/api/zeroconf.rst
docs/clients/http.rst
docs/clients/mpd-client-gmpc.png
docs/clients/mpd-client-mpad.jpg
docs/clients/mpd-client-mpdel.png
docs/clients/mpd-client-mpdroid.jpg
docs/clients/mpd-client-mpod.jpg
docs/clients/mpd-client-ncmpcpp.png
docs/clients/mpd-client-sonata.png
docs/clients/mpd.rst
docs/clients/mpris.rst
docs/clients/rompr.png
docs/clients/ubuntu-sound-menu.png
docs/clients/upnp.rst
docs/ext/api_explorer.png
docs/ext/auto.png
docs/ext/backends.rst
docs/ext/file.rst
docs/ext/frontends.rst
docs/ext/http.rst
docs/ext/iris.jpg
docs/ext/local.rst
docs/ext/local_images.jpg
docs/ext/m3u.rst
docs/ext/material_webclient.png
docs/ext/mixers.rst
docs/ext/mobile.png
docs/ext/moped.png
docs/ext/mopidy_jukepi.png
docs/ext/mopidy_party.png
docs/ext/mopify.jpg
docs/ext/mopster.png
docs/ext/mpd.rst
docs/ext/musicbox_webclient.png
docs/ext/simple_webclient.png
docs/ext/softwaremixer.rst
docs/ext/stream.rst
docs/ext/web.rst
docs/installation/arch.rst
docs/installation/debian.rst
docs/installation/index.rst
docs/installation/osx.rst
docs/installation/raspberrypi.rst
docs/installation/raspberrypi2.jpg
docs/installation/source.rst
docs/modules/index.rst
docs/modules/local.rst
docs/modules/mpd.rst
extra/desktop/mopidy.desktop
extra/mopidyctl/mopidyctl
extra/mopidyctl/mopidyctl.8
extra/systemd/mopidy.service
mopidy/__init__.py
mopidy/__main__.py
mopidy/backend.py
mopidy/commands.py
mopidy/compat.py
mopidy/exceptions.py
mopidy/ext.py
mopidy/httpclient.py
mopidy/listener.py
mopidy/mixer.py
mopidy/zeroconf.py
mopidy/audio/__init__.py
mopidy/audio/actor.py
mopidy/audio/constants.py
mopidy/audio/listener.py
mopidy/audio/scan.py
mopidy/audio/tags.py
mopidy/audio/utils.py
mopidy/config/__init__.py
mopidy/config/default.conf
mopidy/config/keyring.py
mopidy/config/schemas.py
mopidy/config/types.py
mopidy/config/validators.py
mopidy/core/__init__.py
mopidy/core/actor.py
mopidy/core/history.py
mopidy/core/library.py
mopidy/core/listener.py
mopidy/core/mixer.py
mopidy/core/playback.py
mopidy/core/playlists.py
mopidy/core/tracklist.py
mopidy/file/__init__.py
mopidy/file/backend.py
mopidy/file/ext.conf
mopidy/file/library.py
mopidy/http/__init__.py
mopidy/http/actor.py
mopidy/http/ext.conf
mopidy/http/handlers.py
mopidy/http/data/clients.html
mopidy/http/data/favicon.ico
mopidy/http/data/mopidy.css
mopidy/http/data/mopidy.js
mopidy/http/data/mopidy.min.js
mopidy/internal/__init__.py
mopidy/internal/deprecation.py
mopidy/internal/deps.py
mopidy/internal/encoding.py
mopidy/internal/formatting.py
mopidy/internal/gi.py
mopidy/internal/http.py
mopidy/internal/jsonrpc.py
mopidy/internal/log.py
mopidy/internal/models.py
mopidy/internal/network.py
mopidy/internal/path.py
mopidy/internal/playlists.py
mopidy/internal/process.py
mopidy/internal/storage.py
mopidy/internal/timer.py
mopidy/internal/validation.py
mopidy/internal/versioning.py
mopidy/internal/xdg.py
mopidy/local/__init__.py
mopidy/local/actor.py
mopidy/local/commands.py
mopidy/local/ext.conf
mopidy/local/json.py
mopidy/local/library.py
mopidy/local/playback.py
mopidy/local/search.py
mopidy/local/storage.py
mopidy/local/translator.py
mopidy/m3u/__init__.py
mopidy/m3u/backend.py
mopidy/m3u/ext.conf
mopidy/m3u/playlists.py
mopidy/m3u/translator.py
mopidy/models/__init__.py
mopidy/models/fields.py
mopidy/models/immutable.py
mopidy/models/serialize.py
mopidy/mpd/__init__.py
mopidy/mpd/actor.py
mopidy/mpd/dispatcher.py
mopidy/mpd/exceptions.py
mopidy/mpd/ext.conf
mopidy/mpd/session.py
mopidy/mpd/tokenize.py
mopidy/mpd/translator.py
mopidy/mpd/uri_mapper.py
mopidy/mpd/protocol/__init__.py
mopidy/mpd/protocol/audio_output.py
mopidy/mpd/protocol/channels.py
mopidy/mpd/protocol/command_list.py
mopidy/mpd/protocol/connection.py
mopidy/mpd/protocol/current_playlist.py
mopidy/mpd/protocol/mount.py
mopidy/mpd/protocol/music_db.py
mopidy/mpd/protocol/playback.py
mopidy/mpd/protocol/reflection.py
mopidy/mpd/protocol/status.py
mopidy/mpd/protocol/stickers.py
mopidy/mpd/protocol/stored_playlists.py
mopidy/mpd/protocol/tagtype_list.py
mopidy/softwaremixer/__init__.py
mopidy/softwaremixer/ext.conf
mopidy/softwaremixer/mixer.py
mopidy/stream/__init__.py
mopidy/stream/actor.py
mopidy/stream/ext.conf
tests/__init__.py
tests/dummy_audio.py
tests/dummy_backend.py
tests/dummy_mixer.py
tests/test_commands.py
tests/test_exceptions.py
tests/test_ext.py
tests/test_help.py
tests/test_httpclient.py
tests/test_mixer.py
tests/test_version.py
tests/audio/__init__.py
tests/audio/test_actor.py
tests/audio/test_listener.py
tests/audio/test_scan.py
tests/audio/test_tags.py
tests/audio/test_utils.py
tests/backend/__init__.py
tests/backend/test_backend.py
tests/backend/test_listener.py
tests/config/__init__.py
tests/config/test_config.py
tests/config/test_defaults.py
tests/config/test_schemas.py
tests/config/test_types.py
tests/config/test_validator.py
tests/core/__init__.py
tests/core/test_actor.py
tests/core/test_events.py
tests/core/test_history.py
tests/core/test_library.py
tests/core/test_listener.py
tests/core/test_mixer.py
tests/core/test_playback.py
tests/core/test_playlists.py
tests/core/test_tracklist.py
tests/data/blank.flac
tests/data/blank.mp3
tests/data/blank.ogg
tests/data/blank.wav
tests/data/comment-ext.m3u
tests/data/comment.m3u
tests/data/empty-ext.m3u
tests/data/empty.m3u
tests/data/encoding-ext.m3u
tests/data/encoding.m3u
tests/data/file1.conf
tests/data/file2.conf
tests/data/file3.conf
tests/data/file4.conf
tests/data/one-ext.m3u
tests/data/one.m3u
tests/data/song1.flac
tests/data/song1.mp3
tests/data/song1.ogg
tests/data/song1.wav
tests/data/song2.flac
tests/data/song2.mp3
tests/data/song2.ogg
tests/data/song2.wav
tests/data/song3.flac
tests/data/song3.mp3
tests/data/song3.ogg
tests/data/song3.wav
tests/data/song4.wav
tests/data/two-ext.m3u
tests/data/conf1.d/file1.conf
tests/data/conf1.d/file2.conf
tests/data/conf2.d/file1.conf
tests/data/conf2.d/file2.conf.disabled
tests/data/local/library.json.gz
tests/data/scanner/empty.wav
tests/data/scanner/example.log
tests/data/scanner/plain.txt
tests/data/scanner/playlist.m3u
tests/data/scanner/sample.mp3
tests/data/scanner/advanced/song1.mp3
tests/data/scanner/advanced/song2.mp3
tests/data/scanner/advanced/song3.mp3
tests/data/scanner/advanced/subdir1/song4.mp3
tests/data/scanner/advanced/subdir1/song5.mp3
tests/data/scanner/advanced/subdir1/subsubdir/song8.mp3
tests/data/scanner/advanced/subdir1/subsubdir/song9.mp3
tests/data/scanner/advanced/subdir2/song6.mp3
tests/data/scanner/advanced/subdir2/song7.mp3
tests/data/scanner/empty/.gitignore
tests/data/scanner/image/test.png
tests/data/scanner/simple/song1.mp3
tests/data/scanner/simple/song1.ogg
tests/file/__init__.py
tests/file/conftest.py
tests/file/test_browse.py
tests/file/test_lookup.py
tests/http/__init__.py
tests/http/test_events.py
tests/http/test_handlers.py
tests/http/test_server.py
tests/internal/__init__.py
tests/internal/test_deps.py
tests/internal/test_encoding.py
tests/internal/test_http.py
tests/internal/test_jsonrpc.py
tests/internal/test_models.py
tests/internal/test_path.py
tests/internal/test_playlists.py
tests/internal/test_validation.py
tests/internal/test_xdg.py
tests/internal/network/__init__.py
tests/internal/network/test_connection.py
tests/internal/network/test_lineprotocol.py
tests/internal/network/test_server.py
tests/internal/network/test_utils.py
tests/local/__init__.py
tests/local/test_json.py
tests/local/test_library.py
tests/local/test_playback.py
tests/local/test_search.py
tests/local/test_tracklist.py
tests/local/test_translator.py
tests/m3u/__init__.py
tests/m3u/test_playlists.py
tests/m3u/test_translator.py
tests/models/test_fields.py
tests/models/test_legacy.py
tests/models/test_models.py
tests/mpd/__init__.py
tests/mpd/test_actor.py
tests/mpd/test_commands.py
tests/mpd/test_dispatcher.py
tests/mpd/test_exceptions.py
tests/mpd/test_status.py
tests/mpd/test_tokenizer.py
tests/mpd/test_translator.py
tests/mpd/protocol/__init__.py
tests/mpd/protocol/test_audio_output.py
tests/mpd/protocol/test_authentication.py
tests/mpd/protocol/test_channels.py
tests/mpd/protocol/test_command_list.py
tests/mpd/protocol/test_connection.py
tests/mpd/protocol/test_current_playlist.py
tests/mpd/protocol/test_idle.py
tests/mpd/protocol/test_mount.py
tests/mpd/protocol/test_music_db.py
tests/mpd/protocol/test_playback.py
tests/mpd/protocol/test_reflection.py
tests/mpd/protocol/test_regression.py
tests/mpd/protocol/test_status.py
tests/mpd/protocol/test_stickers.py
tests/mpd/protocol/test_stored_playlists.py
tests/stream/__init__.py
tests/stream/test_library.py
tests/stream/test_playback.py