$conf['batch_download_max_elements']
Maximum value of the Maximum number of photos per download set slider.
Default is 1000.
$conf['batch_download_max_size']
Maximum value of the Maximum size of each archive slider.
Default is 500.
$conf['batch_download_additional_ext']
Array containing downloadable file extensions (case sensitive).
Default is $conf['picture_ext'].
$conf['batch_download_file_pattern']
Pattern for filenames in the archive.
Available fields are %id%, %filename%, %author%, %dimensions%.
Available functions are $escape(xxx), $upper(xxx), $lower(xxx), $strpad(xxx, z, c).
Default value is %id%_%filename%_%dimensions%.
Example: $strpad(%id%,4,0)_$escape(%filename%)_$lower(%author%)_%dimensions%.
$conf['batch_download_use_representative_for_ext']
For a non image file, like a TIFF or a PDF, and for a multiple size (anything but the original) will the user download the original anyway or the according size of the preview (representative picture). The webmaster can configure Piwigo to decide for each file type.
Default is array('tif', 'TIF', 'tiff', 'TIFF')
Example: array('pdf', 'PDF', 'tif', 'TIF')
$conf['batch_download_guest_allowed']
Allow guest, ie not logged in visitors, to batch download files.
Default is false.