quickmovie
quickmovie is a movie browser. It is designed around an input list consisting of filesnames which match the approximate name of the movie. By using IMDB, quickmovie can grab cover art, titles, summaries, etc for movies.
Requirements
Quickmovie requires:
- IMDbPy
- CherryPy
- SQLAlchemy
- And a working Python 2.5+ installation.
Source
quickmovie can be grabbed from git:
git clone git://git.stackfoundry.com/quickmovie.gitOr to browse via gitweb. Quickmovie is licensed under the GPLv3.
Releases
There are no packaged releases at this time. But the software does work, so feel free to grab a tarball from gitweb or clone the repository.
How To
1. Fetch movie information: Run imdbfetch.py in the quickmovie root. It takes an argument for where to scan for movies.
python imdbfetch.py /path/to/movie/files
2. Run the self-contained webserver: python launch.py 8002 (replace 8002 with the port you want to use).
3. Open web browser: And visit http://localhost:8002/

