Unregistered
Unregistered
Guest   Less than 1 minute ago
#1

I have a Coppermine Gallery with over 20 000 photos. Is it possible to import all pictures to zenphoto ?

Member
Member
Chilifrei64   26-06-2006, 13:50
#2

As far as the ammount of photos, in theory, it should be fine as long as your server has enough capacity for all the photo and the processing power to generate thumbnails.

more specifically, are you talking import as in importing comments and other metadata from coppermine to zenphoto? As far as I have seen, nobody has done that yet.

Developer
Developer
trisweb   26-06-2006, 15:31
#3

Theoretically possible though. Coppermine uses an image table and a comments table similar to zenphoto, so it's a matter of writing an import tool to migrate the data, probably including image titles and descriptions if you've typed them (for 20,000 images though? I hope not). It wouldn't be fun, but not terribly difficult either.

If you just want the photos, just copy them into the zenphoto /albums directory and you're gallery is complete. Yes, it is that easy.

Member
Member
maxslug   22-02-2009, 20:02
#4

I'ld like to bring this thread back from the dead. I'm thinking of making an import tool from coppermine to get the metadata (picture descriptions are the only thing I really care about). Is there an API doc for the meta data for zenphoto?

thanks,
-m

Member
Member
sbillard   22-02-2009, 20:07
#5

Sorry, no manual. There is the database definition. The fields should be pretty easy to decipher. But, you know what would be really nice? A tool that would move the copermine data into EXIF/IPTC fields in the image itself. Then Zenphoto would automatically make use of the information.

Member
Member
maxslug   24-02-2009, 23:05
#6

I created a basic script. all feedback, bugs, patches, etc welcome here : http://www.zenphoto.org/support/topic.php?id=5003

Member
Member
maxslug   24-02-2009, 23:07
#7

Hmm, didn't see your reply sbillard before making the script. Are there EXIF fields for title and description fields? The other meta data i grab is total hits and votes.

-m

Member
Member
sbillard   25-02-2009, 00:31
#8

There are EXIF fields for title and description among others. Not for hits & votes. Look at the array $_zp_exifvars in functions.php circa line 62 for the mappings.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.