Merge pull request #41 from Migz93/master

Migz Plugins: Tidy Info
This commit is contained in:
HaveAGitGat 2020-02-08 18:38:33 +00:00 committed by GitHub
commit 745d39404b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View file

@ -2,10 +2,10 @@ function details() {
return {
id: "Tdarr_Plugin_MC93_Migz3CleanAudio",
Stage: "Pre-processing",
Name: "Migz-Clean audio streams.",
Name: "Migz-Clean audio streams",
Type: "Audio",
Operation: "Clean",
Description: `[TESTING]This plugin removes audio tracks which are not wanted & tags those that have an unknown language. \n\n`,
Description: `[TESTING]This plugin keeps only specified language audio tracks & can tags those that have an unknown language. \n\n`,
Version: "2.00",
Link: "",
Inputs: [

View file

@ -2,10 +2,10 @@ function details() {
return {
id: "Tdarr_Plugin_MC93_Migz4CleanSubs",
Stage: "Pre-processing",
Name: "Migz-Clean subtitle streams.",
Name: "Migz-Clean subtitle streams",
Type: "subtitless",
Operation: "Clean",
Description: `[TESTING]This plugin removes subtitle tracks which are not wanted & tags subtitles that have an unknown language. \n\n`,
Description: `[TESTING] This plugin keeps only specified language subtitle tracks & can tag those that have an unknown language. \n\n`,
Version: "2.00",
Link: "",
Inputs: [

View file

@ -2,7 +2,7 @@ function details() {
return {
id: "Tdarr_Plugin_MC93_Migz5ConvertAudio",
Stage: "Pre-processing",
Name: "Migz-Convert audio streams.",
Name: "Migz-Convert audio streams",
Type: "Audio",
Operation: "Transcode",
Description: `[TESTING]This plugin can convert any 2.0 audio track/s to AAC and can create downmixed audio tracks. \n\n`,

View file

@ -2,7 +2,7 @@ function details() {
return {
id: "Tdarr_Plugin_MC93_Migz6OrderStreams",
Stage: "Pre-processing",
Name: "Migz-Organize Streams.",
Name: "Migz-Organize Streams",
Type: "Streams",
Operation: "Organize",
Description: `[TESTING]Organizes streams into Video first, then Audio (2ch, 6ch, 8ch) and finally Subtitles. \n\n`,