Anybody have a great link to teach me exactly what galleryadd.pl does? I'm trying to get an automated process put together that will upload camera photos as they are taken to gallery 2 and automatically put them in an album. It looks like galleryadd.pl might cover this, but the wiki page doesn't really explain much.
Posts: 32509
see:
http://codex.gallery2.org/Downloads:Galleryadd.pl_NG
you can achieve your goal by calling galleryadd from a cron script.
--------------
Documentation: Support / Troubleshooting | Installation, Upgrade, Configuration and Usage
Posts: 5
Thanks again Valiant. I guess I'm going to have to take the perl script apart to see what it does. I've read most of the wiki on gallery 2 and all the modules that look like they may be useful, however I am more often than not left with more questions. I'm sur ethe knowledge will come with time, so until then I'll wade through code and play around more. Once I understand things better, I'll do my best to make the wiki more useful.