Remove testing tag

This commit is contained in:
HaveAGitGat 2021-03-14 04:27:32 +01:00
parent 1c07f52409
commit 64168fadc5
7 changed files with 7 additions and 7 deletions

View file

@ -6,7 +6,7 @@ module.exports.details = function details() {
Name: "Video Transcode Customisable", Name: "Video Transcode Customisable",
Type: "", Type: "",
Operation: "Transcode", 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", Version: "1.00",
Link: "", Link: "",
Tags: "pre-processing,handbrake,ffmpeg,configurable", Tags: "pre-processing,handbrake,ffmpeg,configurable",

View file

@ -6,7 +6,7 @@ module.exports.details = function details() {
Name: "Re-order audio streams", Name: "Re-order audio streams",
Type: "", Type: "",
Operation: "Transcode", 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", Version: "1.00",
Link: "", Link: "",
Tags: "pre-processing,audio only,ffmpeg,configurable", Tags: "pre-processing,audio only,ffmpeg,configurable",

View file

@ -6,7 +6,7 @@ module.exports.details = function details() {
Name: "Re-order subtitle streams", Name: "Re-order subtitle streams",
Type: "", Type: "",
Operation: "Transcode", 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", Version: "1.00",
Link: "", Link: "",
Tags: "pre-processing,subtitle only,ffmpeg,configurable", Tags: "pre-processing,subtitle only,ffmpeg,configurable",

View file

@ -6,7 +6,7 @@ module.exports.details = function details() {
Name: "Add movie to Radarr after processing", Name: "Add movie to Radarr after processing",
Type: "Video", Type: "Video",
Operation: "", Operation: "",
Description: `[TESTING]Add movie to Radarr after processing \n\n`, Description: `Add movie to Radarr after processing \n\n`,
Version: "1.00", Version: "1.00",
Link: "", Link: "",
Tags: "3rd party,post-processing,configurable", Tags: "3rd party,post-processing,configurable",

View file

@ -6,7 +6,7 @@ module.exports.details = function details() {
Name: "Transcode Specific Audio Stream Codecs", Name: "Transcode Specific Audio Stream Codecs",
Type: "", Type: "",
Operation: "Transcode", 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", Version: "1.00",
Link: "", Link: "",
Tags: "pre-processing,audio only,ffmpeg,configurable", Tags: "pre-processing,audio only,ffmpeg,configurable",

View file

@ -2,7 +2,7 @@ function details() {
return { return {
id: 'Tdarr_Plugin_henk_Add_Specific_Audio_Codec', id: 'Tdarr_Plugin_henk_Add_Specific_Audio_Codec',
Stage: 'Pre-processing', 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', Type: 'Audio',
Operation: 'Transcode', Operation: 'Transcode',
Description: 'Re-encodes all audio tracks in a given codec to another given codec and keeps original.', Description: 'Re-encodes all audio tracks in a given codec to another given codec and keeps original.',

View file

@ -11,7 +11,7 @@ module.exports.details = function details() {
Name: "Rename based on codec", Name: "Rename based on codec",
Type: "Video", Type: "Video",
Operation: "", 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", Version: "1.00",
Link: "", Link: "",
Tags: "post-processing", Tags: "post-processing",