From 46c07a5b44d38d0ee21a516b4ceb6ae4dd423652 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Fri, 15 Nov 2019 07:37:15 +0000 Subject: [PATCH] map update --- ...lugin_hk75_Drawmonster_MP4_AAC_No_Subs_No_metaTitle.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Community/Tdarr_Plugin_hk75_Drawmonster_MP4_AAC_No_Subs_No_metaTitle.js b/Community/Tdarr_Plugin_hk75_Drawmonster_MP4_AAC_No_Subs_No_metaTitle.js index 3e125f2..f5fe43c 100644 --- a/Community/Tdarr_Plugin_hk75_Drawmonster_MP4_AAC_No_Subs_No_metaTitle.js +++ b/Community/Tdarr_Plugin_hk75_Drawmonster_MP4_AAC_No_Subs_No_metaTitle.js @@ -161,7 +161,7 @@ function plugin(file) { if(file.meta.Title != "undefined" && hasSubs){ response.infoLog += "☒File has title and has subs \n" - response.preset = ',-sn -map_metadata -1 -map 0:v? -map 0:a? -map 0:s? -map 0:d? -map 0:t? -c copy' + response.preset = ',-sn -map_metadata -1 -map 0:v? -map 0:a? -c copy' response.reQueueAfter = true; response.processFile = true; return response @@ -173,7 +173,7 @@ function plugin(file) { if(file.meta.Title != undefined ){ response.infoLog += "☒File has title metadata \n" - response.preset = ',-map_metadata -1 -map 0:v? -map 0:a? -map 0:s? -map 0:d? -map 0:t? -c copy' + response.preset = ',-map_metadata -1 -map 0:v? -map 0:a? -c copy' response.reQueueAfter = true; response.processFile = true; return response @@ -186,7 +186,7 @@ function plugin(file) { if(hasSubs){ response.infoLog += "☒File has subs \n" - response.preset = ',-sn -map 0:v? -map 0:a? -map 0:s? -map 0:d? -map 0:t? -c copy' + response.preset = ',-sn -map 0:v? -map 0:a? -c copy' response.reQueueAfter = true; response.processFile = true; return response @@ -199,7 +199,7 @@ function plugin(file) { if( file.container != 'mp4'){ response.infoLog += "☒File is not in mp4 container! \n" - response.preset = ', -map 0:v? -map 0:a? -map 0:s? -map 0:d? -map 0:t? -c copy' + response.preset = ', -map 0:v? -map 0:a? -c copy' response.reQueueAfter = true; response.processFile = true; return response