Piwigo / Piwigo-BatchDownloader

Allows users to download pictures sets from your Piwigo gallery in a ZIP file. Compatible with User Collections.
http://piwigo.org/ext/extension_view.php?eid=616
GNU General Public License v2.0
9 stars 12 forks source link

Anyway to download more than 500? #20

Closed Elliot-Potts closed 6 years ago

Elliot-Potts commented 6 years ago

Hello,

I was just wondering if there's any way to download greater than 500 images at a time without having to edit a set.

I noticed there's a value in BatchDownloader/admin/config.php...

Anyway, Thanks.

mistic100 commented 6 years ago

In your local config file (using Local Files Editor)

$conf['batch_download_max_size'] = whatever;
mistic100 commented 6 years ago

I think it is described in the config page itself when clicking Advanced features -> Display

Elliot-Potts commented 6 years ago

Ahh.

Didn't use the local files editor.

My apologies for wasting your time. I love your plugin by the way, just what I was looking for.

Thanks again.