source: extensions/BatchDownloader/language/zh_CN/advanced.html @ 23589

Last change on this file since 23589 was 23589, checked in by mistic100, 11 years ago

advanced parameter to change file pattern

  • Property svn:executable set to *
File size: 810 bytes
Line 
1<dt><span>$conf['batch_download_max_elements']</span></dt>
2<dd>Maximum value of the <b>Maximum number of photos per download set</b> slider.<br>
3<i>Default is <span>1000</span>.</i></dd>
4
5<dt><span>$conf['batch_download_max_size']</span></dt>
6<dd>Maximum value of the <b>Maximum size of each archive</b> slider.<br>
7<i>Default is <span>500</span>.</i></dd>
8
9<dt><span>$conf['batch_download_additional_ext']</span></dt>
10<dd>Array containing downloadable file extensions (case sensitive).<br>
11<i>Default is <span>$conf['picture_ext']</span>.</i></dd>
12
13<dt><span>$conf['batch_download_file_pattern']</span></dt>
14<dd>Pattern for filenames in the archive. Available fields are <code>'%id%', '%filename%', '%author%', '%dimensions%'</code>.<br>
15<i>Default value id <span>%id%_%filename%_%dimensions%</span>.</i></dd>
Note: See TracBrowser for help on using the repository browser.