mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-14 01:36:08 -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',
|
Type: 'Video',
|
||||||
Operation: 'Transcode',
|
Operation: 'Transcode',
|
||||||
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…
Add table
Add a link
Reference in a new issue