Added some sips thumb types

This commit is contained in:
2019-06-14 02:14:09 -07:00
parent 570d76d78c
commit 2667de8b16

View File

@@ -95,7 +95,13 @@ $p['t_files']['sips'] = array( "jpg",
"gif", "gif",
"psd", "psd",
"png", "png",
"heic" ); "heic",
"pdf",
"ai",
"ps",
"bmp",
"pict",
"jp2" );
// Use sox to generate thumbnails for these files // Use sox to generate thumbnails for these files
$p['t_files']['sox'] = array( "flac", $p['t_files']['sox'] = array( "flac",
@@ -104,7 +110,8 @@ $p['t_files']['sox'] = array( "flac",
"aiff" ); "aiff" );
// Don't make thumbnails for these files // Don't make thumbnails for these files
$p['t_skip'] = array("emlx"); $p['t_skip'] = array( "emlx",
"DS_Store" );
// Don't make icons for these files // Don't make icons for these files
$p['i_skip'] = array( "jpg", $p['i_skip'] = array( "jpg",
@@ -118,7 +125,8 @@ $p['i_skip'] = array( "jpg",
"wav", "wav",
"aiff", "aiff",
"aif", "aif",
"zip"); "zip",
"DS_Store" );
// Custom qlgenerator bindings // Custom qlgenerator bindings
$p['i_bindings']['indd'] = array("com.adobe.indesign-document","Art View.qlgenerator"); $p['i_bindings']['indd'] = array("com.adobe.indesign-document","Art View.qlgenerator");
@@ -218,7 +226,8 @@ $p['e_files'] = array( "ai",
"xls", "xls",
"xlsx", "xlsx",
"xmp", "xmp",
"zip" ); "zip",
"ps" );
// Ucase // Ucase
foreach ($p['bundles'] as $bundle) { $p['nodescend'][] = "*.".$bundle; } foreach ($p['bundles'] as $bundle) { $p['nodescend'][] = "*.".$bundle; }