0.4.1
This commit is contained in:
10
Rollup.php
10
Rollup.php
@@ -25,9 +25,10 @@ $p['vfiletypes'] = array("mov","mp4","m4v");
|
||||
$p['screenshot_dims'] = array(320,640,750,828,1125,1242);
|
||||
$p['delimiters'] = array(" ","_","-","+");
|
||||
|
||||
// Enable this option to verify newnames against those made with a prior version of rollup
|
||||
// Debug options
|
||||
|
||||
$p['debug_verify_names'] = 0;
|
||||
$p['debug_verify_names'] = 0; // Verify newnames against those made with a prior version of rollup
|
||||
$p['debug_lens'] = 0; // Output raw lens data to verify formatting
|
||||
|
||||
// No files dragged
|
||||
|
||||
@@ -119,6 +120,7 @@ foreach ($files as $file) {
|
||||
$z['%DUR'] = formatDuration($e);
|
||||
$z['%SW'] = formatSoftware($e,$p);
|
||||
$z['%MODEL'] = formatModel($e);
|
||||
$z['%LENS'] = formatLens($e);
|
||||
$z['%PLACE'] = formatPlace($e,$p);
|
||||
|
||||
if (in_array($ext,$p['pfiletypes'])) {
|
||||
@@ -160,7 +162,9 @@ foreach ($files as $file) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if ($p['debug_lens']) { echo "\n".@$e['LensModel']."\n".@$e['FocalLength']."\n"; }
|
||||
|
||||
echo updateProgress($i,count($files));
|
||||
$i++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user