mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
Apply auto-build changes
This commit is contained in:
parent
f2e97ae975
commit
d60d96429c
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ exports.plugin = exports.details = void 0;
|
|||
/* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */
|
||||
var details = function () { return ({
|
||||
name: 'Set Flow Variable',
|
||||
description: "Set a Flow Variable to whatever you like. This can be used with the 'Check Flow Variable'\n plugin for complex flows with loops in them where you're wanting to keep track \n of where you are in the flow. For example, when attempting to transcode with NVENC, then QSV, then CPU.\n ",
|
||||
description: "Set a Flow Variable to whatever you like. This can be used with the 'Check Flow Variable'\n plugin for complex flows with loops in them where you're wanting to keep track \n of where you are in the flow. For example, when attempting to transcode with NVENC, then QSV, then CPU.",
|
||||
style: {
|
||||
borderColor: 'green',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ exports.plugin = exports.details = void 0;
|
|||
/* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */
|
||||
var details = function () { return ({
|
||||
name: 'Check Video Resolution',
|
||||
description: 'Check is video is 480p,576p,720p,1080p,1440p,4KUHD,DCI4K,8KUHD,Other',
|
||||
description: 'Check if video is 480p,576p,720p,1080p,1440p,4KUHD,DCI4K,8KUHD,Other',
|
||||
style: {
|
||||
borderColor: 'orange',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue