On Mar 27, Chris Spencer <chriss...@gmail.com> wrote:

> How would you use IMDBPy to retrieve a list of movies within a given year?

It's not possible, at this time (and I'm not sure it's a feature I
want to add).

Anyway, if you're using the plain text data files (see README.sqldb,
otherwise), you can scan your database for the 'production_year' column
in the 'title' table, after that you can get the 'id's and use IMDbPY
to retrieve all the information about these movies.


HTH,
-- 
Davide Alberani <davide.alber...@gmail.com> [GPG KeyID: 0x465BFD47]
http://www.mimante.net/

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help

Reply via email to