From 809d0a1b55be4beef8546ac676dd666ea0abeaf0 Mon Sep 17 00:00:00 2001 From: rbraunschweig Date: Sun, 12 Apr 2020 23:14:25 +0200 Subject: [PATCH] Map all streams to output --- Community/Tdarr_Plugin_MC93_Migz2CleanTitle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Community/Tdarr_Plugin_MC93_Migz2CleanTitle.js b/Community/Tdarr_Plugin_MC93_Migz2CleanTitle.js index 12a7aa6..975f943 100644 --- a/Community/Tdarr_Plugin_MC93_Migz2CleanTitle.js +++ b/Community/Tdarr_Plugin_MC93_Migz2CleanTitle.js @@ -93,7 +93,7 @@ function plugin(file, librarySettings, inputs) { if (convert == true) { response.infoLog += "☒File has title metadata. Removing \n" - response.preset = `,${ffmpegCommandInsert} -c copy -max_muxing_queue_size 4096` + response.preset = `,${ffmpegCommandInsert} -c copy -map 0 -max_muxing_queue_size 4096` response.reQueueAfter = true; response.processFile = true; } else {