mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-16 18:45:53 -07:00
Migz Plugins: Name
Cleanup to names of a few files to remove "."
This commit is contained in:
parent
967b973313
commit
ca6f11480e
4 changed files with 5 additions and 5 deletions
|
|
@ -2,10 +2,10 @@ function details() {
|
||||||
return {
|
return {
|
||||||
id: "Tdarr_Plugin_MC93_Migz3CleanAudio",
|
id: "Tdarr_Plugin_MC93_Migz3CleanAudio",
|
||||||
Stage: "Pre-processing",
|
Stage: "Pre-processing",
|
||||||
Name: "Migz-Clean audio streams.",
|
Name: "Migz-Clean audio streams",
|
||||||
Type: "Audio",
|
Type: "Audio",
|
||||||
Operation: "Clean",
|
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",
|
Version: "2.00",
|
||||||
Link: "",
|
Link: "",
|
||||||
Inputs: [
|
Inputs: [
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ function details() {
|
||||||
return {
|
return {
|
||||||
id: "Tdarr_Plugin_MC93_Migz4CleanSubs",
|
id: "Tdarr_Plugin_MC93_Migz4CleanSubs",
|
||||||
Stage: "Pre-processing",
|
Stage: "Pre-processing",
|
||||||
Name: "Migz-Clean subtitle streams.",
|
Name: "Migz-Clean subtitle streams",
|
||||||
Type: "subtitless",
|
Type: "subtitless",
|
||||||
Operation: "Clean",
|
Operation: "Clean",
|
||||||
Description: `[TESTING] This plugin keeps only specified language subtitle tracks & can tag those 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`,
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ function details() {
|
||||||
return {
|
return {
|
||||||
id: "Tdarr_Plugin_MC93_Migz5ConvertAudio",
|
id: "Tdarr_Plugin_MC93_Migz5ConvertAudio",
|
||||||
Stage: "Pre-processing",
|
Stage: "Pre-processing",
|
||||||
Name: "Migz-Convert audio streams.",
|
Name: "Migz-Convert audio streams",
|
||||||
Type: "Audio",
|
Type: "Audio",
|
||||||
Operation: "Transcode",
|
Operation: "Transcode",
|
||||||
Description: `[TESTING]This plugin can convert any 2.0 audio track/s to AAC and can create downmixed audio tracks. \n\n`,
|
Description: `[TESTING]This plugin can convert any 2.0 audio track/s to AAC and can create downmixed audio tracks. \n\n`,
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ function details() {
|
||||||
return {
|
return {
|
||||||
id: "Tdarr_Plugin_MC93_Migz6OrderStreams",
|
id: "Tdarr_Plugin_MC93_Migz6OrderStreams",
|
||||||
Stage: "Pre-processing",
|
Stage: "Pre-processing",
|
||||||
Name: "Migz-Organize Streams.",
|
Name: "Migz-Organize Streams",
|
||||||
Type: "Streams",
|
Type: "Streams",
|
||||||
Operation: "Organize",
|
Operation: "Organize",
|
||||||
Description: `[TESTING]Organizes streams into Video first, then Audio (2ch, 6ch, 8ch) and finally Subtitles. \n\n`,
|
Description: `[TESTING]Organizes streams into Video first, then Audio (2ch, 6ch, 8ch) and finally Subtitles. \n\n`,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue