.deepsource.toml .mailmap AUTHORS AUTHORS.update LICENSE MANIFEST.in README.rst docs/Makefile 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/audiosinks.rst docs/authors.rst docs/changelog.rst docs/clients.rst docs/codestyle.rst docs/command.rst docs/conf.py docs/config.rst docs/contributing.rst docs/devenv.rst docs/ext/file.rst docs/ext/http.rst docs/ext/m3u.rst docs/ext/softwaremixer.rst docs/ext/stream.rst docs/extensiondev.rst docs/glossary.rst docs/history/changelog-0.x.rst docs/history/changelog-1.x.rst docs/history/changelog-2.x.rst docs/history/index.rst docs/icecast.rst docs/index.rst docs/installation/arch.rst docs/installation/debian.rst docs/installation/fedora.rst docs/installation/index.rst docs/installation/macos.rst docs/installation/pypi.rst docs/installation/raspberrypi.rst docs/releasing.rst docs/running/index.rst docs/running/service.rst docs/running/terminal.rst docs/sponsors.rst docs/troubleshooting.rst docs/upnp.rst docs/versioning.rst extra/desktop/mopidy.desktop extra/mopidyctl/mopidyctl extra/mopidyctl/mopidyctl.8 extra/systemd/mopidy.service mopidy/__init__.py mopidy/__main__.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/backend.py mopidy/commands.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/exceptions.py mopidy/ext.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/data/favicon.ico mopidy/http/data/mopidy.css mopidy/http/ext.conf mopidy/http/handlers.py mopidy/httpclient.py mopidy/internal/__init__.py mopidy/internal/deprecation.py mopidy/internal/deps.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/listener.py mopidy/m3u/__init__.py mopidy/m3u/backend.py mopidy/m3u/ext.conf mopidy/m3u/playlists.py mopidy/m3u/translator.py mopidy/mixer.py mopidy/models/__init__.py mopidy/models/fields.py mopidy/models/immutable.py mopidy/models/serialize.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 mopidy/zeroconf.py pyproject.toml setup.cfg setup.py tests/__init__.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/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/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/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.wav tests/data/scanner/example.log tests/data/scanner/playlist.m3u tests/data/scanner/sample.mp3 tests/data/scanner/simple/song1.mp3 tests/data/scanner/simple/song1.ogg 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/dummy_audio.py tests/dummy_backend.py tests/dummy_mixer.py 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_http.py tests/internal/test_jsonrpc.py tests/internal/test_models.py tests/internal/test_network.py tests/internal/test_path.py tests/internal/test_playlists.py tests/internal/test_validation.py tests/internal/test_xdg.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/stream/__init__.py tests/stream/test_library.py tests/stream/test_playback.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 tox.ini <<<<<< network # path=coverage.xml /home/circleci/project/mopidy <<<<<< EOF