| Server IP : 107.13.46.68 / Your IP : 216.73.216.232 Web Server : Apache/2.4.58 (Ubuntu) System : Linux mariOS 6.8.0-51-generic #52-Ubuntu SMP PREEMPT_DYNAMIC Thu Dec 5 13:09:44 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /ByteMe/tv.kodi.Kodi/data/addons/metadata.themoviedb.org.python/ |
Upload File : |
## The Movie Database Python scraper for Kodi This is early work on a Python movie scraper for Kodi. ### Manual search by IMDB / TMDB ID 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. ## Development info ### How to run unit tests `python3 -m unittest discover -v` from the main **metadata.themoviedb.org.python** directory. Set env variable `TEST_E2E` to enable the single IMDB end-to-end test, `TEST_E2E=true python3 -m unittest discover -v`. Not for a pipeline, but may be helpful to run now and then.