From 118b0df5d2ff7a64ca65ad7caef45ec5700a823f Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Thu, 14 Nov 2019 13:52:11 +0000 Subject: [PATCH] syntax fix --- Community/Tdarr_Plugin_s710_nick_h265_nvenc_4K.js | 2 +- Community/Tdarr_Plugin_s7x8_winsome_h265.js | 2 +- Community/Tdarr_Plugin_s7x9_winsome_h265_10bit.js | 2 +- Community/Tdarr_Plugin_s7x9_winsome_h265_nvenc.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Community/Tdarr_Plugin_s710_nick_h265_nvenc_4K.js b/Community/Tdarr_Plugin_s710_nick_h265_nvenc_4K.js index ee916b7..884486b 100644 --- a/Community/Tdarr_Plugin_s710_nick_h265_nvenc_4K.js +++ b/Community/Tdarr_Plugin_s710_nick_h265_nvenc_4K.js @@ -164,7 +164,7 @@ function plugin(file) { response.preset = '-Z "H.265 MKV 2160p60" --all-audio' response.container = '.mkv' response.handBrakeMode = true - response.FFmpegMode = true + response.FFmpegMode = false response.reQueueAfter = true; response.infoLog += "☒ 4K file isn't in hevc! \n" return response diff --git a/Community/Tdarr_Plugin_s7x8_winsome_h265.js b/Community/Tdarr_Plugin_s7x8_winsome_h265.js index 5f15e47..240f1cc 100644 --- a/Community/Tdarr_Plugin_s7x8_winsome_h265.js +++ b/Community/Tdarr_Plugin_s7x8_winsome_h265.js @@ -164,7 +164,7 @@ function plugin(file) { response.preset = '-Z "H.265 MKV 2160p60" --all-audio' response.container = '.mkv' response.handBrakeMode = true - response.FFmpegMode = true + response.FFmpegMode = false response.reQueueAfter = true; response.infoLog += "☒File isn't in hevc! \n" return response diff --git a/Community/Tdarr_Plugin_s7x9_winsome_h265_10bit.js b/Community/Tdarr_Plugin_s7x9_winsome_h265_10bit.js index c00d289..e2f9109 100644 --- a/Community/Tdarr_Plugin_s7x9_winsome_h265_10bit.js +++ b/Community/Tdarr_Plugin_s7x9_winsome_h265_10bit.js @@ -165,7 +165,7 @@ function plugin(file) { response.preset = '-Z "H.265 MKV 2160p60" -e x265_10bit --all-audio' response.container = '.mkv' response.handBrakeMode = true - response.FFmpegMode = true + response.FFmpegMode = false response.reQueueAfter = true; response.infoLog += "☒File isn't in hevc! \n" return response diff --git a/Community/Tdarr_Plugin_s7x9_winsome_h265_nvenc.js b/Community/Tdarr_Plugin_s7x9_winsome_h265_nvenc.js index 64def0a..d1a5440 100644 --- a/Community/Tdarr_Plugin_s7x9_winsome_h265_nvenc.js +++ b/Community/Tdarr_Plugin_s7x9_winsome_h265_nvenc.js @@ -165,7 +165,7 @@ function plugin(file) { response.preset = '-Z "H.265 MKV 2160p60" --all-audio -e nvenc_h265' response.container = '.mkv' response.handBrakeMode = true - response.FFmpegMode = true + response.FFmpegMode = false response.reQueueAfter = true; response.infoLog += "☒File isn't in hevc! \n" return response