need some direction on where to start

paries

Joined: 2004-07-18
Posts: 18
Posted: Tue, 2007-10-09 20:27

I have to create an external process to create an album and populate it with images in a multisite g2 installation.

So i have been through the module tutorial, but this is really not a plugin you would add.

this is an external program that would run and i would assume call the gallery API.

I am having a problem making that initial leap.

I have been looking at ItemAddAlbum.inc. Am i correct in thinking i can use some of this?

I am thinking the multisite thing is going to complicate as well.

thanks for any direction at all

Randy

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Tue, 2007-10-09 20:38
 
paries

Joined: 2004-07-18
Posts: 18
Posted: Tue, 2007-10-09 21:44

thats perfect, thanks a lot.

 
paries

Joined: 2004-07-18
Posts: 18
Posted: Tue, 2007-10-09 22:24

valiant,
Galleryadd.pl is ok but it really does not use the API, it seems to be just emulating a browser.
So is this the best way, other than trying to use the actual API?
This also seems to be dependent on galleryRemote.

thanks for your help