Announcement

  •  » Extensions
  •  » Increase photo number of Batch Downloader

#1 2022-04-18 18:41:44

Dxni_
Member
2022-04-18
3

Increase photo number of Batch Downloader

Hello/Hi/Greetings,

I'm trying to download an album of 3500 images on my Piwigo server. I have tried Batch Downloader but with this extension i can download only 500 images. There is any method to increase the number of image or there is another extension to download a complete album?

Piwigo 12.2.0
Sistema operativo: Linux
PHP: 7.4.3 [2022-04-18 18:41:02]
MySQL: 8.0.28-0ubuntu0.20.04.3 [2022-04-18 18:41:02]
Libreria grafica: ImageMagick 6.9.10-23

Piwigo URL: http://danielindo.com/Piwigo

Offline

 

#2 2022-04-18 22:40:14

erAck
Only trying to help
2015-09-06
2029

Re: Increase photo number of Batch Downloader

I doubt it's 500 images but rather 1000 images or 500 megabytes. Apparently that's configurable per local config, see the plugin's language/en_UK/advanced.html
So for 4000 photos (elements) with a maximum archive size of 1000 megabytes use

Code:

$conf['batch_download_max_elements'] = 4000;
$conf['batch_download_max_size'] = 1000;

Depending on your images' sizes you may have to try higher values for batch_download_max_size.


Running Piwigo at https://erack.net/gallery/

Offline

 

#3 2022-04-18 23:59:13

Dxni_
Member
2022-04-18
3

Re: Increase photo number of Batch Downloader

erAck wrote:

I doubt it's 500 images but rather 1000 images or 500 megabytes. Apparently that's configurable per local config, see the plugin's language/en_UK/advanced.html
So for 4000 photos (elements) with a maximum archive size of 1000 megabytes use

Code:

$conf['batch_download_max_elements'] = 4000;
$conf['batch_download_max_size'] = 1000;

Depending on your images' sizes you may have to try higher values for batch_download_max_size.

thanks for your answare

Offline

 
  •  » Extensions
  •  » Increase photo number of Batch Downloader

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact