.copier-answers.yml
.gitignore
.mailmap
LICENSE
README.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/release.yml
src/mopidy_mpris/__init__.py
src/mopidy_mpris/ext.conf
src/mopidy_mpris/frontend.py
src/mopidy_mpris/interface.py
src/mopidy_mpris/player.py
src/mopidy_mpris/playlists.py
src/mopidy_mpris/root.py
src/mopidy_mpris/server.py
src/mopidy_mpris.egg-info/PKG-INFO
src/mopidy_mpris.egg-info/SOURCES.txt
src/mopidy_mpris.egg-info/dependency_links.txt
src/mopidy_mpris.egg-info/entry_points.txt
src/mopidy_mpris.egg-info/requires.txt
src/mopidy_mpris.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/dummy_audio.py
tests/dummy_backend.py
tests/dummy_mixer.py
tests/test_events.py
tests/test_extension.py
tests/test_player.py
tests/test_playlists.py
tests/test_root.py