0.8.0.0
This commit is contained in:
@@ -9,11 +9,13 @@ $bin_mediainfo = escapeshellarg(__DIR__."/bin/mediainfo");
|
||||
$bin_exiftool = escapeshellarg(__DIR__."/bin/exiftool");
|
||||
$bin_ffmpeg = escapeshellarg(__DIR__."/bin/ffmpeg");
|
||||
$bin_qlthumb = escapeshellarg(__DIR__."/bin/ql-thumbnail");
|
||||
$bin_qlicon = escapeshellarg(__DIR__."/bin/ql-icon");
|
||||
$bin_qltool = escapeshellarg(__DIR__."/bin/qltool");
|
||||
$bin_sox = escapeshellarg(__DIR__."/bin/sox");
|
||||
$bin_pngcrush = escapeshellarg(__DIR__."/bin/pngcrush");
|
||||
$bin_pngquant = escapeshellarg(__DIR__."/bin/pngquant");
|
||||
$bin_parallel = escapeshellarg(__DIR__."/bin/parallel");
|
||||
$bin_convert = escapeshellarg(__DIR__."/bin/convert");
|
||||
$bin_flacicon = escapeshellarg(__DIR__."/bin/flacicon");
|
||||
|
||||
// System tools
|
||||
$bin_php = "php";
|
||||
@@ -73,10 +75,6 @@ $p['c_files'] = array( "DS_Store",
|
||||
"doc",
|
||||
"docx" );
|
||||
|
||||
// thumbnail bindings
|
||||
$p['t_f']['pdf'][] = "jpg";
|
||||
$p['t_f']['pdf'][] = array("gs","qlmanage","sips","vips");
|
||||
|
||||
// Use ffmpeg to generate thumbnails for these files
|
||||
$p['t_files']['ffmpeg'] = array( "mkv",
|
||||
"avi",
|
||||
@@ -136,9 +134,6 @@ $p['i_skip'] = array( "jpg",
|
||||
"zip",
|
||||
"DS_Store" );
|
||||
|
||||
// Custom qlgenerator bindings
|
||||
$p['i_bindings']['indd'] = array("com.adobe.indesign-document","Art View.qlgenerator");
|
||||
|
||||
// Run mediainfo on these files
|
||||
$p['m_files'] = array( "mkv",
|
||||
"ogg",
|
||||
|
||||
Reference in New Issue
Block a user