Migz Plugins: Name

Cleanup to names of a few files to remove "."
This commit is contained in:
Migz93 2020-02-08 15:44:20 +00:00
parent 967b973313
commit ca6f11480e
4 changed files with 5 additions and 5 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 keeps only specified language audio tracks & can tag 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,7 +2,7 @@ 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 keeps only specified language subtitle tracks & can tag those that have an unknown language. \n\n`,

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`,