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
Posts: 32509
how about using galleryaddNG?
see:
http://codex.gallery2.org/Downloads:Galleryadd.pl_NG
--------------
Documentation: Support / Troubleshooting | Installation, Upgrade, Configuration and Usage
Posts: 18
thats perfect, thanks a lot.
Posts: 18
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