$conf['batch_download_max_elements']
Maximale waarde van de Maximaal aantal afbeeldingen per download set schuif.
Standaard is 1000.
$conf['batch_download_max_size']
Maximale waarde van de Maximale grootte van elk archief schuif.
Standaard is 500.
$conf['batch_download_additional_ext']
Reeks met downloadbare bestands-extensies (hoofdlettergevoelig).
Standaard 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%.