I have downloaded sample dump of imdb (mySQL) from imdbpy as mentioned in the following URL: http://blog.secaserver.com/2013/08/importing-imdb-sample-data-set-mysql/
After installing all the data, i observed that imdb_id is NULL in title and names tables. I have few queries in this:
- How to fill the imdb_id in those tables?
- My main intention is to get the poster URLs for movies and headshots for the actors. Is there any simple way to import those URLs in mysql database?
- What is the use of md5sum in the title and names tables?