From 1d4a0113ec02082fe79ce2696f3e7950659d4096 Mon Sep 17 00:00:00 2001 From: Migz93 <33037112+Migz93@users.noreply.github.com> Date: Sat, 9 Jan 2021 16:53:07 +0000 Subject: [PATCH 1/2] Migz Plugins Update 1) Update CPU plugin description as it mentions using a GPU which is incorrect. 2) Update CPU & GPU plugins to remove `\n` and `\\n` from the description fields as the description field doesn't seem to use these as new lines and were instead displaying as text. --- Community/Tdarr_Plugin_MC93_Migz1FFMPEG.js | 8 ++++---- Community/Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Community/Tdarr_Plugin_MC93_Migz1FFMPEG.js b/Community/Tdarr_Plugin_MC93_Migz1FFMPEG.js index c87d265..753ef59 100644 --- a/Community/Tdarr_Plugin_MC93_Migz1FFMPEG.js +++ b/Community/Tdarr_Plugin_MC93_Migz1FFMPEG.js @@ -7,10 +7,10 @@ function details() { Type: 'Video', Operation: 'Transcode', Description: `Files not in H265 will be transcoded into H265 using Nvidia GPU with ffmpeg. - \\n Settings are dependant on file bitrate - \\n Working by the logic that H265 can support the same ammount of data at half the bitrate of H264. - \\n NVDEC & NVENC compatable GPU required. - \\n This plugin will skip any files that are in the VP9 codec. \n\n`, + Settings are dependant on file bitrate + Working by the logic that H265 can support the same ammount of data at half the bitrate of H264. + NVDEC & NVENC compatable GPU required. + This plugin will skip any files that are in the VP9 codec.`, Version: '3.0', Link: 'https://github.com/HaveAGitGat/Tdarr_Plugins/blob/master/Community/Tdarr_Plugin_MC93_Migz1FFMPEG.js', Tags: 'pre-processing,ffmpeg,video only,nvenc h265,configurable', diff --git a/Community/Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js b/Community/Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js index 88b87db..12a10ca 100644 --- a/Community/Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js +++ b/Community/Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js @@ -6,10 +6,10 @@ function details() { Name: 'Migz-Transcode Using CPU & FFMPEG', Type: 'Video', Operation: 'Transcode', - Description: `Files not in H265 will be transcoded into H265 using Nvidia GPU with ffmpeg. - \\n Settings are dependant on file bitrate - \\n Working by the logic that H265 can support the same ammount of data at half the bitrate of H264. - \\n This plugin will skip any files that are in the VP9 codec. \n\n`, + Description: `Files not in H265 will be transcoded into H265 using CPU with ffmpeg. + Settings are dependant on file bitrate + Working by the logic that H265 can support the same ammount of data at half the bitrate of H264. + This plugin will skip any files that are in the VP9 codec.`, Version: '1.9', Link: 'https://github.com/HaveAGitGat/Tdarr_Plugins/blob/master/Community/Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js', Tags: 'pre-processing,ffmpeg,video only,configurable,h265', From 49829c9c24d73011bb1625d11921d8f8908bf808 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Sat, 9 Jan 2021 18:53:53 +0100 Subject: [PATCH 2/2] lint fix --- Community/Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Community/Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js b/Community/Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js index 12a10ca..093776d 100644 --- a/Community/Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js +++ b/Community/Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js @@ -8,8 +8,8 @@ function details() { Operation: 'Transcode', Description: `Files not in H265 will be transcoded into H265 using CPU with ffmpeg. Settings are dependant on file bitrate - Working by the logic that H265 can support the same ammount of data at half the bitrate of H264. - This plugin will skip any files that are in the VP9 codec.`, + Working by the logic that H265 can support the same ammount of data at half the bitrate of H264. + This plugin will skip any files that are in the VP9 codec.`, Version: '1.9', Link: 'https://github.com/HaveAGitGat/Tdarr_Plugins/blob/master/Community/Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js', Tags: 'pre-processing,ffmpeg,video only,configurable,h265',