• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..24-Oct-2021-

python/H24-Oct-2021-1,035781

resources/H03-May-2022-2,5052,076

README.mdH A D24-Oct-2021488 159

addon.xmlH A D24-Oct-202126.1 KiB134132

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