Merge pull request #638 from HaveAGitGat/auto_accept

Add  'Auto accept successful transcodes' note
make-only-subtitle-default
HaveAGitGat 2 years ago committed by GitHub
commit 37296b4f8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,7 +4,7 @@ exports.plugin = exports.details = void 0;
/* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */ /* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */
var details = function () { return ({ var details = function () { return ({
name: 'Require Review', 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: { style: {
borderColor: 'yellow', borderColor: 'yellow',
}, },

@ -9,6 +9,8 @@ const details = (): IpluginDetails => ({
name: 'Require Review', name: 'Require Review',
description: `Makes the flow pause. description: `Makes the flow pause.
The file will stay in the staging section on the Tdarr tab until the user clicks the "Reviewed" button. 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: { style: {
borderColor: 'yellow', borderColor: 'yellow',

Loading…
Cancel
Save