From a4bbfb2ddfb3cc41172e1e9d01c6276530a04db6 Mon Sep 17 00:00:00 2001 From: drpeppershaker <67330126+drpeppershaker@users.noreply.github.com> Date: Wed, 23 Dec 2020 11:20:17 -0500 Subject: [PATCH] Update Tdarr_Plugin_rr01_drpeppershaker_extract_subs_to_SRT.js --- ...arr_Plugin_rr01_drpeppershaker_extract_subs_to_SRT.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Community/Tdarr_Plugin_rr01_drpeppershaker_extract_subs_to_SRT.js b/Community/Tdarr_Plugin_rr01_drpeppershaker_extract_subs_to_SRT.js index 8ce18f6..5b229ef 100644 --- a/Community/Tdarr_Plugin_rr01_drpeppershaker_extract_subs_to_SRT.js +++ b/Community/Tdarr_Plugin_rr01_drpeppershaker_extract_subs_to_SRT.js @@ -8,10 +8,11 @@ module.exports.details = function details() { Type: 'Video', Operation: 'Transcode', Description: 'This plugin extracts embedded subs in one pass inside Tdarr and will optionally remove them. \n\n ' - + 'All processes happen within Tdarr without the use of any exec() functions, which lets the progress bar ' - + 'report the status correctly. AND all subtitles are extracted in one pass, which is much faster than ' - + 'other options.\n\nCreated by drpeppershaker with help from reddit user /u/jakejones48, lots of ' - + 'improvements made after looking at "Tdarr_Plugin_078d" by HaveAGitGat.', + + 'All processes happen within Tdarr without the use of any exec() functions, which lets the progress bar ' + + 'report the status correctly. AND all subtitles are extracted in one pass, which is much faster than ' + + 'other options.', + // Created by drpeppershaker with help from reddit user /u/jakejones48, lots of + // improvements made after looking at "Tdarr_Plugin_078d" by HaveAGitGat. Version: '1.00', Link: '', Tags: 'pre-processing,subtitle only,ffmpeg,configurable',