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