summaryrefslogtreecommitdiffstats
path: root/addons/metadata.themoviedb.org.python/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'addons/metadata.themoviedb.org.python/README.md')
-rw-r--r--addons/metadata.themoviedb.org.python/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/addons/metadata.themoviedb.org.python/README.md b/addons/metadata.themoviedb.org.python/README.md
new file mode 100644
index 0000000..be0fc74
--- /dev/null
+++ b/addons/metadata.themoviedb.org.python/README.md
@@ -0,0 +1,14 @@
+## 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
+
+`python -m unittest discover -v` from the main **metadata.themoviedb.org.python** directory.
+Python 3 only.