README.md
1## The Movie Database Python scraper for Kodi
2
3This is early work on a Python movie scraper for Kodi.
4
5### Manual search by IMDB / TMDB ID
6When manually searching you can enter an IMDB or TMDB ID to pull up an exact movie result.
7To search by TMDB enter "tmdb/" then the ID, like "tmdb/11". To search by IMDB ID enter it directly.
8
9## Development info
10
11### How to run unit tests
12
13`python -m unittest discover -v` from the main **metadata.themoviedb.org.python** directory.
14Python 3 only.
15