This is early work on a Python movie scraper for Kodi.
When manually searching you can enter an IMDB or TMDB ID to pull up an exact movie result. To search by TMDB enter "tmdb/" then the ID, like "tmdb/11". To search by IMDB ID enter it directly.
python -m unittest discover -v
from the main metadata.themoviedb.org.python directory.
Python 3 only.