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