Hi
I want to migrate my old home made galery to ZenPhoto.
But I have tons of galeries so I would like to be able to bulk import it.
My home made galery is made of a folder with all the photos altogether. And text-files, each containg the file-names, titles and descriptions of the images in the galerie.
Plus I have an other text-file with the list of galeries and description of each.
How could I import all of this ?
I am able to write php scripts, to write scripts to move all files into individuals folder for each galery and to sql update data if necessary.
Thank you for your help and advices.
Nathalie
Comments
Beyond that, it's all metadata. It really depends on what format the files are in (flat files?) and how good you are at coding. If the files are kept in a very specific format, it should be doable to write a Zenphoto utility to update the metadata programmatically for both images and albums. It would be much easier if the metadata were kept in XMP sidecars (a thought for the future, perhaps).
The best way to get started is to look through the User Guide and Functions Documentation here on the site. Specifically, I would also look at the Object Model for Zenphoto; it should help with figuring out how to instantiate and add metadata to images/albums.