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
Posts: 32509
- 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