mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 23:48:15 -07:00
Update Tdarr_Plugin_rr01_drpeppershaker_extract_subs_to_SRT.js
This commit is contained in:
parent
b24c44992d
commit
a4bbfb2ddf
1 changed files with 5 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue