Hi
I'm trying to use piwigo as a local CMS/Image repository.
It's doing very well with a quite big collection:
448589 photos (first photo added on Tuesday 2 December 2014)
1953 albums included 1952 physical and 1 virtual (448118 associations)
16041 keywords (771209 associations)
Now I'm quite stuck, as we need to programatically add a sub-album every day, with 200/300 images.
What I've tryed so far is "almost" valid, I've scripted a mkdir (physical disk tree is somewhat like /path/basegallery/year/month/day/images) that creates the new daily sub-album correctly, copy the new images there, and add them via piwigo_remote.pl --action pwg.images.add ...
CONS:
I've to reset automatic album order manually.
Some files give a 500 response (file exists, filename conflict?).
The initial seed was done in batches (usually a month in one) by selecting from tools->Syncronise
Are there any chances to add the needed API calls (Sync/Sort)?
Piwigo version: 2.7.4
PHP version: 5.5.21
MySQL version: MariaDB 10.0.16
Piwigo URL: http://(internaldomain)
Offline