From 2ff96a98ea559ddc10685ee4c02594c4787908f5 Mon Sep 17 00:00:00 2001 From: Will Segatto Date: Mon, 15 Nov 2021 23:33:41 -0300 Subject: [PATCH] Update Tdarr_Plugin_x7ac_Remove_Closed_Captions.js --- Community/Tdarr_Plugin_x7ac_Remove_Closed_Captions.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Community/Tdarr_Plugin_x7ac_Remove_Closed_Captions.js b/Community/Tdarr_Plugin_x7ac_Remove_Closed_Captions.js index be6fc29..c347271 100644 --- a/Community/Tdarr_Plugin_x7ac_Remove_Closed_Captions.js +++ b/Community/Tdarr_Plugin_x7ac_Remove_Closed_Captions.js @@ -1,15 +1,15 @@ function details() { return { - id: 'Tdarr_Plugin_WS_Remove_Closed_Captions', + id: 'Tdarr_Plugin_x7ac_Remove_Closed_Captions', Stage: 'Pre-processing', Name: 'Remove burned closed captions', Type: 'Video', Operation: 'Remux', Description: - '[Contains built-in filter] If detected, closed captions (XDS,608,708) will be removed. Derived from x7ac Closed Captions plugin.', - Version: "1.00", + '[Contains built-in filter] If detected, closed captions (XDS,608,708) will be removed from streams.', + Version: '1.01', Link: - 'https://github.com/HaveAGitGat/Tdarr_Plugins/blob/master/Community/', + 'https://github.com/HaveAGitGat/Tdarr_Plugins/blob/master/Community/Tdarr_Plugin_x7ac_Remove_Closed_Captions.js', Tags: 'pre-processing,ffmpeg,subtitle only', }; }