coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: ve.ru on June 08, 2006, 03:43:24 PM

Title: create album from another script
Post by: ve.ru on June 08, 2006, 03:43:24 PM
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?
Title: Re: create album from another script
Post by: Joachim Müller on June 08, 2006, 07:34:21 PM
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.
Title: Re: create album from another script
Post by: Nibbler on June 08, 2006, 09:17:55 PM
You could probably add album creation to the API (http://forum.coppermine-gallery.net/index.php?topic=17097.0).