Reformatting
This commit is contained in:
@@ -14,10 +14,14 @@ $bin_sox = __DIR__."/bin/sox";
|
|||||||
$bin_pngcrush = __DIR__."/bin/pngcrush";
|
$bin_pngcrush = __DIR__."/bin/pngcrush";
|
||||||
$bin_parallel = __DIR__."/bin/parallel";
|
$bin_parallel = __DIR__."/bin/parallel";
|
||||||
|
|
||||||
// External tools
|
// System tools
|
||||||
$bin_php = "php";
|
$bin_php = "php";
|
||||||
$bin_convert = "convert";
|
$bin_qlmanage = "qlmanage";
|
||||||
$bin_vips = "vipsthumbnail";
|
$bin_sips = "qlmanage";
|
||||||
|
|
||||||
|
// External tools
|
||||||
|
$bin_convert = "/opt/local/bin/convert";
|
||||||
|
$bin_vips = "/opt/local/bin/vipsthumbnail";
|
||||||
|
|
||||||
// Treat these directories as files
|
// Treat these directories as files
|
||||||
$p['bundles'] = array( "app",
|
$p['bundles'] = array( "app",
|
||||||
@@ -69,6 +73,10 @@ $p['c_files'] = array( "DS_Store",
|
|||||||
"doc",
|
"doc",
|
||||||
"docx" );
|
"docx" );
|
||||||
|
|
||||||
|
// thumbnail bindings
|
||||||
|
$p['t_f']['pdf'][] = "jpg";
|
||||||
|
$p['t_f']['pdf'][] = array("qlmanage","sips","vips");
|
||||||
|
|
||||||
// Use ffmpeg to generate thumbnails for these files
|
// Use ffmpeg to generate thumbnails for these files
|
||||||
$p['t_files']['ffmpeg'] = array( "mkv",
|
$p['t_files']['ffmpeg'] = array( "mkv",
|
||||||
"avi",
|
"avi",
|
||||||
|
|||||||
Reference in New Issue
Block a user