Nice work! I wish I'd known about the IMDB API. I wrote a database application to keep track of my movie DVDs and one of the fields is runtime, so I can search for a video which I rated well, haven't seen in a few years, and has a runtime less than the time available before bedtime. Entering the runtimes manually involved a manual search with a magnifying glass to read the text on the DVD cover! Some time into the development I added a button in my app which invokes a browser window and a google search for "movie" plus the movie title for the current database item. Better, but not as direct as a link into IMDB. (I used Delphi with an Access database.)
Reverend Jim commented: Access? Aaaccckkk! Try sqlite3. +15