I was making a script in python to extract the rating of a movie given its imdb id when I have accidentally bumped into IMDbPY which is a lot more robust than the few buggy lines I had written. So thanks for your work, it helps me a lot.
During my tests I've found something strange with get_movie.py, it works fine through the web but when I set it to local or sql, it doesn't return the good movie.
For example, when trying to get the info for The Matrix with the accessSystem set to local :
get_movie.py 0133093
Movie
=====
Title: "Helle for Høgsbro" Hævn (2000)
Cast: Helle Høgsbro Krag (Herself - Host), Maya Albana (Herself - Singer), Olive r Bjerrehuus (Himself - Model), Emil de Waal (Himself - Conductor).
Maybe I have made a mistake somewhere when configuring the database or the local files. Anyway when I run the command : 'grep 0133093 *.list' (searching The Matrix id in the files from imdb) it returns nothing. So it seems that there's no reference to the imdb id in the plain text data files they provide. It would be logical then that, when set to local or sql, get_movie.py returns wrong results.
Alain
Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Imdbpy-devel mailing list Imdbpy-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/imdbpy-devel