On Mar 27, Chris Spencer <[email protected]> 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 <[email protected]> [GPG KeyID: 0x465BFD47] http://www.mimante.net/ ------------------------------------------------------------------------------ Download Intel® 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 [email protected] https://lists.sourceforge.net/lists/listinfo/imdbpy-help
