Menu

Tree [54127f] default tip /
 History

Read Only access


File Date Author Commit
 ace 2012-08-23 Jef Jef [e8fcc4] Initial commit
 doc 2012-08-23 Jef Jef [e8fcc4] Initial commit
 icons 2012-08-23 Jef Jef [e8fcc4] Initial commit
 src 2012-09-05 Jef Jef [54127f] missing import added
 .hgtags 2012-08-23 Jef Jef [910b73] Added tag 0.1 for changeset e8fcc4d7096c
 COPYING.txt 2012-08-23 Jef Jef [e8fcc4] Initial commit
 README.txt 2012-08-23 Jef Jef [e8fcc4] Initial commit

Read Me

                             _____ _____  _____   _____ 
                            |_   _|  __ \|  __ \ / ____|
                 _ __  _   _  | | | |__) | |  | | |  __ 
                | '_ \| | | | | | |  _  /| |  | | | |_ |
                | |_) | |_| |_| |_| | \ \| |__| | |__| |
                | .__/ \__, |_____|_|  \_\_____/ \_____|
                | |     __/ |  Internet Movie Database  
                |_|    |___/ Relational Dataset Generator



Install:
--------

PyQt4
SQLAlchemy
IMDbPY

Run imdbpy2sql.py to populate the database.
Grab the plain text data files from http://www.imdb.com/interfaces

Start the program:
python main.py

Caveats:
--------

-Votes: requirement constraint and range constraint will speed up the process
 Only titles with the correct amount of votes are tried.
-all companies selected in upper box + no further links to other entities
 will speed up the companies generation
 (no IMDbPY is used because it grabs links and this can take a while)
-Miniseries do not exist in the database

For developers:
---------------

QtDesigner enables you to edit the .ui files.