$conf['batch_download_max_elements']
Số lượng ảnh tối đa cho từng bộ ảnh tải về.
Mặc định là 1000.
$conf['batch_download_max_size']
Kích thước tối đa cho bộ ảnh nén.
Mặc định là500.
$conf['batch_download_additional_ext']
Dãy các định dạng file có thể tải về (có phân biệt HOA thường).
Mặc đinh là $conf['picture_ext'].
$conf['batch_download_file_pattern']
Mẫu tên file cho file nén.
Các trường sẵn có %id%, %filename%, %author%, %dimensions%.
Chức năng sẵn có $escape(xxx), $upper(xxx), $lower(xxx), $strpad(xxx, z, c).
Giá trị mặc định %id%_%filename%_%dimensions%.
Ví dụ: $strpad(%id%,4,0)_$escape(%filename%)_$lower(%author%)_%dimensions%.