From 5853a0d67ddbec22ba64d208e0d3b9a9a98e6a20 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Fri, 17 May 2024 07:16:38 +0100 Subject: [PATCH 1/2] Add 'Auto accept successful transcodes' note --- .../CommunityFlowPlugins/tools/requireReview/1.0.0/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FlowPluginsTs/CommunityFlowPlugins/tools/requireReview/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/tools/requireReview/1.0.0/index.ts index 053e0d1..d399ce2 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/tools/requireReview/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/tools/requireReview/1.0.0/index.ts @@ -9,6 +9,8 @@ const details = (): IpluginDetails => ({ name: 'Require Review', description: `Makes the flow pause. The file will stay in the staging section on the Tdarr tab until the user clicks the "Reviewed" button. + + Note: The 'Auto accept successful transcodes' option on the Tdarr tab will cause this plugin to be skipped. `, style: { borderColor: 'yellow', From 5b59800a247d13c549f62caa04be7d16da02b670 Mon Sep 17 00:00:00 2001 From: HaveAGitGat Date: Fri, 17 May 2024 06:18:44 +0000 Subject: [PATCH 2/2] Apply auto-build changes --- .../CommunityFlowPlugins/tools/requireReview/1.0.0/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlowPlugins/CommunityFlowPlugins/tools/requireReview/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/tools/requireReview/1.0.0/index.js index 9f5c777..6851eaf 100644 --- a/FlowPlugins/CommunityFlowPlugins/tools/requireReview/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/tools/requireReview/1.0.0/index.js @@ -4,7 +4,7 @@ exports.plugin = exports.details = void 0; /* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */ var details = function () { return ({ name: 'Require Review', - description: "Makes the flow pause.\n The file will stay in the staging section on the Tdarr tab until the user clicks the \"Reviewed\" button.\n ", + description: "Makes the flow pause.\n The file will stay in the staging section on the Tdarr tab until the user clicks the \"Reviewed\" button.\n\n Note: The 'Auto accept successful transcodes' option on the Tdarr tab will cause this plugin to be skipped.\n ", style: { borderColor: 'yellow', },