summaryrefslogtreecommitdiff
path: root/imdb-lookup/imdbinfo.py
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2014-12-20 04:59:41 +0100
committerYves Fischer <yvesf-git@xapek.org>2014-12-20 04:59:41 +0100
commit9089d2eb4bc34994abaf6ed173e95c97243789cd (patch)
tree97b092f159c73a10f88dc62bb3fb086ec85ac5ed /imdb-lookup/imdbinfo.py
parenta9e676eb8af8f9881c152dacbea450610e8002fa (diff)
downloadscripts-9089d2eb4bc34994abaf6ed173e95c97243789cd.tar.gz
scripts-9089d2eb4bc34994abaf6ed173e95c97243789cd.zip
search and sort
Diffstat (limited to 'imdb-lookup/imdbinfo.py')
-rwxr-xr-ximdb-lookup/imdbinfo.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/imdb-lookup/imdbinfo.py b/imdb-lookup/imdbinfo.py
index 9c60965..3c48826 100755
--- a/imdb-lookup/imdbinfo.py
+++ b/imdb-lookup/imdbinfo.py
@@ -324,6 +324,7 @@ def do_index(args, imdb_ids):
'tagline': 'tagline' in imdb and imdb['tagline'] or None,
'plot': 'plot' in imdb and imdb['plot']['outline'] or None,
'website': 'homepage' in imdb and imdb['homepage'] or omdb['Website'] != 'N/A' and omdb['Website'] or None,
+ 'release': 'release_date' in tmdb and tmdb['release_date'] or None,
'movieFiles': list(listMovieFiles(path)),
'imdbRating': imdb['rating'],
'imdbVotes': imdb['num_votes'],