Assuming I can query IMDB etc successfully and retrieve metadata for an avi.Is there an existing file format for that metadata to store beside the avi?I can create my own XML/JSON based mymovie2010.av
There is a search box in header navigation bar (http://www.imdb.com/) and when I type 2 (or 3) letters fast,
I’m looking for a solution to import all the IMDB data into my own MySQL database. I’ve downloaded all the IMDB data files from their homepage which are all in the file format *.list (in Windows).
IMDB provides plain text files user\'s can download and use which can 开发者_运维技巧be found here: IMDB Plain Text Files which is great but I don\'t see the ID used for each movie in any of the files
I\'m using IMDbPY to retrieve all kinds of data about movies. For example, if I have a movie object of \"Pulp Fiction (1994)\" then I can get the name of its (first) director like this:
I would like to start using I开发者_运维百科MDbPY but I can\'t find a Windows installer on their site. What is the most simple way to install it? Is there a way to install it using my Python interpret
I\'m using IMDbPY to retrieve data from IMDb. I\'m getting the right results and everything looks OK except one thing: No matter what I do, I get warnings. The results are fine, but they appear only a
I wrote a small utility which helps compare films using an (un-official) API available at imdbapi.com
I\'m writing a small demo application in Java using Spring, that needs to have access to a database. It should run on different machines and it would be far too much effort to setup a real database. T
I am deeply in need of an api or a piece of code that can extract the \"user r开发者_StackOverflow社区eviews\" of a certain movie from imdb page.