tidy
This commit is contained in:
parent
9c8ac98728
commit
26edb3e771
@ -38,9 +38,6 @@ function plugin(file) {
|
||||
} else {
|
||||
var jsonString = JSON.stringify(file);
|
||||
|
||||
///
|
||||
|
||||
///
|
||||
if (file.meta.Title != undefined) {
|
||||
response.infoLog += "☒File has title metadata \n";
|
||||
response.preset = ",-map_metadata -1 -map 0 -c copy";
|
||||
@ -57,5 +54,4 @@ function plugin(file) {
|
||||
}
|
||||
|
||||
module.exports.details = details;
|
||||
|
||||
module.exports.plugin = plugin;
|
||||
|
||||
@ -101,8 +101,6 @@ module.exports.plugin = function plugin(file, librarySettings, inputs) {
|
||||
|
||||
ffmpegCommand += ` -map 0:s? -map 0:d? `;
|
||||
|
||||
console.log;
|
||||
|
||||
if (hasStreamsToTranscode == false) {
|
||||
response.processFile = false;
|
||||
response.infoLog +=
|
||||
|
||||
@ -103,5 +103,4 @@ function plugin(file) {
|
||||
}
|
||||
|
||||
module.exports.details = details;
|
||||
|
||||
module.exports.plugin = plugin;
|
||||
|
||||
@ -78,5 +78,4 @@ function plugin(file) {
|
||||
}
|
||||
|
||||
module.exports.details = details;
|
||||
|
||||
module.exports.plugin = plugin;
|
||||
|
||||
@ -128,5 +128,4 @@ function plugin(file) {
|
||||
}
|
||||
|
||||
module.exports.details = details;
|
||||
|
||||
module.exports.plugin = plugin;
|
||||
|
||||
@ -128,5 +128,4 @@ function plugin(file) {
|
||||
}
|
||||
|
||||
module.exports.details = details;
|
||||
|
||||
module.exports.plugin = plugin;
|
||||
|
||||
@ -128,5 +128,4 @@ function plugin(file) {
|
||||
}
|
||||
|
||||
module.exports.details = details;
|
||||
|
||||
module.exports.plugin = plugin;
|
||||
|
||||
@ -185,7 +185,6 @@ function plugin(file) {
|
||||
}
|
||||
|
||||
module.exports.details = details;
|
||||
|
||||
module.exports.plugin = plugin;
|
||||
|
||||
//Test data
|
||||
|
||||
@ -169,5 +169,4 @@ function plugin(file) {
|
||||
}
|
||||
|
||||
module.exports.details = details;
|
||||
|
||||
module.exports.plugin = plugin;
|
||||
|
||||
@ -75,5 +75,4 @@ function plugin(file) {
|
||||
}
|
||||
|
||||
module.exports.details = details;
|
||||
|
||||
module.exports.plugin = plugin;
|
||||
|
||||
@ -55,5 +55,4 @@ function plugin(file) {
|
||||
}
|
||||
|
||||
module.exports.details = details;
|
||||
|
||||
module.exports.plugin = plugin;
|
||||
|
||||
@ -63,5 +63,4 @@ function plugin(file) {
|
||||
}
|
||||
|
||||
module.exports.details = details;
|
||||
|
||||
module.exports.plugin = plugin;
|
||||
|
||||
@ -170,5 +170,4 @@ function plugin(file) {
|
||||
}
|
||||
|
||||
module.exports.details = details;
|
||||
|
||||
module.exports.plugin = plugin;
|
||||
|
||||
@ -150,5 +150,4 @@ function plugin(file) {
|
||||
}
|
||||
|
||||
module.exports.details = details;
|
||||
|
||||
module.exports.plugin = plugin;
|
||||
|
||||
@ -147,5 +147,4 @@ function plugin(file) {
|
||||
}
|
||||
|
||||
module.exports.details = details;
|
||||
|
||||
module.exports.plugin = plugin;
|
||||
|
||||
@ -148,5 +148,4 @@ function plugin(file) {
|
||||
}
|
||||
|
||||
module.exports.details = details;
|
||||
|
||||
module.exports.plugin = plugin;
|
||||
|
||||
@ -148,5 +148,4 @@ function plugin(file) {
|
||||
}
|
||||
|
||||
module.exports.details = details;
|
||||
|
||||
module.exports.plugin = plugin;
|
||||
|
||||
@ -103,5 +103,4 @@ function plugin(file) {
|
||||
}
|
||||
|
||||
module.exports.details = details;
|
||||
|
||||
module.exports.plugin = plugin;
|
||||
|
||||
@ -64,5 +64,4 @@ function plugin(file) {
|
||||
}
|
||||
|
||||
module.exports.details = details;
|
||||
|
||||
module.exports.plugin = plugin;
|
||||
|
||||
@ -58,5 +58,4 @@ function plugin(file) {
|
||||
}
|
||||
|
||||
module.exports.details = details;
|
||||
|
||||
module.exports.plugin = plugin;
|
||||
|
||||
@ -140,5 +140,4 @@ function plugin(file) {
|
||||
}
|
||||
|
||||
module.exports.details = details;
|
||||
|
||||
module.exports.plugin = plugin;
|
||||
|
||||
@ -141,5 +141,4 @@ function plugin(file) {
|
||||
}
|
||||
|
||||
module.exports.details = details;
|
||||
|
||||
module.exports.plugin = plugin;
|
||||
|
||||
@ -141,5 +141,4 @@ function plugin(file) {
|
||||
}
|
||||
|
||||
module.exports.details = details;
|
||||
|
||||
module.exports.plugin = plugin;
|
||||
|
||||
@ -142,5 +142,4 @@ function plugin(file) {
|
||||
}
|
||||
|
||||
module.exports.details = details;
|
||||
|
||||
module.exports.plugin = plugin;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user