actually what i would do is query all the movies in the database and get
their year. its a one time thing and you can use the text/csv file to grab
whatever you want including IDs

On Sat, Mar 27, 2010 at 10:55 AM, ori cohen <orio...@gmail.com> wrote:

> shouldnt it be possible, if you use an sql query?
>
>
> On Sat, Mar 27, 2010 at 10:03 AM, Davide Alberani <
> davide.alber...@gmail.com> wrote:
>
>> 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
>>
>
>
------------------------------------------------------------------------------
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