Skip to main content

Posts

Showing posts from January, 2014

Get IMDB Rating For Your Movies in a Folder

I have made an app that reads the names of movies from files given to it and retrieves IMDB Ratings for each. It uses awesome http://www.omdbapi.com/ API to fetch data. [caption id="attachment_201" align="aligncenter" width="733"] Folder Movie Data[/caption] It was inspired originally from http://legaloslotr.github.com/mdb/ . MDB has to be installed to work but mine version need not be installed but files have to be dragged and dropped everytime. I will try to improve it more in future using newer HTML5 features like localstorage but it will take time. Give it a go at http://pumpndump.in/fmd Also give your valuable feedback and comments. Source code will also be published soon at Git Hub