Introduction
Movie Catalog is a free web-based cataloging utility designed to help you manage your collection of movies. Simply enter the name of your movie, and the information about it is fetched automatically and stored in a database. For people already using existing movie cataloging software, Movie Catalog provides an easy way to import your existing collection. To see the software in action, check out the demo.
The source is freely available under the terms of the Apache License.
Downloads
The latest stable release is provided in both zip and gzipped archives. Nightly/Latest builds are only available in gzipped format.
Installation
To install Movie Catalog:
- Extract the downloaded archive to a location on the web server
- Copy includes/dist-config.php to includes/config.php
- Edit includes/config.php to reflect the proper server settings
- Change the permissions of the data/ directory and subdirectories so the server can write to them
Frequently Asked Questions
I found a bug, can you fix it?
Please send all bug reports to project@moviecatalog.net with a brief description on how to reproduce it.
How can I check out the latest build from the Subversion repository?
You must use the web interface to browse the repository. You will not be able to browse it with an svn client such as TortoiseSVN.