Merge pull request #1 from drpeppershaker/drpeppershaker-patch-1
Update Tdarr_Plugin_rr01_drpeppershaker_extract_subs_to_SRT.js
This commit is contained in:
commit
d64adc95c6
@ -10,8 +10,9 @@ module.exports.details = function details() {
|
|||||||
Description: 'This plugin extracts embedded subs in one pass inside Tdarr and will optionally remove them. \n\n '
|
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 '
|
+ '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 '
|
+ '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 '
|
+ 'other options.',
|
||||||
+ 'improvements made after looking at "Tdarr_Plugin_078d" by HaveAGitGat.',
|
// 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',
|
Version: '1.00',
|
||||||
Link: '',
|
Link: '',
|
||||||
Tags: 'pre-processing,subtitle only,ffmpeg,configurable',
|
Tags: 'pre-processing,subtitle only,ffmpeg,configurable',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user