This commit is contained in:
2019-09-30 09:22:07 -07:00
parent 5c4dc289b9
commit 6aceab7282
12 changed files with 828 additions and 55 deletions

View File

@@ -128,7 +128,7 @@ $strings[] = array("Rename","Transcode","Spectrogram");
// Launch Pashua and parse results
$path = __DIR__."/Pashua.app/Contents/MacOS/Pashua";
$path = __DIR__."/bin/Pashua.app/Contents/MacOS/Pashua";
$raw = shell_exec("echo ".escapeshellarg(makeWindowString($p, $strings))." | ".escapeshellarg($path)." - ");
$result = array();
foreach (explode("\n", $raw) as $line) {