.gitignore
CHANGES.rst
LICENSE.rst
MANIFEST.in
README.md
pex_private_requirements.txt
pyproject.toml
requirements.txt
requirements_dev.txt
requirements_docs.txt
setup.cfg
tox.ini
.github/dependabot.yml
.github/workflows/master-workflow.yaml
.github/workflows/pr-build-workflow-linux.yaml
.github/workflows/pr-build-workflow-mac.yaml
.github/workflows/pr-build-workflow-windows.yaml
.github/workflows/release-workflow.yaml
.vscode/launch.json
docs/Makefile
docs/about.rst
docs/changes.rst
docs/conf.py
docs/credits.rst
docs/downloads.rst
docs/index.rst
docs/install.rst
docs/license.rst
docs/usage.rst
documentation/xbmc_database_schema.pdf
scripts/test.py
src/missingTvShows.egg-info/PKG-INFO
src/missingTvShows.egg-info/SOURCES.txt
src/missingTvShows.egg-info/dependency_links.txt
src/missingTvShows.egg-info/entry_points.txt
src/missingTvShows.egg-info/requires.txt
src/missingTvShows.egg-info/top_level.txt
src/mtvs/__init__.py
src/mtvs/_types.py
src/mtvs/Kodi/__init__.py
src/mtvs/Kodi/missing_tvshows.py
src/mtvs/etc/logging.yaml
src/mtvs/etc/missingTVShows-completion.bash
src/mtvs/etc/tvshows.conf
src/mtvs/main/__init__.py
src/mtvs/main/__main__.py
src/mtvs/main/main.py
src/mtvs/main/mainImpl.py
src/mtvs/utils/__init__.py
src/mtvs/utils/utilities.py
tests/dbquery_test.py