API to retrieve information from my gallery?

edalzell

Joined: 2003-04-06
Posts: 14
Posted: Sun, 2006-03-19 15:34

I took a look at the Gallery API documentation, but I wasn't able to identify the calls I need.

I would like to create some PHP pages that walk through my gallery and pull the information about each image (location, comment, title, camera settings etc).

Is there an easy way to do that with the Gallery2 API?

Thanks

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Mon, 2006-03-20 07:04

- consider using GalleryEmbed + a customized theme

- or end up doing lot's of API calls
but you'd still have to begin with GalleryEmbed::init()

http://codex.gallery2.org/index.php/Gallery2:Embedding