mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 15:38:19 -07:00
Remove testing tag
This commit is contained in:
parent
1c07f52409
commit
64168fadc5
7 changed files with 7 additions and 7 deletions
|
|
@ -6,7 +6,7 @@ module.exports.details = function details() {
|
|||
Name: "Video Transcode Customisable",
|
||||
Type: "",
|
||||
Operation: "Transcode",
|
||||
Description: `[TESTING][Contains built-in filter] Specify codec filter and transcode arguments for HandBrake or FFmpeg \n\n`,
|
||||
Description: `[Contains built-in filter] Specify codec filter and transcode arguments for HandBrake or FFmpeg \n\n`,
|
||||
Version: "1.00",
|
||||
Link: "",
|
||||
Tags: "pre-processing,handbrake,ffmpeg,configurable",
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ module.exports.details = function details() {
|
|||
Name: "Re-order audio streams",
|
||||
Type: "",
|
||||
Operation: "Transcode",
|
||||
Description: `[TESTING][Contains built-in filter] Specify a language tag for Tdarr to try and put as 1st audio track \n\n`,
|
||||
Description: `[Contains built-in filter] Specify a language tag for Tdarr to try and put as 1st audio track \n\n`,
|
||||
Version: "1.00",
|
||||
Link: "",
|
||||
Tags: "pre-processing,audio only,ffmpeg,configurable",
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ module.exports.details = function details() {
|
|||
Name: "Re-order subtitle streams",
|
||||
Type: "",
|
||||
Operation: "Transcode",
|
||||
Description: `[TESTING][Contains built-in filter] Specify a language tag for Tdarr to try and put as 1st subtitle track \n\n`,
|
||||
Description: `[Contains built-in filter] Specify a language tag for Tdarr to try and put as 1st subtitle track \n\n`,
|
||||
Version: "1.00",
|
||||
Link: "",
|
||||
Tags: "pre-processing,subtitle only,ffmpeg,configurable",
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ module.exports.details = function details() {
|
|||
Name: "Add movie to Radarr after processing",
|
||||
Type: "Video",
|
||||
Operation: "",
|
||||
Description: `[TESTING]Add movie to Radarr after processing \n\n`,
|
||||
Description: `Add movie to Radarr after processing \n\n`,
|
||||
Version: "1.00",
|
||||
Link: "",
|
||||
Tags: "3rd party,post-processing,configurable",
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ module.exports.details = function details() {
|
|||
Name: "Transcode Specific Audio Stream Codecs",
|
||||
Type: "",
|
||||
Operation: "Transcode",
|
||||
Description: `[TESTING][Contains built-in filter] Transcode audio streams with specific codecs into another codec. \n\n`,
|
||||
Description: `[Contains built-in filter] Transcode audio streams with specific codecs into another codec. \n\n`,
|
||||
Version: "1.00",
|
||||
Link: "",
|
||||
Tags: "pre-processing,audio only,ffmpeg,configurable",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ function details() {
|
|||
return {
|
||||
id: 'Tdarr_Plugin_henk_Add_Specific_Audio_Codec',
|
||||
Stage: 'Pre-processing',
|
||||
Name: '[TESTING][MKV ONLY] Transcode given codec to other given codec and keep original',
|
||||
Name: '[MKV ONLY] Transcode given codec to other given codec and keep original',
|
||||
Type: 'Audio',
|
||||
Operation: 'Transcode',
|
||||
Description: 'Re-encodes all audio tracks in a given codec to another given codec and keeps original.',
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ module.exports.details = function details() {
|
|||
Name: "Rename based on codec",
|
||||
Type: "Video",
|
||||
Operation: "",
|
||||
Description: `[TESTING][Contains built-in filter]This plugin renames 264 files to 265 or vice versa depending on codec. \n\n`,
|
||||
Description: `[Contains built-in filter]This plugin renames 264 files to 265 or vice versa depending on codec. \n\n`,
|
||||
Version: "1.00",
|
||||
Link: "",
|
||||
Tags: "post-processing",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue