I have a project to photograph and document the churches and chapels found in the bit of France where I live (Gironde). I anticipate that I'll finish with somewhere between 30 and 40 thousand photos. The plan is to use MediaWiki for a wiki devoted to the churches and then use an extension to get to the Zenphoto album for a particular church. I use Photoshop Elements Organizer to manage the photos, group them by church, apply tags and captions, put them in display order, and handle the interaction with the photo editor of Photoshop Elements.
Given the volume of photos, I don't want to manually reenter the data that's in PSE Organizer into Zenphoto. Via PHP I can extract the data I'm interested in from the SQLite database that PSE Organizer uses. Is the database schema for Zenphoto available? If so, I can generate the MySQL statements needed to update Zenphoto's MySQL database on tags, titles, sort order, etc. once I've moved the photos to the Web site.
Thanks for any help,
Harvey
Comments
Anyway I would strongly suggest to make some test drive before starting a project of that size. Especially you have to make sure that your server is able to process your photos. I assume their resolution will be quite large, so please read:
http://www.zenphoto.org/2009/03/troubleshooting-zenphoto/#11
The nightly build contains a PDF with the database table setup.
While there are a lot of photos, their size is relatively modest (100k - 300k). These are not high-quality poster-ready photos, but rather light-weight Web-ready photos; the idea is create interest and help people discover the richness of the local heritage.
Harvey
Elements is most like the rest of Adobe products, there to say have this problem.
In my previous post I described the typical file size of my photos. Am I right in assuming that thousands of such smallish photos should not pose a problem for Zenphoto?
Harvey
I spent some time studying this today. It's very helpful. Thanks again for the suggestion.
I wonder if I haven't found an error. The table obj_to_tag shows its id column, which is auto-incremented, as a foreign key to the albums and comments tables. I suspect that should be the column objectid which is the foreign key rather than id.
Harvey
After examining what Photoshop Elements 6 does and doesn't do with the various bits of info one assigns to photos, I believe I can more safely update the Zenphoto database from the SQLite database underlying PSE6 rather than depend on the EXIF and IPTC data it puts in photos.
Harvey