README.md
pyproject.toml
src/ovid/__init__.py
src/ovid/bd_disc.py
src/ovid/bd_fingerprint.py
src/ovid/cli.py
src/ovid/client.py
src/ovid/disc.py
src/ovid/fingerprint.py
src/ovid/ifo_parser.py
src/ovid/mpls_parser.py
src/ovid/tmdb.py
src/ovid/readers/__init__.py
src/ovid/readers/base.py
src/ovid/readers/bd_folder.py
src/ovid/readers/drive.py
src/ovid/readers/folder.py
src/ovid/readers/iso.py
src/ovid_client.egg-info/PKG-INFO
src/ovid_client.egg-info/SOURCES.txt
src/ovid_client.egg-info/dependency_links.txt
src/ovid_client.egg-info/entry_points.txt
src/ovid_client.egg-info/requires.txt
src/ovid_client.egg-info/top_level.txt
tests/test_bd_disc.py
tests/test_bd_fingerprint.py
tests/test_cli_lookup.py
tests/test_cli_submit.py
tests/test_client.py
tests/test_disc.py
tests/test_fingerprint.py
tests/test_fixtures.py
tests/test_ifo_parser.py
tests/test_mpls_parser.py
tests/test_readers.py
tests/test_real_disc.py
tests/test_tmdb.py