.coverage
.gitattributes
.gitignore
.gitmodules
.python-version
CHANGELOG.md
CLAUDE.md
LICENSE
README.md
build_executables.py
flet_app.spec
flet_build.yaml
main.py
mkdocs.yml
pyproject.toml
setup.cfg
setup.py
test_functionality.py
uv.lock
.claude/settings.local.json
.github/funding.yml
.github/workflows/claude-code-review.yml
.github/workflows/claude.yml
.github/workflows/documentation.yml
.github/workflows/flet-builds.yml
.github/workflows/python-publish.yml
.github/workflows/tests.yml
.vscode/settings.json
docs/changelog.md
docs/cli.md
docs/configuration.md
docs/installation.md
docs/quickstart.md
docs/tips.md
docs/api/index.md
mkv_episode_matcher/.gitattributes
mkv_episode_matcher/__init__.py
mkv_episode_matcher/__main__.py
mkv_episode_matcher/asr_models.py
mkv_episode_matcher/cli.py
mkv_episode_matcher/episode_identification.py
mkv_episode_matcher/subtitle_utils.py
mkv_episode_matcher/tmdb_client.py
mkv_episode_matcher/utils.py
mkv_episode_matcher.egg-info/PKG-INFO
mkv_episode_matcher.egg-info/SOURCES.txt
mkv_episode_matcher.egg-info/dependency_links.txt
mkv_episode_matcher.egg-info/entry_points.txt
mkv_episode_matcher.egg-info/requires.txt
mkv_episode_matcher.egg-info/top_level.txt
mkv_episode_matcher/core/config_manager.py
mkv_episode_matcher/core/engine.py
mkv_episode_matcher/core/matcher.py
mkv_episode_matcher/core/models.py
mkv_episode_matcher/core/utils.py
mkv_episode_matcher/core/providers/asr.py
mkv_episode_matcher/core/providers/subtitles.py
mkv_episode_matcher/ui/flet_app.py
tests/__init__.py
tests/debug_picker.py
tests/test_config_special_characters.py
tests/test_engine_v2.py
tests/test_episode_identification.py
tests/test_error_handling.py
tests/test_main.py
tests/test_path_handling.py
tests/test_path_spaces_quotes.py
tests/test_trailing_slash.py
tests/test_ui_sanity.py