|
|
|
@ -67,10 +67,10 @@ function plugin(file) {
|
|
|
|
response.handBrakeMode = false;
|
|
|
|
response.handBrakeMode = false;
|
|
|
|
response.FFmpegMode = true;
|
|
|
|
response.FFmpegMode = true;
|
|
|
|
response.reQueueAfter = true;
|
|
|
|
response.reQueueAfter = true;
|
|
|
|
response.infoLog += "☒ File has surround audio which is not in ac3! \n";
|
|
|
|
response.infoLog += "☒ File has surround audio which is NOT in ac3! \n";
|
|
|
|
return response;
|
|
|
|
return response;
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
response.infoLog += "☑ All surround audio streams are in aac! \n";
|
|
|
|
response.infoLog += "☑ All surround audio streams are in ac3! \n";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
response.infoLog += "☑File meets conditions! \n";
|
|
|
|
response.infoLog += "☑File meets conditions! \n";
|
|
|
|
|