On Sat, Mar 9, 2013 at 11:11 PM, Doug Smith <vidgr...@gmail.com> wrote:
>
> Do you think it would be possible to use the the module to query for all
> movies made for a particular year? Any information would be appreciated.

Well... it was not thought for this, but can be done.
You can use the imdbpy2sql.py script to put the plain text data files
into a database, and then with a normal query on the 'title' table you
can get the IDs of all the movies produced in a given year.
After that, you can use IMDbPY in the usual way to access the
rest of the information (or just do your own queries on the db).

HTH



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

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help

Reply via email to