Hi,

I have coded a small script to list movies in a directory using IMDb 
metadata (loosely inspired from ls).
With Python and IMDbPY, it was really quick to do, thanks for your work.

The tool list movie by rating, and can filter on genre/director/actor 
with a syntax like this:
lm --filter "@director:tim bur...@genre:drama,fantasy"
or short way:
lm -...@genre:animation

When you first start the script it take the metadata on IMDb, so it's 
pretty long: be sure to try on a directory with a few movies the first time.

If you see a warning ASCII (/!\) in front of the movie: that mean that 
the movie found is probably not the good one, you can manually specify 
on other IMDb id, or confirm it if it's the right one.

It was just for my personal needs, but I think it can be useful to other 
people. I plan to add -maybe- in the future subtitles download and 
eventually other movies sites metadata (wikipedia, rotten tomatoes, 
allociné).

Let me know if you have any idea or suggestion.

You can find it on my website: http://www.goffi.org (in french) or 
through the direct link: http://www.goffi.org/index.php?download/27

Thanks again for IMDbPY which saved me a lot of time, and enjoy :)

Goffi


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help

Reply via email to