Update Tdarr_Plugin_rr01_drpeppershaker_extract_subs_to_SRT.js

make-only-subtitle-default
drpeppershaker 5 years ago committed by GitHub
parent b24c44992d
commit a4bbfb2ddf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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',

Loading…
Cancel
Save