Skip to content

Commit b5de898

Browse files
pull[bot]HaveAGitGattws101
authored
[pull] master from HaveAGitGat:master (#27)
* Use templating * Add brackets * Add compiled changes * CPU and GPU Workers with Classic Plugins * Update fork check * Apply auto-build changes * Set Flow Variable * Ignore lint errors * Fix Check Video Resolution typo * Apply auto-build changes * Adjust desc * Apply auto-build changes * Pause/Unpause All Nodes * Apply auto-build changes * Set original after adding typeIndex * Apply auto-build changes * Add Run CLI * Apply auto-build changes * Update logic * Apply auto-build changes * Update var to userCli * Apply auto-build changes * Add Apprise * Format tooltip * Apply auto-build changes * Auto build * Apply auto-build changes * Add name * Fix yml syntax error * Format description * Apply auto-build changes * Add 'Auto accept successful transcodes' note * Apply auto-build changes * Add 2nd classic transcode plugin output for if no processing occurred * Apply auto-build changes * Remove default * Update tooltip * Apply auto-build changes * Check mediaInfo properties * Update description * Apply auto-build changes * Add additional compare logging * Format text * Apply auto-build changes * Add useCustomCliPath and customCliPath inputs * Use destructuring * Apply auto-build changes * Format classic plugin names * Use Node scan function if available * Apply auto-build changes * Add types * Add version comment * Flow Run Health Check updates stats and queues * Apply auto-build changes * Fix error message with cliPath * Apply auto-build changes * Add files via upload * Add files via upload * Update worker with hb fps if available * Apply auto-build changes * Use fsp for promises * Ensure es6 import * Use async fileExists * Promisify fs.unlinkSync * Promisify copyFileSync * Apply auto-build changes * Fix rename-undo bug when using rename plugin * Apply auto-build changes * Use simpler map trim() for values * Fix comment typo * Fix genpts comment typo * Add tags plugins * Update inferfaces * Apply auto-build changes * Don't use scale_qsv=format=p010le on Windows * Apply auto-build changes * Tags subset fix * Apply auto-build changes * Update tag plugin descriptions * Apply auto-build changes * Trim and filter tags * Apply auto-build changes * Compare File Size Ratio Live * Apply auto-build changes * Update tooltip * Apply auto-build changes * Add Basic HEVC Video Flow - Migz 50% * Apply auto-build changes * Add error variable * Apply auto-build changes * Add original container option. * Add toggles for preset and quality * Apply auto-build changes * Adjust input labels * Apply auto-build changes * Log CLI exit code * Apply auto-build changes * Add ffmpegCommand.init to ensure "Begin" command has been used * Add checkFfmpegCommandInit(() to ffmpeg command plugins * Apply auto-build changes * Use checkFfmpegCommandInit() in Execute plugin * Apply auto-build changes * Re-order filepath change logging * Use macos-14 * Use windows-2022 --------- Co-authored-by: HaveAGitGat <[email protected]> Co-authored-by: HaveAGitGat <[email protected]> Co-authored-by: tws101 <[email protected]>
1 parent be96c59 commit b5de898

File tree

199 files changed

+4265
-434
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

199 files changed

+4265
-434
lines changed

.github/workflows/auto_build.yml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Auto Build
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
8+
jobs:
9+
test:
10+
strategy:
11+
matrix:
12+
node-version: [18.x]
13+
os:
14+
[
15+
["ubuntu-20.04"],
16+
]
17+
runs-on: ${{ matrix.os }}
18+
19+
steps:
20+
- name: Trigger
21+
run: "curl -XPOST -u \"${{ secrets.PAT_USERNAME}}:${{secrets.PAT_TOKEN}}\" -H \"Accept: application/vnd.github.everest-preview+json\" -H \"Content-Type: application/json\" https://api.github.com/repos/HaveAGitGat/tdarr_docs/actions/workflows/build_plug_docs.yml/dispatches --data '{\"ref\": \"main\"}'"

.github/workflows/lint_and_test.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
os:
1313
[
1414
["ubuntu-20.04"],
15-
["windows-2019"],
16-
["macos-11.0"],
15+
["windows-2022"],
16+
["macos-14"],
1717
]
1818
runs-on: ${{ matrix.os }}
1919

@@ -60,7 +60,8 @@ jobs:
6060
- run: npm i && npm i -g typescript && rm -rdf ./FlowPlugins && tsc -v && tsc
6161

6262
- uses: stefanzweifel/git-auto-commit-action@v5
63-
if: ${{ github.event.pull_request.head.repo.full_name == 'org/repo' }}
63+
## fix this check
64+
if: github.event.pull_request.head.repo.full_name == github.repository
6465
with:
6566
commit_message: Apply auto-build changes
6667

Community/Tdarr_Plugin_00td_action_add_audio_stream_codec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const details = () => ({
22
id: 'Tdarr_Plugin_00td_action_add_audio_stream_codec',
33
Stage: 'Pre-processing',
4-
Name: 'Add audio stream codec',
4+
Name: 'Add Audio Stream Codec',
55
Type: 'Video',
66
Operation: 'Transcode',
77
Description: `

Community/Tdarr_Plugin_00td_action_handbrake_basic_options.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const details = () => ({
22
id: 'Tdarr_Plugin_00td_action_handbrake_basic_options',
33
Stage: 'Pre-processing',
4-
Name: 'HandBrake basic options',
4+
Name: 'HandBrake Basic Options',
55
Type: 'Video',
66
Operation: 'Transcode',
77
Description: `

Community/Tdarr_Plugin_00td_action_handbrake_ffmpeg_custom.js

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const details = () => ({
22
id: 'Tdarr_Plugin_00td_action_handbrake_ffmpeg_custom',
33
Stage: 'Pre-processing',
4-
Name: 'HandBrake or FFmpeg custom arguments',
4+
Name: 'HandBrake Or FFmpeg Custom Arguments',
55
Type: 'Video',
66
Operation: 'Transcode',
77
Description: `
@@ -70,7 +70,7 @@ HandBrake examples:
7070
type: 'text',
7171
},
7272
tooltip:
73-
'Enter the desired container',
73+
'Enter the desired container. Set to "original" to keep the original container.',
7474
},
7575
],
7676
});
@@ -91,7 +91,13 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
9191
};
9292

9393
response.preset = inputs.arguments;
94-
response.container = `.${inputs.container}`;
94+
95+
if (inputs.container === 'original') {
96+
response.container = `.${file.container}`;
97+
} else {
98+
response.container = `.${inputs.container}`;
99+
}
100+
95101
response.handbrakeMode = inputs.cli === 'handbrake';
96102
response.ffmpegMode = inputs.cli === 'ffmpeg';
97103
response.reQueueAfter = true;

Community/Tdarr_Plugin_00td_action_keep_one_audio_stream.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const details = () => ({
22
id: 'Tdarr_Plugin_00td_action_keep_one_audio_stream',
33
Stage: 'Pre-processing',
4-
Name: 'Keep one audio stream',
4+
Name: 'Keep One Audio Stream',
55
Type: 'Video',
66
Operation: 'Transcode',
77
Description: `

Community/Tdarr_Plugin_00td_action_re_order_all_streams_v2.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const details = () => ({
22
id: 'Tdarr_Plugin_00td_action_re_order_all_streams_v2',
33
Stage: 'Pre-processing',
4-
Name: 'Re-order all streams V2',
4+
Name: 'Re-order All Streams V2',
55
Type: 'Video',
66
Operation: 'Transcode',
77
Description: `

Community/Tdarr_Plugin_00td_action_remove_audio_by_channel_count.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const details = () => ({
22
id: 'Tdarr_Plugin_00td_action_remove_audio_by_channel_count',
33
Stage: 'Pre-processing',
4-
Name: 'Remove audio streams by channel count',
4+
Name: 'Remove Audio Streams By Channel Count',
55
Type: 'Video',
66
Operation: 'Transcode',
77
Description: `

Community/Tdarr_Plugin_00td_action_remove_stream_by_specified_property.js

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
const details = () => ({
22
id: 'Tdarr_Plugin_00td_action_remove_stream_by_specified_property',
33
Stage: 'Pre-processing',
4-
Name: 'Remove streams by specified property',
4+
Name: 'Remove Streams By Specified Property',
55
Type: 'Video',
66
Operation: 'Transcode',
77
Description: `
88
This plugin removes streams based on the specified property.
9+
Checks FFprobe 'streams' and MediaInfo 'track' properties.
910
`,
1011
Version: '1.00',
1112
Tags: 'action',
@@ -76,7 +77,10 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
7677
let streamToRemove = false;
7778
for (let i = 0; i < file.ffProbeData.streams.length; i += 1) {
7879
try {
79-
if (valuesToRemove.includes(String(file.ffProbeData.streams[i][propertyToCheck]))) {
80+
if (
81+
valuesToRemove.includes(String(file.ffProbeData.streams[i][propertyToCheck]))
82+
|| valuesToRemove.includes(String(file.mediaInfo.track[i + 1][propertyToCheck]))
83+
) {
8084
response.preset += ` -map -0:${i} `;
8185
response.infoLog += ` Removing stream ${i} which is has ${propertyToCheck}`
8286
+ ` of ${file.ffProbeData.streams[i][propertyToCheck]} \n`;

Community/Tdarr_Plugin_00td_action_remux_container.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const details = () => ({
22
id: 'Tdarr_Plugin_00td_action_remux_container',
33
Stage: 'Pre-processing',
4-
Name: 'Remux container',
4+
Name: 'Remux Container',
55
Type: 'Video',
66
Operation: 'Transcode',
77
Description: `

Community/Tdarr_Plugin_00td_action_standardise_audio_stream_codecs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const details = () => ({
22
id: 'Tdarr_Plugin_00td_action_standardise_audio_stream_codecs',
33
Stage: 'Pre-processing',
4-
Name: 'Standardise audio stream codecs',
4+
Name: 'Standardise Audio Stream Codecs',
55
Type: 'Video',
66
Operation: 'Transcode',
77
Description: `

Community/Tdarr_Plugin_00td_action_transcode.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
const details = () => ({
33
id: 'Tdarr_Plugin_00td_action_transcode',
44
Stage: 'Pre-processing',
5-
Name: 'Transcode a video file',
5+
Name: 'Transcode A Video File',
66
Type: 'Video',
77
Operation: 'Transcode',
88
Description: 'Transcode a video file using ffmpeg. GPU transcoding will be used if possible.',

Community/Tdarr_Plugin_00td_filter_bit_depth.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const details = () => ({
22
id: 'Tdarr_Plugin_00td_filter_bit_depth',
33
Stage: 'Pre-processing',
4-
Name: 'Filter bit depth: 8,10,12 bit video',
4+
Name: 'Filter Bit Depth: 8,10,12 Bit Video',
55
Type: 'Video',
66
Operation: 'Filter',
77
Description: 'Allow/disallow 8,10,12 bit video to be processed.',

Community/Tdarr_Plugin_00td_filter_break_stack_if_processed.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const details = () => ({
22
id: 'Tdarr_Plugin_00td_filter_break_stack_if_processed',
33
Stage: 'Pre-processing',
4-
Name: 'Filter - break out of plugin stack if processed',
4+
Name: 'Filter - Break Out Of Plugin Stack If Processed',
55
Type: 'Video',
66
Operation: 'Filter',
77
Description: `This plugin will break out of the plugin stack if the file has been processed

Community/Tdarr_Plugin_00td_filter_by_bitrate.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const details = () => ({
22
id: 'Tdarr_Plugin_00td_filter_by_bitrate',
33
Stage: 'Pre-processing',
4-
Name: 'Filter by bitrate',
4+
Name: 'Filter By Bitrate',
55
Type: 'Video',
66
Operation: 'Filter',
77
Description: 'Only allow files to be transcoded which are within the lower and upper bounds (Kb) \n\n',

Community/Tdarr_Plugin_00td_filter_by_codec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const details = () => ({
22
id: 'Tdarr_Plugin_00td_filter_by_codec',
33
Stage: 'Pre-processing',
4-
Name: 'Filter by codec',
4+
Name: 'Filter By Codec',
55
Type: 'Video',
66
Operation: 'Filter',
77
Description: 'Only allow specified codecs to be processed \n\n',

Community/Tdarr_Plugin_00td_filter_by_codec_tag_string.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const details = () => ({
22
id: 'Tdarr_Plugin_00td_filter_by_codec_tag_string',
33
Stage: 'Pre-processing',
4-
Name: 'Filter by codec tag string',
4+
Name: 'Filter By Codec Tag String',
55
Type: 'Video',
66
Operation: 'Filter',
77
Description: 'Only allow files with specified codec tag strings to be processed \n\n',

Community/Tdarr_Plugin_00td_filter_by_file_property.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const details = () => ({
22
id: 'Tdarr_Plugin_00td_filter_by_file_property',
33
Stage: 'Pre-processing',
4-
Name: 'Filter by file property',
4+
Name: 'Filter By File Property',
55
Type: 'Video',
66
Operation: 'Filter',
77
Description: `Filter by a top level file property.

Community/Tdarr_Plugin_00td_filter_by_resolution.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const details = () => ({
22
id: 'Tdarr_Plugin_00td_filter_by_resolution',
33
Stage: 'Pre-processing',
4-
Name: 'Filter by resolution',
4+
Name: 'Filter By Resolution',
55
Type: 'Video',
66
Operation: 'Filter',
77
Description: 'Only allow specified resolutions to be processed \n\n',

Community/Tdarr_Plugin_00td_filter_by_size.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const details = () => ({
22
id: 'Tdarr_Plugin_00td_filter_by_size',
33
Stage: 'Pre-processing',
4-
Name: 'Filter by size',
4+
Name: 'Filter By Size',
55
Type: 'Video',
66
Operation: 'Filter',
77
Description: 'Only allow files to be transcoded which are within the lower and upper bounds (MB) \n\n',

Community/Tdarr_Plugin_00td_filter_by_stream_tag.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const details = () => ({
22
id: 'Tdarr_Plugin_00td_filter_by_stream_tag',
33
Stage: 'Pre-processing',
4-
Name: 'Filter by stream tag',
4+
Name: 'Filter By Stream Tag',
55
Type: 'Video',
66
Operation: 'Filter',
77
Description: `Filter by stream tag value. Will check all streams. Useful for when e.g. trying to force transcoding

Community/Tdarr_Plugin_076a_re_order_audio_streams.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const details = () => {
33
return {
44
id: "Tdarr_Plugin_076a_re_order_audio_streams",
55
Stage: "Pre-processing",
6-
Name: "Re-order audio streams",
6+
Name: "Re-order Audio Streams",
77
Type: "Audio",
88
Operation: "Transcode",
99
Description: `[Contains built-in filter] Specify a language tag for Tdarr to try and put as 1st audio track \n\n`,

Community/Tdarr_Plugin_076b_re_order_subtitle_streams.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const details = () => {
33
return {
44
id: "Tdarr_Plugin_076b_re_order_subtitle_streams",
55
Stage: "Pre-processing",
6-
Name: "Re-order subtitle streams",
6+
Name: "Re-order Subtitle Streams",
77
Type: "Subtitle",
88
Operation: "Transcode",
99
Description: `[Contains built-in filter] Specify a language tag for Tdarr to try and put as 1st subtitle track \n\n`,

Community/Tdarr_Plugin_078d_Output_embedded_subs_to_SRT_and_remove.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const details = () => {
44
return {
55
id: "Tdarr_Plugin_078d_Output_embedded_subs_to_SRT_and_remove",
66
Stage: "Pre-processing",
7-
Name: "Output embedded subs to SRT and remove",
7+
Name: "Output Embedded Subs To SRT And Remove",
88
Type: "Video",
99
Operation: "Transcode",
1010
Description: `This plugin outputs embedded subs to SRT and then removes them \n\n`,

Community/Tdarr_Plugin_43az_add_to_radarr.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const details = () => {
44
return {
55
id: 'Tdarr_Plugin_43az_add_to_radarr',
66
Stage: 'Post-processing',
7-
Name: 'Add movie to Radarr after processing',
7+
Name: 'Add Movie To Radarr After Processing',
88
Type: 'Video',
99
Operation: 'Transcode',
1010
Description: 'Add movie to Radarr after processing \n\n',

Community/Tdarr_Plugin_A47j_FFMPEG_NVENC_HEVC_Video_Only.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
const details = () => ({
55
id: 'Tdarr_Plugin_A47j_FFMPEG_NVENC_HEVC_Video_Only',
66
Stage: 'Pre-processing',
7-
Name: 'FFMPEG nvenc_H265 Video Only',
7+
Name: 'FFMPEG:nvenc_H265 Video Only',
88
Type: 'Video',
99
Operation: 'Transcode',
1010
Description: `

Community/Tdarr_Plugin_DOOM_NVENC_Tiered_MKV_CleanAll.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const details = () => {
44
return {
55
id: "Tdarr_Plugin_DOOM_NVENC_Tiered_MKV_CleanAll",
66
Stage: 'Pre-processing',
7-
Name: "DOOM Tiered H265 MKV, remove audio & subtitles [NVENC]",
7+
Name: "DOOM Tiered H265 MKV, Remove Audio & Subtitles [NVENC]",
88
Stage: "Pre-processing",
99
Type: "Video",
1010
Operation: "Transcode",

Community/Tdarr_Plugin_ER01_Transcode audio and video with HW (PC and Mac).js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const details = () => {
88
return {
99
id: 'Tdarr_Plugin_ER01_Transcode audio and video with HW (PC and Mac)',
1010
Stage: 'Pre-processing',
11-
Name: 'Transcode Using QSV or VT & FFMPEG',
11+
Name: 'Transcode Using QSV Or VT & FFMPEG',
1212
Type: 'Video',
1313
Operation: 'Transcode',
1414
Description: `Files not in H265 will be transcoded into H265 using hw with ffmpeg, assuming mkv container. Plugin uses QS if the node runs on a PC, or Videotoolbox if run on a Mac.

Community/Tdarr_Plugin_Greg_MP3_FFMPEG_CPU.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports.dependencies = ['import-fresh'];
22
const details = () => ({
33
id: 'Tdarr_Plugin_Greg_MP3_FFMPEG_CPU',
44
Stage: 'Pre-processing',
5-
Name: 'Audio Transcode to MP3 using CPU and FFMPEG',
5+
Name: 'Audio Transcode To MP3 Using CPU And FFMPEG',
66
Type: 'Audio',
77
Operation: 'Transcode',
88
Description: '[Contains built-in filter] Convert an audio file to mp3, retaining ID3 tags, '

Community/Tdarr_Plugin_JB69_JBHEVCQSV_MinimalFile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Audio: (Only one audio stream is used!!)
8989
const details = () => ({
9090
id: 'Tdarr_Plugin_JB69_JBHEVCQSV_MinimalFile',
9191
Stage: 'Pre-processing',
92-
Name: 'JB - QSV(vaapi), H265, AAC, MKV, bitrate optimized',
92+
Name: 'JB - QSV(vaapi), H265, AAC, MKV, Bitrate Optimized',
9393
Type: 'Video',
9494
Operation: 'Transcode',
9595
Description: `***You should not use this*** until you read the comments at the top of the code and understand

Community/Tdarr_Plugin_MC93_Migz1FFMPEG.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
const details = () => ({
33
id: 'Tdarr_Plugin_MC93_Migz1FFMPEG',
44
Stage: 'Pre-processing',
5-
Name: 'Migz-Transcode Using Nvidia GPU & FFMPEG',
5+
Name: 'Migz Transcode Using Nvidia GPU & FFMPEG',
66
Type: 'Video',
77
Operation: 'Transcode',
88
Description: `Files not in H265 will be transcoded into H265 using Nvidia GPU with ffmpeg.

Community/Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
const details = () => ({
33
id: 'Tdarr_Plugin_MC93_Migz1FFMPEG_CPU',
44
Stage: 'Pre-processing',
5-
Name: 'Migz-Transcode Using CPU & FFMPEG',
5+
Name: 'Migz Transcode Using CPU & FFMPEG',
66
Type: 'Video',
77
Operation: 'Transcode',
88
Description: `Files not in H265 will be transcoded into H265 using CPU with ffmpeg.

Community/Tdarr_Plugin_MC93_Migz1Remux.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
const details = () => ({
33
id: 'Tdarr_Plugin_MC93_Migz1Remux',
44
Stage: 'Pre-processing',
5-
Name: 'Migz-Remux container',
5+
Name: 'Migz Remux Container',
66
Type: 'Video',
77
Operation: 'Transcode',
88
Description: 'Files will be remuxed into either mkv or mp4. \n\n',

Community/Tdarr_Plugin_MC93_Migz2CleanTitle.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const details = () => ({
22
id: 'Tdarr_Plugin_MC93_Migz2CleanTitle',
33
Stage: 'Pre-processing',
4-
Name: 'Migz-Clean title metadata',
4+
Name: 'Migz Clean Title Metadata',
55
Type: 'Video',
66
Operation: 'Transcode',
77
Description: 'This plugin removes title metadata from video/audio/subtitles.\n\n',

Community/Tdarr_Plugin_MC93_Migz3CleanAudio.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
const details = () => ({
33
id: 'Tdarr_Plugin_MC93_Migz3CleanAudio',
44
Stage: 'Pre-processing',
5-
Name: 'Migz-Clean audio streams',
5+
Name: 'Migz Clean Audio Streams',
66
Type: 'Audio',
77
Operation: 'Transcode',
88
Description: 'This plugin keeps only specified language tracks & can tags tracks with an unknown language. \n\n',

Community/Tdarr_Plugin_MC93_Migz4CleanSubs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
const details = () => ({
33
id: 'Tdarr_Plugin_MC93_Migz4CleanSubs',
44
Stage: 'Pre-processing',
5-
Name: 'Migz-Clean subtitle streams',
5+
Name: 'Migz Clean Subtitle Streams',
66
Type: 'Subtitle',
77
Operation: 'Transcode',
88
Description: 'This plugin keeps only specified language tracks & can tag tracks with an unknown language. \n\n',

Community/Tdarr_Plugin_MC93_Migz5ConvertAudio.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
const details = () => ({
33
id: 'Tdarr_Plugin_MC93_Migz5ConvertAudio',
44
Stage: 'Pre-processing',
5-
Name: 'Migz-Convert audio streams',
5+
Name: 'Migz Convert Audio Streams',
66
Type: 'Audio',
77
Operation: 'Transcode',
88
Description: 'This plugin can convert any 2.0 audio track/s to AAC and can create downmixed audio tracks. \n\n',

0 commit comments

Comments
 (0)