Ignore:
Timestamp:
Jun 27, 2013, 11:57:02 AM (11 years ago)
Author:
mistic100
Message:

advanced parameter to change file pattern

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/BatchDownloader/language/en_UK/advanced.html

    r23383 r23589  
    11<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. <i>Default is <span>1000</span>.</i></dd>
     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>
    34
    45<dt><span>$conf['batch_download_max_size']</span></dt>
    5 <dd>Maximum value of the <b>Maximum size of each archive</b> slider. <i>Default is <span>500</span>.</i></dd>
     6<dd>Maximum value of the <b>Maximum size of each archive</b> slider.<br>
     7<i>Default is <span>500</span>.</i></dd>
    68
    79<dt><span>$conf['batch_download_additional_ext']</span></dt>
    8 <dd>Array containing downloadable file extensions (case sensitive). <i>Default is <span>$conf['picture_ext']</span>.</i></dd>
     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 TracChangeset for help on using the changeset viewer.