.copier-answers.yml
.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/release.yml
src/mopidy_local/__init__.py
src/mopidy_local/actor.py
src/mopidy_local/commands.py
src/mopidy_local/ext.conf
src/mopidy_local/library.py
src/mopidy_local/mtimes.py
src/mopidy_local/playback.py
src/mopidy_local/schema.py
src/mopidy_local/storage.py
src/mopidy_local/translator.py
src/mopidy_local/web.py
src/mopidy_local.egg-info/PKG-INFO
src/mopidy_local.egg-info/SOURCES.txt
src/mopidy_local.egg-info/dependency_links.txt
src/mopidy_local.egg-info/entry_points.txt
src/mopidy_local.egg-info/requires.txt
src/mopidy_local.egg-info/top_level.txt
src/mopidy_local/sql/schema.sql
src/mopidy_local/sql/upgrade-v1.sql
src/mopidy_local/sql/upgrade-v2.sql
src/mopidy_local/sql/upgrade-v3.sql
src/mopidy_local/sql/upgrade-v4.sql
src/mopidy_local/sql/upgrade-v5.sql
src/mopidy_local/sql/upgrade-v6.sql
src/mopidy_local/www/index.html
tests/__init__.py
tests/dummy_audio.py
tests/test_extension.py
tests/test_library.py
tests/test_mtimes.py
tests/test_playback.py
tests/test_schema.py
tests/test_storage.py
tests/test_tracklist.py
tests/test_translator.py