mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-16 02:35:54 -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",
|
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",
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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.',
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue