Another topic I'm interessted in and I couldn't find any documentation. I'd like to automatically create an album from another skript, which runs on another server. I'm thinking of making a little form with album name, username, password and sending this via a post request to coppermine. Coppermine must do the athN and autZ and create the album, all in one step. Is this possible (a little PHP hacking is OK)? Or has coppermine support for XMLRPC, SOAP or something similar?
Quote from: ve.ru on June 08, 2006, 03:43:24 PM
Or has coppermine support for XMLRPC, SOAP or something similar?
no, currently not. It can't be controlled remotely.
You could probably add album creation to the API (http://forum.coppermine-gallery.net/index.php?topic=17097.0).