diff --git a/FlowPlugins/CommunityFlowPlugins/audio/checkAudioCodec/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/audio/checkAudioCodec/1.0.0/index.js index f9c17bd..9675ede 100644 --- a/FlowPlugins/CommunityFlowPlugins/audio/checkAudioCodec/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/audio/checkAudioCodec/1.0.0/index.js @@ -16,6 +16,7 @@ var details = function () { return ({ icon: 'faQuestion', inputs: [ { + label: 'Codec', name: 'codec', type: 'string', defaultValue: 'aac', diff --git a/FlowPlugins/CommunityFlowPlugins/audio/checkChannelCount/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/audio/checkChannelCount/1.0.0/index.js index 97d8041..494099a 100644 --- a/FlowPlugins/CommunityFlowPlugins/audio/checkChannelCount/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/audio/checkChannelCount/1.0.0/index.js @@ -16,6 +16,7 @@ var details = function () { return ({ icon: 'faQuestion', inputs: [ { + label: 'Channel Count', name: 'channelCount', type: 'number', defaultValue: '2', diff --git a/FlowPlugins/CommunityFlowPlugins/audio/normalizeAudio/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/audio/normalizeAudio/1.0.0/index.js index bd3d957..bc0cf7f 100644 --- a/FlowPlugins/CommunityFlowPlugins/audio/normalizeAudio/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/audio/normalizeAudio/1.0.0/index.js @@ -54,6 +54,7 @@ var details = function () { return ({ icon: '', inputs: [ { + label: 'i', name: 'i', type: 'string', defaultValue: '-23.0', @@ -63,6 +64,7 @@ var details = function () { return ({ tooltip: "\"i\" value used in loudnorm pass \\n\n defaults to -23.0", }, { + label: 'lra', name: 'lra', type: 'string', defaultValue: '7.0', @@ -72,6 +74,7 @@ var details = function () { return ({ tooltip: "Desired lra value. \\n Defaults to 7.0 \n ", }, { + label: 'tp', name: 'tp', type: 'string', defaultValue: '-2.0', diff --git a/FlowPlugins/CommunityFlowPlugins/classic/runClassicFilterPlugin/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/classic/runClassicFilterPlugin/1.0.0/index.js index 4e6227e..200c5cc 100644 --- a/FlowPlugins/CommunityFlowPlugins/classic/runClassicFilterPlugin/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/classic/runClassicFilterPlugin/1.0.0/index.js @@ -53,6 +53,7 @@ var details = function () { return ({ icon: 'faQuestion', inputs: [ { + label: 'Plugin Source ID', name: 'pluginSourceId', type: 'string', defaultValue: 'Community:Tdarr_Plugin_00td_filter_by_codec', diff --git a/FlowPlugins/CommunityFlowPlugins/classic/runClassicTranscodePlugin/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/classic/runClassicTranscodePlugin/1.0.0/index.js index 5ae18c6..d9491a5 100644 --- a/FlowPlugins/CommunityFlowPlugins/classic/runClassicTranscodePlugin/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/classic/runClassicTranscodePlugin/1.0.0/index.js @@ -63,6 +63,7 @@ var details = function () { return ({ icon: '', inputs: [ { + label: 'Plugin Source ID', name: 'pluginSourceId', type: 'string', defaultValue: 'Community:Tdarr_Plugin_MC93_Migz1FFMPEG', diff --git a/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandCustomArguments/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandCustomArguments/1.0.0/index.js index d88dcdb..4bb3829 100644 --- a/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandCustomArguments/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandCustomArguments/1.0.0/index.js @@ -16,6 +16,7 @@ var details = function () { return ({ icon: '', inputs: [ { + label: 'Input Arguments', name: 'inputArguments', type: 'string', defaultValue: '', @@ -25,6 +26,7 @@ var details = function () { return ({ tooltip: 'Specify input arguments', }, { + label: 'Output Arguments', name: 'outputArguments', type: 'string', defaultValue: '', diff --git a/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandEnsureAudioStream/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandEnsureAudioStream/1.0.0/index.js index ffaf341..b6a6795 100644 --- a/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandEnsureAudioStream/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandEnsureAudioStream/1.0.0/index.js @@ -16,6 +16,7 @@ var details = function () { return ({ icon: '', inputs: [ { + label: 'Audio Encoder', name: 'audioEncoder', type: 'string', defaultValue: 'aac', @@ -36,6 +37,7 @@ var details = function () { return ({ tooltip: 'Enter the desired audio codec', }, { + label: 'Language', name: 'language', type: 'string', defaultValue: 'en', @@ -46,6 +48,7 @@ var details = function () { return ({ + ' Case-insensitive. One tag only', }, { + label: 'Channels', name: 'channels', type: 'number', defaultValue: '2', diff --git a/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandRemoveStreamByProperty/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandRemoveStreamByProperty/1.0.0/index.js index 81e5294..b44d2eb 100644 --- a/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandRemoveStreamByProperty/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandRemoveStreamByProperty/1.0.0/index.js @@ -16,6 +16,7 @@ var details = function () { return ({ icon: '', inputs: [ { + label: 'Property To Check', name: 'propertyToCheck', type: 'string', defaultValue: 'codec_name', @@ -25,6 +26,7 @@ var details = function () { return ({ tooltip: "\n Enter one stream property to check.\n \n \\nExample:\\n\n codec_name\n\n \\nExample:\\n\n tags.language\n ", }, { + label: 'Values To Remove', name: 'valuesToRemove', type: 'string', defaultValue: 'aac', @@ -34,6 +36,7 @@ var details = function () { return ({ tooltip: "\n Enter values of the property above to remove. For example, if removing by codec_name, could enter ac3,aac:\n \n \\nExample:\\n\n ac3,aac\n ", }, { + label: 'Condition', name: 'condition', type: 'string', defaultValue: 'includes', diff --git a/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandRorderStreams/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandRorderStreams/1.0.0/index.js index e1aa8f6..b4b65d4 100644 --- a/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandRorderStreams/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandRorderStreams/1.0.0/index.js @@ -16,6 +16,7 @@ var details = function () { return ({ icon: '', inputs: [ { + label: 'Process Order', name: 'processOrder', type: 'string', defaultValue: 'codecs,channels,languages,streamTypes', @@ -25,6 +26,7 @@ var details = function () { return ({ tooltip: "Specify the process order.\nFor example, if 'languages' is first, the streams will be ordered based on that first.\nSo put the most important properties last.\nThe default order is suitable for most people.\n\n \\nExample:\\n\n codecs,channels,languages,streamTypes\n ", }, { + label: 'Languages', name: 'languages', type: 'string', defaultValue: '', @@ -34,6 +36,7 @@ var details = function () { return ({ tooltip: "Specify the language tags order, separated by commas. Leave blank to disable.\n \\nExample:\\n\n eng,fre\n ", }, { + label: 'Channels', name: 'channels', type: 'string', defaultValue: '7.1,5.1,2,1', @@ -43,6 +46,7 @@ var details = function () { return ({ tooltip: "Specify the channels order, separated by commas. Leave blank to disable.\n \n \\nExample:\\n\n 7.1,5.1,2,1", }, { + label: 'Codecs', name: 'codecs', type: 'string', defaultValue: '', @@ -52,6 +56,7 @@ var details = function () { return ({ tooltip: "Specify the codec order, separated by commas. Leave blank to disable.\n \n \\nExample:\\n\n aac,ac3", }, { + label: 'Stream Types', name: 'streamTypes', type: 'string', defaultValue: 'video,audio,subtitle', diff --git a/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetContainer/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetContainer/1.0.0/index.js index 6065dfc..7413356 100644 --- a/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetContainer/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetContainer/1.0.0/index.js @@ -18,6 +18,7 @@ var details = function () { return ({ icon: '', inputs: [ { + label: 'Container', name: 'container', type: 'string', defaultValue: 'mkv', @@ -31,6 +32,7 @@ var details = function () { return ({ tooltip: 'Specify the container to use', }, { + label: 'Force Conform', name: 'forceConform', type: 'boolean', defaultValue: 'false', diff --git a/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetVdeoFramerate/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetVdeoFramerate/1.0.0/index.js index 210686e..e96f23d 100644 --- a/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetVdeoFramerate/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetVdeoFramerate/1.0.0/index.js @@ -17,6 +17,7 @@ var details = function () { return ({ icon: '', inputs: [ { + label: 'Framerate', name: 'framerate', type: 'number', defaultValue: '30', diff --git a/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetVdeoResolution/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetVdeoResolution/1.0.0/index.js index 8606365..88e8ca6 100644 --- a/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetVdeoResolution/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetVdeoResolution/1.0.0/index.js @@ -16,6 +16,7 @@ var details = function () { return ({ icon: '', inputs: [ { + label: 'Target Resolution', name: 'targetResolution', type: 'string', defaultValue: '1080p', diff --git a/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetVideoBitrate/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetVideoBitrate/1.0.0/index.js index 992a31f..5e1449e 100644 --- a/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetVideoBitrate/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetVideoBitrate/1.0.0/index.js @@ -17,6 +17,7 @@ var details = function () { return ({ icon: '', inputs: [ { + label: 'Bitrate', name: 'bitrate', type: 'string', defaultValue: '5000', diff --git a/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetVideoEncoder/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetVideoEncoder/1.0.0/index.js index 45ab166..9c9f231 100644 --- a/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetVideoEncoder/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetVideoEncoder/1.0.0/index.js @@ -54,6 +54,7 @@ var details = function () { return ({ icon: '', inputs: [ { + label: 'Output Codec', name: 'outputCodec', type: 'string', defaultValue: 'hevc', @@ -70,6 +71,7 @@ var details = function () { return ({ tooltip: 'Specify codec of the output file', }, { + label: 'FFmpeg Preset', name: 'ffmpegPreset', type: 'string', defaultValue: 'fast', @@ -90,6 +92,7 @@ var details = function () { return ({ tooltip: 'Specify ffmpeg preset', }, { + label: 'FFmpeg Quality', name: 'ffmpegQuality', type: 'number', defaultValue: '25', @@ -99,6 +102,7 @@ var details = function () { return ({ tooltip: 'Specify ffmpeg quality', }, { + label: 'Hardware Encoding', name: 'hardwareEncoding', type: 'boolean', defaultValue: 'true', @@ -112,6 +116,7 @@ var details = function () { return ({ tooltip: 'Specify whether to use hardware encoding if available', }, { + label: 'Hardware Type', name: 'hardwareType', type: 'string', defaultValue: 'auto', @@ -128,6 +133,7 @@ var details = function () { return ({ tooltip: 'Specify codec of the output file', }, { + label: 'Hardware Decoding', name: 'hardwareDecoding', type: 'boolean', defaultValue: 'true', @@ -141,6 +147,7 @@ var details = function () { return ({ tooltip: 'Specify whether to use hardware decoding if available', }, { + label: 'Force Encoding', name: 'forceEncoding', type: 'boolean', defaultValue: 'true', diff --git a/FlowPlugins/CommunityFlowPlugins/file/checkFileExists/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/file/checkFileExists/1.0.0/index.js index a7dcf01..b0da3c3 100644 --- a/FlowPlugins/CommunityFlowPlugins/file/checkFileExists/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/file/checkFileExists/1.0.0/index.js @@ -21,6 +21,7 @@ var details = function () { return ({ icon: 'faQuestion', inputs: [ { + label: 'File To Check', name: 'fileToCheck', type: 'string', // eslint-disable-next-line no-template-curly-in-string @@ -32,6 +33,7 @@ var details = function () { return ({ tooltip: 'Specify file to check using templating e.g. ${fileName}_720p.${container}', }, { + label: 'Directory', name: 'directory', type: 'string', defaultValue: '', diff --git a/FlowPlugins/CommunityFlowPlugins/file/checkFileExtension/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/file/checkFileExtension/1.0.0/index.js index 1311d3a..c38a7e6 100644 --- a/FlowPlugins/CommunityFlowPlugins/file/checkFileExtension/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/file/checkFileExtension/1.0.0/index.js @@ -17,6 +17,7 @@ var details = function () { return ({ icon: 'faQuestion', inputs: [ { + label: 'Extensions', name: 'extensions', type: 'string', defaultValue: 'mkv,mp4', diff --git a/FlowPlugins/CommunityFlowPlugins/file/checkFileNameIncludes/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/file/checkFileNameIncludes/1.0.0/index.js index 692f6b7..87f44da 100644 --- a/FlowPlugins/CommunityFlowPlugins/file/checkFileNameIncludes/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/file/checkFileNameIncludes/1.0.0/index.js @@ -17,6 +17,7 @@ var details = function () { return ({ icon: 'faQuestion', inputs: [ { + label: 'Terms', name: 'terms', type: 'string', // eslint-disable-next-line no-template-curly-in-string diff --git a/FlowPlugins/CommunityFlowPlugins/file/checkFileSize/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/file/checkFileSize/1.0.0/index.js index 72dcfd7..17eb277 100644 --- a/FlowPlugins/CommunityFlowPlugins/file/checkFileSize/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/file/checkFileSize/1.0.0/index.js @@ -16,6 +16,7 @@ var details = function () { return ({ icon: 'faQuestion', inputs: [ { + label: 'Unit', name: 'unit', type: 'string', defaultValue: 'GB', @@ -31,6 +32,7 @@ var details = function () { return ({ tooltip: 'Specify the unit to use', }, { + label: 'Greater Than', name: 'greaterThan', type: 'number', defaultValue: '0', @@ -40,6 +42,7 @@ var details = function () { return ({ tooltip: 'Specify lower bound', }, { + label: 'Less Than', name: 'lessThan', type: 'number', defaultValue: '10000', diff --git a/FlowPlugins/CommunityFlowPlugins/file/compareFileDurationRatio/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/file/compareFileDurationRatio/1.0.0/index.js index 6e2b409..9c9f24d 100644 --- a/FlowPlugins/CommunityFlowPlugins/file/compareFileDurationRatio/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/file/compareFileDurationRatio/1.0.0/index.js @@ -16,6 +16,7 @@ var details = function () { return ({ icon: 'faQuestion', inputs: [ { + label: 'Greater Than', name: 'greaterThan', type: 'number', defaultValue: '99.5', @@ -26,6 +27,7 @@ var details = function () { return ({ + 'Default value is 99.5% so new file duration must be at least 40% of original file duration.', }, { + label: 'Less Than', name: 'lessThan', type: 'number', defaultValue: '100.5', diff --git a/FlowPlugins/CommunityFlowPlugins/file/compareFileSizeRatio/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/file/compareFileSizeRatio/1.0.0/index.js index ea8b567..bf64133 100644 --- a/FlowPlugins/CommunityFlowPlugins/file/compareFileSizeRatio/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/file/compareFileSizeRatio/1.0.0/index.js @@ -16,6 +16,7 @@ var details = function () { return ({ icon: 'faQuestion', inputs: [ { + label: 'Greater Than', name: 'greaterThan', type: 'number', defaultValue: '40', @@ -26,6 +27,7 @@ var details = function () { return ({ + 'Default value is 40% so new file size must be at least 40% of original file size.', }, { + label: 'Less Than', name: 'lessThan', type: 'number', defaultValue: '110', diff --git a/FlowPlugins/CommunityFlowPlugins/file/compareFileSizeRatio/2.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/file/compareFileSizeRatio/2.0.0/index.js index 7e03b9f..9106699 100644 --- a/FlowPlugins/CommunityFlowPlugins/file/compareFileSizeRatio/2.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/file/compareFileSizeRatio/2.0.0/index.js @@ -16,6 +16,7 @@ var details = function () { return ({ icon: 'faQuestion', inputs: [ { + label: 'Greater Than', name: 'greaterThan', type: 'number', defaultValue: '40', @@ -26,6 +27,7 @@ var details = function () { return ({ + 'Default value is 40% so new file size must be at least 40% of original file size.', }, { + label: 'Less Than', name: 'lessThan', type: 'number', defaultValue: '110', diff --git a/FlowPlugins/CommunityFlowPlugins/file/copyToDirectory/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/file/copyToDirectory/1.0.0/index.js index 545a96a..28369bf 100644 --- a/FlowPlugins/CommunityFlowPlugins/file/copyToDirectory/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/file/copyToDirectory/1.0.0/index.js @@ -58,6 +58,7 @@ var details = function () { return ({ icon: 'faArrowRight', inputs: [ { + label: 'Output Directory', name: 'outputDirectory', type: 'string', defaultValue: '', @@ -67,6 +68,7 @@ var details = function () { return ({ tooltip: 'Specify ouput directory', }, { + label: 'Keep Relative Path', name: 'keepRelativePath', type: 'boolean', defaultValue: 'false', @@ -80,6 +82,7 @@ var details = function () { return ({ tooltip: 'Specify whether to keep the relative path', }, { + label: 'Make Working File', name: 'makeWorkingFile', type: 'boolean', defaultValue: 'false', diff --git a/FlowPlugins/CommunityFlowPlugins/file/deleteFile/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/file/deleteFile/1.0.0/index.js index 16d51d4..0e41cbf 100644 --- a/FlowPlugins/CommunityFlowPlugins/file/deleteFile/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/file/deleteFile/1.0.0/index.js @@ -53,6 +53,7 @@ var details = function () { return ({ icon: 'faTrash', inputs: [ { + label: 'File To Delete', name: 'fileToDelete', type: 'string', defaultValue: 'workingFile', diff --git a/FlowPlugins/CommunityFlowPlugins/file/moveToDirectory/2.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/file/moveToDirectory/2.0.0/index.js index 4a33e89..a34a5eb 100644 --- a/FlowPlugins/CommunityFlowPlugins/file/moveToDirectory/2.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/file/moveToDirectory/2.0.0/index.js @@ -58,6 +58,7 @@ var details = function () { return ({ icon: 'faArrowRight', inputs: [ { + label: 'Output Directory', name: 'outputDirectory', type: 'string', defaultValue: '', @@ -67,6 +68,7 @@ var details = function () { return ({ tooltip: 'Specify ouput directory', }, { + label: 'Keep Relative Path', name: 'keepRelativePath', type: 'boolean', defaultValue: 'false', diff --git a/FlowPlugins/CommunityFlowPlugins/file/renameFile/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/file/renameFile/1.0.0/index.js index 93cf093..76d913b 100644 --- a/FlowPlugins/CommunityFlowPlugins/file/renameFile/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/file/renameFile/1.0.0/index.js @@ -57,6 +57,7 @@ var details = function () { return ({ icon: '', inputs: [ { + label: 'File Rename', name: 'fileRename', type: 'string', // eslint-disable-next-line no-template-curly-in-string diff --git a/FlowPlugins/CommunityFlowPlugins/handbrake/handbrakeCustomArguments/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/handbrake/handbrakeCustomArguments/1.0.0/index.js index 173d49d..31d6ac1 100644 --- a/FlowPlugins/CommunityFlowPlugins/handbrake/handbrakeCustomArguments/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/handbrake/handbrakeCustomArguments/1.0.0/index.js @@ -55,6 +55,7 @@ var details = function () { return ({ icon: '', inputs: [ { + label: 'Custom Arguments', name: 'customArguments', type: 'string', defaultValue: '-Z "Fast 1080p30" --all-subtitles', @@ -64,6 +65,7 @@ var details = function () { return ({ tooltip: 'Specify HandBrake arguments', }, { + label: 'JSON Preset', name: 'jsonPreset', type: 'string', defaultValue: '', @@ -73,6 +75,7 @@ var details = function () { return ({ tooltip: 'Paste a HandBrake JSON preset here. Leave blank to disable.', }, { + label: 'Container', name: 'container', type: 'string', defaultValue: 'mkv', diff --git a/FlowPlugins/CommunityFlowPlugins/input/inputFile/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/input/inputFile/1.0.0/index.js index 7e1903e..bd68530 100644 --- a/FlowPlugins/CommunityFlowPlugins/input/inputFile/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/input/inputFile/1.0.0/index.js @@ -54,6 +54,7 @@ var details = function () { return ({ icon: '', inputs: [ { + label: 'File Access Checks', name: 'fileAccessChecks', type: 'boolean', defaultValue: 'false', @@ -67,6 +68,7 @@ var details = function () { return ({ tooltip: 'Will check if input file and cache are readable and writable', }, { + label: 'Pause Node If Access Checks Fail', name: 'pauseNodeIfAccessChecksFail', type: 'boolean', defaultValue: 'false', diff --git a/FlowPlugins/CommunityFlowPlugins/tools/checkFlowVariable/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/tools/checkFlowVariable/1.0.0/index.js index 717da05..bae9545 100644 --- a/FlowPlugins/CommunityFlowPlugins/tools/checkFlowVariable/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/tools/checkFlowVariable/1.0.0/index.js @@ -16,6 +16,7 @@ var details = function () { return ({ icon: 'faQuestion', inputs: [ { + label: 'Variable', name: 'variable', type: 'string', defaultValue: '', @@ -25,6 +26,7 @@ var details = function () { return ({ tooltip: "Variable to check. For example , \n \n \\nExample\\n\n args.librarySettings._id\n \n \\nExample\\n\n args.inputFileObj._id\n\n \\nExample\\n\n args.userVariables.library.test\n\n \\nExample\\n\n args.userVariables.global.test\n ", }, { + label: 'Condition', name: 'condition', type: 'string', defaultValue: '==', @@ -38,6 +40,7 @@ var details = function () { return ({ tooltip: 'Check condition', }, { + label: 'Value', name: 'value', type: 'string', defaultValue: '', diff --git a/FlowPlugins/CommunityFlowPlugins/tools/checkNodeHardwareEncoder/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/tools/checkNodeHardwareEncoder/1.0.0/index.js index fbd3e37..9737b75 100644 --- a/FlowPlugins/CommunityFlowPlugins/tools/checkNodeHardwareEncoder/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/tools/checkNodeHardwareEncoder/1.0.0/index.js @@ -53,6 +53,7 @@ var details = function () { return ({ icon: 'faQuestion', inputs: [ { + label: 'Hardware Encoder', name: 'hardwareEncoder', type: 'string', defaultValue: 'hevc_nvenc', diff --git a/FlowPlugins/CommunityFlowPlugins/tools/goToFlow/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/tools/goToFlow/1.0.0/index.js index 33795c3..7b86f00 100644 --- a/FlowPlugins/CommunityFlowPlugins/tools/goToFlow/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/tools/goToFlow/1.0.0/index.js @@ -16,6 +16,7 @@ var details = function () { return ({ icon: 'faArrowRight', inputs: [ { + label: 'Flow ID', name: 'flowId', type: 'string', defaultValue: '', diff --git a/FlowPlugins/CommunityFlowPlugins/tools/goToFlow/2.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/tools/goToFlow/2.0.0/index.js index 70b76e9..778f776 100644 --- a/FlowPlugins/CommunityFlowPlugins/tools/goToFlow/2.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/tools/goToFlow/2.0.0/index.js @@ -16,6 +16,7 @@ var details = function () { return ({ icon: 'faArrowRight', inputs: [ { + label: 'Flow ID', name: 'flowId', type: 'string', defaultValue: '', @@ -26,6 +27,7 @@ var details = function () { return ({ tooltip: 'Specify flow ID to go to', }, { + label: 'Plugin ID', name: 'pluginId', type: 'string', defaultValue: 'start', diff --git a/FlowPlugins/CommunityFlowPlugins/tools/notifyRadarrOrSonarr/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/tools/notifyRadarrOrSonarr/1.0.0/index.js index 8e3d98e..9856ecd 100644 --- a/FlowPlugins/CommunityFlowPlugins/tools/notifyRadarrOrSonarr/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/tools/notifyRadarrOrSonarr/1.0.0/index.js @@ -51,6 +51,7 @@ var details = function () { return ({ icon: 'faBell', inputs: [ { + label: 'Arr', name: 'arr', type: 'string', defaultValue: 'radarr', @@ -61,6 +62,7 @@ var details = function () { return ({ tooltip: 'Specify which arr to use', }, { + label: 'Arr API Key', name: 'arr_api_key', type: 'string', defaultValue: '', @@ -70,6 +72,7 @@ var details = function () { return ({ tooltip: 'Input your arr api key here', }, { + label: 'Arr Host', name: 'arr_host', type: 'string', defaultValue: 'http://192.168.1.1:7878', diff --git a/FlowPlugins/CommunityFlowPlugins/tools/waitTimeout/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/tools/waitTimeout/1.0.0/index.js index 2ecd43e..d71a5d4 100644 --- a/FlowPlugins/CommunityFlowPlugins/tools/waitTimeout/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/tools/waitTimeout/1.0.0/index.js @@ -52,6 +52,7 @@ var details = function () { return ({ icon: 'faClock', inputs: [ { + label: 'Amount', name: 'amount', type: 'string', defaultValue: '1', @@ -61,6 +62,7 @@ var details = function () { return ({ tooltip: 'Specify the amount of time to wait', }, { + label: 'Unit', name: 'unit', type: 'string', defaultValue: 'seconds', diff --git a/FlowPlugins/CommunityFlowPlugins/tools/webRequest/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/tools/webRequest/1.0.0/index.js index a20adff..3ccf145 100644 --- a/FlowPlugins/CommunityFlowPlugins/tools/webRequest/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/tools/webRequest/1.0.0/index.js @@ -52,6 +52,7 @@ var details = function () { return ({ icon: 'faArrowRight', inputs: [ { + label: 'Method', name: 'method', type: 'string', defaultValue: 'post', @@ -67,6 +68,7 @@ var details = function () { return ({ tooltip: 'Specify request method', }, { + label: 'Request URL', name: 'requestUrl', type: 'string', defaultValue: 'http://example.com', @@ -76,6 +78,7 @@ var details = function () { return ({ tooltip: 'Specify request URL', }, { + label: 'Request Headers', name: 'requestHeaders', type: 'string', defaultValue: "{\n \"Content-Type\": \"application/json\"\n}", @@ -88,6 +91,7 @@ var details = function () { return ({ tooltip: 'Specify request URL', }, { + label: 'Request Body', name: 'requestBody', type: 'string', defaultValue: "{\n \"test\": \"test\"\n}", diff --git a/FlowPlugins/CommunityFlowPlugins/video/CheckVideoFramerate/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/video/CheckVideoFramerate/1.0.0/index.js index 8fcc656..958f63a 100644 --- a/FlowPlugins/CommunityFlowPlugins/video/CheckVideoFramerate/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/video/CheckVideoFramerate/1.0.0/index.js @@ -16,6 +16,7 @@ var details = function () { return ({ icon: 'faQuestion', inputs: [ { + label: 'Greater Than', name: 'greaterThan', type: 'number', defaultValue: '0', @@ -25,6 +26,7 @@ var details = function () { return ({ tooltip: 'Specify lower bound of fps', }, { + label: 'Less Than', name: 'lessThan', type: 'number', defaultValue: '60', diff --git a/FlowPlugins/CommunityFlowPlugins/video/checkOverallBitrate/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/video/checkOverallBitrate/1.0.0/index.js index 7994cd3..1179c08 100644 --- a/FlowPlugins/CommunityFlowPlugins/video/checkOverallBitrate/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/video/checkOverallBitrate/1.0.0/index.js @@ -16,6 +16,7 @@ var details = function () { return ({ icon: 'faQuestion', inputs: [ { + label: 'Unit', name: 'unit', type: 'string', defaultValue: 'kbps', @@ -30,6 +31,7 @@ var details = function () { return ({ tooltip: 'Specify the unit to use', }, { + label: 'Greater Than', name: 'greaterThan', type: 'number', defaultValue: '0', @@ -39,6 +41,7 @@ var details = function () { return ({ tooltip: 'Specify lower bound', }, { + label: 'Less Than', name: 'lessThan', type: 'number', defaultValue: '10000', diff --git a/FlowPlugins/CommunityFlowPlugins/video/checkVideoBitrate/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/video/checkVideoBitrate/1.0.0/index.js index 14959da..333ff06 100644 --- a/FlowPlugins/CommunityFlowPlugins/video/checkVideoBitrate/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/video/checkVideoBitrate/1.0.0/index.js @@ -16,6 +16,7 @@ var details = function () { return ({ icon: 'faQuestion', inputs: [ { + label: 'Unit', name: 'unit', type: 'string', defaultValue: 'kbps', @@ -30,6 +31,7 @@ var details = function () { return ({ tooltip: 'Specify the unit to use', }, { + label: 'Greater Than', name: 'greaterThan', type: 'number', defaultValue: '0', @@ -39,6 +41,7 @@ var details = function () { return ({ tooltip: 'Specify lower bound', }, { + label: 'Less Than', name: 'lessThan', type: 'number', defaultValue: '10000', diff --git a/FlowPlugins/CommunityFlowPlugins/video/checkVideoCodec/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/video/checkVideoCodec/1.0.0/index.js index bd96c7c..41339f8 100644 --- a/FlowPlugins/CommunityFlowPlugins/video/checkVideoCodec/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/video/checkVideoCodec/1.0.0/index.js @@ -16,6 +16,7 @@ var details = function () { return ({ icon: 'faQuestion', inputs: [ { + label: 'Codec', name: 'codec', type: 'string', defaultValue: 'hevc', diff --git a/FlowPlugins/CommunityFlowPlugins/video/runHealthCheck/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/video/runHealthCheck/1.0.0/index.js index 7750de4..9075aae 100644 --- a/FlowPlugins/CommunityFlowPlugins/video/runHealthCheck/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/video/runHealthCheck/1.0.0/index.js @@ -55,6 +55,7 @@ var details = function () { return ({ icon: '', inputs: [ { + label: 'Type', name: 'type', type: 'string', defaultValue: 'quick', diff --git a/FlowPlugins/CommunityFlowPlugins/video/transcodeVideo/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/video/transcodeVideo/1.0.0/index.js index f8eca12..3f05e5f 100644 --- a/FlowPlugins/CommunityFlowPlugins/video/transcodeVideo/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/video/transcodeVideo/1.0.0/index.js @@ -17,6 +17,7 @@ var details = function () { return ({ icon: '', inputs: [ { + label: 'Target Codec', name: 'target_codec', type: 'string', defaultValue: 'hevc', diff --git a/FlowPluginsTs/CommunityFlowPlugins/audio/checkAudioCodec/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/audio/checkAudioCodec/1.0.0/index.ts index 37672cd..534a7aa 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/audio/checkAudioCodec/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/audio/checkAudioCodec/1.0.0/index.ts @@ -19,6 +19,7 @@ const details = ():IpluginDetails => ({ icon: 'faQuestion', inputs: [ { + label: 'Codec', name: 'codec', type: 'string', defaultValue: 'aac', diff --git a/FlowPluginsTs/CommunityFlowPlugins/audio/checkChannelCount/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/audio/checkChannelCount/1.0.0/index.ts index 4540cf1..f5f3d6c 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/audio/checkChannelCount/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/audio/checkChannelCount/1.0.0/index.ts @@ -19,6 +19,7 @@ const details = (): IpluginDetails => ({ icon: 'faQuestion', inputs: [ { + label: 'Channel Count', name: 'channelCount', type: 'number', defaultValue: '2', diff --git a/FlowPluginsTs/CommunityFlowPlugins/audio/normalizeAudio/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/audio/normalizeAudio/1.0.0/index.ts index eabfbdd..7a2c5c6 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/audio/normalizeAudio/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/audio/normalizeAudio/1.0.0/index.ts @@ -21,6 +21,7 @@ const details = (): IpluginDetails => ({ icon: '', inputs: [ { + label: 'i', name: 'i', type: 'string', defaultValue: '-23.0', @@ -31,6 +32,7 @@ const details = (): IpluginDetails => ({ defaults to -23.0`, }, { + label: 'lra', name: 'lra', type: 'string', defaultValue: '7.0', @@ -41,6 +43,7 @@ const details = (): IpluginDetails => ({ `, }, { + label: 'tp', name: 'tp', type: 'string', defaultValue: '-2.0', diff --git a/FlowPluginsTs/CommunityFlowPlugins/classic/runClassicFilterPlugin/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/classic/runClassicFilterPlugin/1.0.0/index.ts index 8eb33f8..297f499 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/classic/runClassicFilterPlugin/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/classic/runClassicFilterPlugin/1.0.0/index.ts @@ -20,6 +20,7 @@ const details = (): IpluginDetails => ({ icon: 'faQuestion', inputs: [ { + label: 'Plugin Source ID', name: 'pluginSourceId', type: 'string', defaultValue: 'Community:Tdarr_Plugin_00td_filter_by_codec', diff --git a/FlowPluginsTs/CommunityFlowPlugins/classic/runClassicTranscodePlugin/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/classic/runClassicTranscodePlugin/1.0.0/index.ts index 6540505..59d3bfc 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/classic/runClassicTranscodePlugin/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/classic/runClassicTranscodePlugin/1.0.0/index.ts @@ -21,6 +21,7 @@ const details = (): IpluginDetails => ({ icon: '', inputs: [ { + label: 'Plugin Source ID', name: 'pluginSourceId', type: 'string', defaultValue: 'Community:Tdarr_Plugin_MC93_Migz1FFMPEG', diff --git a/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandCustomArguments/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandCustomArguments/1.0.0/index.ts index e5c8c99..3721509 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandCustomArguments/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandCustomArguments/1.0.0/index.ts @@ -19,6 +19,7 @@ const details = () :IpluginDetails => ({ icon: '', inputs: [ { + label: 'Input Arguments', name: 'inputArguments', type: 'string', defaultValue: '', @@ -29,6 +30,7 @@ const details = () :IpluginDetails => ({ }, { + label: 'Output Arguments', name: 'outputArguments', type: 'string', defaultValue: '', diff --git a/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandEnsureAudioStream/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandEnsureAudioStream/1.0.0/index.ts index e707af2..0dece7c 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandEnsureAudioStream/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandEnsureAudioStream/1.0.0/index.ts @@ -20,6 +20,7 @@ const details = (): IpluginDetails => ({ icon: '', inputs: [ { + label: 'Audio Encoder', name: 'audioEncoder', type: 'string', defaultValue: 'aac', @@ -41,6 +42,7 @@ const details = (): IpluginDetails => ({ 'Enter the desired audio codec', }, { + label: 'Language', name: 'language', type: 'string', defaultValue: 'en', @@ -52,6 +54,7 @@ const details = (): IpluginDetails => ({ + ' Case-insensitive. One tag only', }, { + label: 'Channels', name: 'channels', type: 'number', defaultValue: '2', diff --git a/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandRemoveStreamByProperty/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandRemoveStreamByProperty/1.0.0/index.ts index c5f4fa7..5a9c987 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandRemoveStreamByProperty/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandRemoveStreamByProperty/1.0.0/index.ts @@ -19,6 +19,7 @@ const details = (): IpluginDetails => ({ icon: '', inputs: [ { + label: 'Property To Check', name: 'propertyToCheck', type: 'string', defaultValue: 'codec_name', @@ -37,6 +38,7 @@ const details = (): IpluginDetails => ({ `, }, { + label: 'Values To Remove', name: 'valuesToRemove', type: 'string', defaultValue: 'aac', @@ -52,6 +54,7 @@ const details = (): IpluginDetails => ({ `, }, { + label: 'Condition', name: 'condition', type: 'string', defaultValue: 'includes', diff --git a/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandRorderStreams/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandRorderStreams/1.0.0/index.ts index 02e0283..758818c 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandRorderStreams/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandRorderStreams/1.0.0/index.ts @@ -21,6 +21,7 @@ const details = (): IpluginDetails => ({ icon: '', inputs: [ { + label: 'Process Order', name: 'processOrder', type: 'string', defaultValue: 'codecs,channels,languages,streamTypes', @@ -38,6 +39,7 @@ The default order is suitable for most people. `, }, { + label: 'Languages', name: 'languages', type: 'string', defaultValue: '', @@ -51,6 +53,7 @@ The default order is suitable for most people. `, }, { + label: 'Channels', name: 'channels', type: 'string', defaultValue: '7.1,5.1,2,1', @@ -64,6 +67,7 @@ The default order is suitable for most people. 7.1,5.1,2,1`, }, { + label: 'Codecs', name: 'codecs', type: 'string', defaultValue: '', @@ -77,6 +81,7 @@ The default order is suitable for most people. aac,ac3`, }, { + label: 'Stream Types', name: 'streamTypes', type: 'string', defaultValue: 'video,audio,subtitle', diff --git a/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetContainer/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetContainer/1.0.0/index.ts index e5beb15..1305729 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetContainer/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetContainer/1.0.0/index.ts @@ -22,6 +22,7 @@ const details = (): IpluginDetails => ({ icon: '', inputs: [ { + label: 'Container', name: 'container', type: 'string', defaultValue: 'mkv', @@ -35,6 +36,7 @@ const details = (): IpluginDetails => ({ tooltip: 'Specify the container to use', }, { + label: 'Force Conform', name: 'forceConform', type: 'boolean', defaultValue: 'false', diff --git a/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetVdeoFramerate/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetVdeoFramerate/1.0.0/index.ts index fdd8be4..37021be 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetVdeoFramerate/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetVdeoFramerate/1.0.0/index.ts @@ -20,6 +20,7 @@ const details = () :IpluginDetails => ({ icon: '', inputs: [ { + label: 'Framerate', name: 'framerate', type: 'number', defaultValue: '30', diff --git a/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetVdeoResolution/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetVdeoResolution/1.0.0/index.ts index a733028..8f44b1f 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetVdeoResolution/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetVdeoResolution/1.0.0/index.ts @@ -19,6 +19,7 @@ const details = () :IpluginDetails => ({ icon: '', inputs: [ { + label: 'Target Resolution', name: 'targetResolution', type: 'string', defaultValue: '1080p', diff --git a/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetVideoBitrate/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetVideoBitrate/1.0.0/index.ts index 4e21bed..c3da552 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetVideoBitrate/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetVideoBitrate/1.0.0/index.ts @@ -20,6 +20,7 @@ const details = () :IpluginDetails => ({ icon: '', inputs: [ { + label: 'Bitrate', name: 'bitrate', type: 'string', defaultValue: '5000', diff --git a/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetVideoEncoder/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetVideoEncoder/1.0.0/index.ts index 094f233..7ac5f1f 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetVideoEncoder/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandSetVideoEncoder/1.0.0/index.ts @@ -22,6 +22,7 @@ const details = (): IpluginDetails => ({ icon: '', inputs: [ { + label: 'Output Codec', name: 'outputCodec', type: 'string', defaultValue: 'hevc', @@ -38,6 +39,7 @@ const details = (): IpluginDetails => ({ tooltip: 'Specify codec of the output file', }, { + label: 'FFmpeg Preset', name: 'ffmpegPreset', type: 'string', defaultValue: 'fast', @@ -58,6 +60,7 @@ const details = (): IpluginDetails => ({ tooltip: 'Specify ffmpeg preset', }, { + label: 'FFmpeg Quality', name: 'ffmpegQuality', type: 'number', defaultValue: '25', @@ -67,6 +70,7 @@ const details = (): IpluginDetails => ({ tooltip: 'Specify ffmpeg quality', }, { + label: 'Hardware Encoding', name: 'hardwareEncoding', type: 'boolean', defaultValue: 'true', @@ -80,6 +84,7 @@ const details = (): IpluginDetails => ({ tooltip: 'Specify whether to use hardware encoding if available', }, { + label: 'Hardware Type', name: 'hardwareType', type: 'string', defaultValue: 'auto', @@ -96,6 +101,7 @@ const details = (): IpluginDetails => ({ tooltip: 'Specify codec of the output file', }, { + label: 'Hardware Decoding', name: 'hardwareDecoding', type: 'boolean', defaultValue: 'true', @@ -109,6 +115,7 @@ const details = (): IpluginDetails => ({ tooltip: 'Specify whether to use hardware decoding if available', }, { + label: 'Force Encoding', name: 'forceEncoding', type: 'boolean', defaultValue: 'true', diff --git a/FlowPluginsTs/CommunityFlowPlugins/file/checkFileExists/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/file/checkFileExists/1.0.0/index.ts index 2b55581..a16c39c 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/file/checkFileExists/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/file/checkFileExists/1.0.0/index.ts @@ -21,6 +21,7 @@ const details = (): IpluginDetails => ({ icon: 'faQuestion', inputs: [ { + label: 'File To Check', name: 'fileToCheck', type: 'string', // eslint-disable-next-line no-template-curly-in-string @@ -32,6 +33,7 @@ const details = (): IpluginDetails => ({ tooltip: 'Specify file to check using templating e.g. ${fileName}_720p.${container}', }, { + label: 'Directory', name: 'directory', type: 'string', defaultValue: '', diff --git a/FlowPluginsTs/CommunityFlowPlugins/file/checkFileExtension/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/file/checkFileExtension/1.0.0/index.ts index 1149b1c..7d6361f 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/file/checkFileExtension/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/file/checkFileExtension/1.0.0/index.ts @@ -20,6 +20,7 @@ const details = (): IpluginDetails => ({ icon: 'faQuestion', inputs: [ { + label: 'Extensions', name: 'extensions', type: 'string', defaultValue: 'mkv,mp4', diff --git a/FlowPluginsTs/CommunityFlowPlugins/file/checkFileNameIncludes/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/file/checkFileNameIncludes/1.0.0/index.ts index 21680e8..f54ac41 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/file/checkFileNameIncludes/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/file/checkFileNameIncludes/1.0.0/index.ts @@ -20,6 +20,7 @@ const details = (): IpluginDetails => ({ icon: 'faQuestion', inputs: [ { + label: 'Terms', name: 'terms', type: 'string', // eslint-disable-next-line no-template-curly-in-string diff --git a/FlowPluginsTs/CommunityFlowPlugins/file/checkFileSize/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/file/checkFileSize/1.0.0/index.ts index b435053..f024c91 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/file/checkFileSize/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/file/checkFileSize/1.0.0/index.ts @@ -19,6 +19,7 @@ const details = (): IpluginDetails => ({ icon: 'faQuestion', inputs: [ { + label: 'Unit', name: 'unit', type: 'string', defaultValue: 'GB', @@ -34,6 +35,7 @@ const details = (): IpluginDetails => ({ tooltip: 'Specify the unit to use', }, { + label: 'Greater Than', name: 'greaterThan', type: 'number', defaultValue: '0', @@ -43,6 +45,7 @@ const details = (): IpluginDetails => ({ tooltip: 'Specify lower bound', }, { + label: 'Less Than', name: 'lessThan', type: 'number', defaultValue: '10000', diff --git a/FlowPluginsTs/CommunityFlowPlugins/file/compareFileDurationRatio/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/file/compareFileDurationRatio/1.0.0/index.ts index d9a92df..539cc0a 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/file/compareFileDurationRatio/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/file/compareFileDurationRatio/1.0.0/index.ts @@ -21,6 +21,7 @@ const details = (): IpluginDetails => ({ icon: 'faQuestion', inputs: [ { + label: 'Greater Than', name: 'greaterThan', type: 'number', defaultValue: '99.5', @@ -31,6 +32,7 @@ const details = (): IpluginDetails => ({ + 'Default value is 99.5% so new file duration must be at least 40% of original file duration.', }, { + label: 'Less Than', name: 'lessThan', type: 'number', defaultValue: '100.5', diff --git a/FlowPluginsTs/CommunityFlowPlugins/file/compareFileSizeRatio/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/file/compareFileSizeRatio/1.0.0/index.ts index dfcd714..6a9daf9 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/file/compareFileSizeRatio/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/file/compareFileSizeRatio/1.0.0/index.ts @@ -20,6 +20,7 @@ const details = (): IpluginDetails => ({ icon: 'faQuestion', inputs: [ { + label: 'Greater Than', name: 'greaterThan', type: 'number', defaultValue: '40', @@ -30,6 +31,7 @@ const details = (): IpluginDetails => ({ + 'Default value is 40% so new file size must be at least 40% of original file size.', }, { + label: 'Less Than', name: 'lessThan', type: 'number', defaultValue: '110', diff --git a/FlowPluginsTs/CommunityFlowPlugins/file/compareFileSizeRatio/2.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/file/compareFileSizeRatio/2.0.0/index.ts index c3dd7f0..079316f 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/file/compareFileSizeRatio/2.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/file/compareFileSizeRatio/2.0.0/index.ts @@ -20,6 +20,7 @@ const details = (): IpluginDetails => ({ icon: 'faQuestion', inputs: [ { + label: 'Greater Than', name: 'greaterThan', type: 'number', defaultValue: '40', @@ -30,6 +31,7 @@ const details = (): IpluginDetails => ({ + 'Default value is 40% so new file size must be at least 40% of original file size.', }, { + label: 'Less Than', name: 'lessThan', type: 'number', defaultValue: '110', diff --git a/FlowPluginsTs/CommunityFlowPlugins/file/copyToDirectory/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/file/copyToDirectory/1.0.0/index.ts index 92aec65..c04d61e 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/file/copyToDirectory/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/file/copyToDirectory/1.0.0/index.ts @@ -23,6 +23,7 @@ const details = (): IpluginDetails => ({ icon: 'faArrowRight', inputs: [ { + label: 'Output Directory', name: 'outputDirectory', type: 'string', defaultValue: '', @@ -32,6 +33,7 @@ const details = (): IpluginDetails => ({ tooltip: 'Specify ouput directory', }, { + label: 'Keep Relative Path', name: 'keepRelativePath', type: 'boolean', defaultValue: 'false', @@ -45,6 +47,7 @@ const details = (): IpluginDetails => ({ tooltip: 'Specify whether to keep the relative path', }, { + label: 'Make Working File', name: 'makeWorkingFile', type: 'boolean', defaultValue: 'false', diff --git a/FlowPluginsTs/CommunityFlowPlugins/file/deleteFile/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/file/deleteFile/1.0.0/index.ts index fe53fa5..99c4c02 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/file/deleteFile/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/file/deleteFile/1.0.0/index.ts @@ -20,6 +20,7 @@ const details = (): IpluginDetails => ({ icon: 'faTrash', inputs: [ { + label: 'File To Delete', name: 'fileToDelete', type: 'string', defaultValue: 'workingFile', diff --git a/FlowPluginsTs/CommunityFlowPlugins/file/moveToDirectory/2.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/file/moveToDirectory/2.0.0/index.ts index 2bf0446..3e6a032 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/file/moveToDirectory/2.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/file/moveToDirectory/2.0.0/index.ts @@ -25,6 +25,7 @@ const details = ():IpluginDetails => ({ icon: 'faArrowRight', inputs: [ { + label: 'Output Directory', name: 'outputDirectory', type: 'string', defaultValue: '', @@ -34,6 +35,7 @@ const details = ():IpluginDetails => ({ tooltip: 'Specify ouput directory', }, { + label: 'Keep Relative Path', name: 'keepRelativePath', type: 'boolean', defaultValue: 'false', diff --git a/FlowPluginsTs/CommunityFlowPlugins/file/renameFile/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/file/renameFile/1.0.0/index.ts index d48a263..10b4fb1 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/file/renameFile/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/file/renameFile/1.0.0/index.ts @@ -23,6 +23,7 @@ const details = (): IpluginDetails => ({ icon: '', inputs: [ { + label: 'File Rename', name: 'fileRename', type: 'string', // eslint-disable-next-line no-template-curly-in-string diff --git a/FlowPluginsTs/CommunityFlowPlugins/handbrake/handbrakeCustomArguments/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/handbrake/handbrakeCustomArguments/1.0.0/index.ts index 7ed495b..76dae1d 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/handbrake/handbrakeCustomArguments/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/handbrake/handbrakeCustomArguments/1.0.0/index.ts @@ -22,6 +22,7 @@ const details = ():IpluginDetails => ({ icon: '', inputs: [ { + label: 'Custom Arguments', name: 'customArguments', type: 'string', defaultValue: '-Z "Fast 1080p30" --all-subtitles', @@ -31,6 +32,7 @@ const details = ():IpluginDetails => ({ tooltip: 'Specify HandBrake arguments', }, { + label: 'JSON Preset', name: 'jsonPreset', type: 'string', defaultValue: '', @@ -40,6 +42,7 @@ const details = ():IpluginDetails => ({ tooltip: 'Paste a HandBrake JSON preset here. Leave blank to disable.', }, { + label: 'Container', name: 'container', type: 'string', defaultValue: 'mkv', diff --git a/FlowPluginsTs/CommunityFlowPlugins/input/inputFile/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/input/inputFile/1.0.0/index.ts index 187bbe0..cba91e7 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/input/inputFile/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/input/inputFile/1.0.0/index.ts @@ -22,6 +22,7 @@ const details = (): IpluginDetails => ({ icon: '', inputs: [ { + label: 'File Access Checks', name: 'fileAccessChecks', type: 'boolean', defaultValue: 'false', @@ -35,6 +36,7 @@ const details = (): IpluginDetails => ({ tooltip: 'Will check if input file and cache are readable and writable', }, { + label: 'Pause Node If Access Checks Fail', name: 'pauseNodeIfAccessChecksFail', type: 'boolean', defaultValue: 'false', diff --git a/FlowPluginsTs/CommunityFlowPlugins/tools/checkFlowVariable/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/tools/checkFlowVariable/1.0.0/index.ts index 41afb0e..266283a 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/tools/checkFlowVariable/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/tools/checkFlowVariable/1.0.0/index.ts @@ -19,6 +19,7 @@ const details = (): IpluginDetails => ({ icon: 'faQuestion', inputs: [ { + label: 'Variable', name: 'variable', type: 'string', defaultValue: '', @@ -41,6 +42,7 @@ const details = (): IpluginDetails => ({ `, }, { + label: 'Condition', name: 'condition', type: 'string', defaultValue: '==', @@ -55,6 +57,7 @@ const details = (): IpluginDetails => ({ }, { + label: 'Value', name: 'value', type: 'string', defaultValue: '', diff --git a/FlowPluginsTs/CommunityFlowPlugins/tools/checkNodeHardwareEncoder/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/tools/checkNodeHardwareEncoder/1.0.0/index.ts index e562064..d478819 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/tools/checkNodeHardwareEncoder/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/tools/checkNodeHardwareEncoder/1.0.0/index.ts @@ -29,6 +29,7 @@ const details = (): IpluginDetails => ({ icon: 'faQuestion', inputs: [ { + label: 'Hardware Encoder', name: 'hardwareEncoder', type: 'string', defaultValue: 'hevc_nvenc', diff --git a/FlowPluginsTs/CommunityFlowPlugins/tools/goToFlow/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/tools/goToFlow/1.0.0/index.ts index 51eb7f6..3bcda7b 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/tools/goToFlow/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/tools/goToFlow/1.0.0/index.ts @@ -19,6 +19,7 @@ const details = ():IpluginDetails => ({ icon: 'faArrowRight', inputs: [ { + label: 'Flow ID', name: 'flowId', type: 'string', defaultValue: '', diff --git a/FlowPluginsTs/CommunityFlowPlugins/tools/goToFlow/2.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/tools/goToFlow/2.0.0/index.ts index c04baec..a1843ad 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/tools/goToFlow/2.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/tools/goToFlow/2.0.0/index.ts @@ -19,6 +19,7 @@ const details = ():IpluginDetails => ({ icon: 'faArrowRight', inputs: [ { + label: 'Flow ID', name: 'flowId', type: 'string', defaultValue: '', @@ -29,6 +30,7 @@ const details = ():IpluginDetails => ({ tooltip: 'Specify flow ID to go to', }, { + label: 'Plugin ID', name: 'pluginId', type: 'string', defaultValue: 'start', diff --git a/FlowPluginsTs/CommunityFlowPlugins/tools/notifyRadarrOrSonarr/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/tools/notifyRadarrOrSonarr/1.0.0/index.ts index 2dd235b..2d9f75b 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/tools/notifyRadarrOrSonarr/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/tools/notifyRadarrOrSonarr/1.0.0/index.ts @@ -18,6 +18,7 @@ const details = (): IpluginDetails => ({ icon: 'faBell', inputs: [ { + label: 'Arr', name: 'arr', type: 'string', defaultValue: 'radarr', @@ -28,6 +29,7 @@ const details = (): IpluginDetails => ({ tooltip: 'Specify which arr to use', }, { + label: 'Arr API Key', name: 'arr_api_key', type: 'string', defaultValue: '', @@ -37,6 +39,7 @@ const details = (): IpluginDetails => ({ tooltip: 'Input your arr api key here', }, { + label: 'Arr Host', name: 'arr_host', type: 'string', defaultValue: 'http://192.168.1.1:7878', diff --git a/FlowPluginsTs/CommunityFlowPlugins/tools/waitTimeout/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/tools/waitTimeout/1.0.0/index.ts index f61d15f..20563a5 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/tools/waitTimeout/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/tools/waitTimeout/1.0.0/index.ts @@ -19,6 +19,7 @@ const details = (): IpluginDetails => ({ icon: 'faClock', inputs: [ { + label: 'Amount', name: 'amount', type: 'string', defaultValue: '1', @@ -28,6 +29,7 @@ const details = (): IpluginDetails => ({ tooltip: 'Specify the amount of time to wait', }, { + label: 'Unit', name: 'unit', type: 'string', defaultValue: 'seconds', diff --git a/FlowPluginsTs/CommunityFlowPlugins/tools/webRequest/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/tools/webRequest/1.0.0/index.ts index 76c19a2..92cd8d6 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/tools/webRequest/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/tools/webRequest/1.0.0/index.ts @@ -19,6 +19,7 @@ const details = (): IpluginDetails => ({ icon: 'faArrowRight', inputs: [ { + label: 'Method', name: 'method', type: 'string', defaultValue: 'post', @@ -34,6 +35,7 @@ const details = (): IpluginDetails => ({ tooltip: 'Specify request method', }, { + label: 'Request URL', name: 'requestUrl', type: 'string', defaultValue: 'http://example.com', @@ -43,6 +45,7 @@ const details = (): IpluginDetails => ({ tooltip: 'Specify request URL', }, { + label: 'Request Headers', name: 'requestHeaders', type: 'string', defaultValue: `{ @@ -57,6 +60,7 @@ const details = (): IpluginDetails => ({ tooltip: 'Specify request URL', }, { + label: 'Request Body', name: 'requestBody', type: 'string', defaultValue: `{ diff --git a/FlowPluginsTs/CommunityFlowPlugins/video/CheckVideoFramerate/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/video/CheckVideoFramerate/1.0.0/index.ts index 98a280f..615dd1a 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/video/CheckVideoFramerate/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/video/CheckVideoFramerate/1.0.0/index.ts @@ -19,6 +19,7 @@ const details = (): IpluginDetails => ({ icon: 'faQuestion', inputs: [ { + label: 'Greater Than', name: 'greaterThan', type: 'number', defaultValue: '0', @@ -28,6 +29,7 @@ const details = (): IpluginDetails => ({ tooltip: 'Specify lower bound of fps', }, { + label: 'Less Than', name: 'lessThan', type: 'number', defaultValue: '60', diff --git a/FlowPluginsTs/CommunityFlowPlugins/video/checkOverallBitrate/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/video/checkOverallBitrate/1.0.0/index.ts index d9bd7ee..fbddb3f 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/video/checkOverallBitrate/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/video/checkOverallBitrate/1.0.0/index.ts @@ -19,6 +19,7 @@ const details = (): IpluginDetails => ({ icon: 'faQuestion', inputs: [ { + label: 'Unit', name: 'unit', type: 'string', defaultValue: 'kbps', @@ -33,6 +34,7 @@ const details = (): IpluginDetails => ({ tooltip: 'Specify the unit to use', }, { + label: 'Greater Than', name: 'greaterThan', type: 'number', defaultValue: '0', @@ -42,6 +44,7 @@ const details = (): IpluginDetails => ({ tooltip: 'Specify lower bound', }, { + label: 'Less Than', name: 'lessThan', type: 'number', defaultValue: '10000', diff --git a/FlowPluginsTs/CommunityFlowPlugins/video/checkVideoBitrate/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/video/checkVideoBitrate/1.0.0/index.ts index 4c6182d..84ce0d5 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/video/checkVideoBitrate/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/video/checkVideoBitrate/1.0.0/index.ts @@ -19,6 +19,7 @@ const details = (): IpluginDetails => ({ icon: 'faQuestion', inputs: [ { + label: 'Unit', name: 'unit', type: 'string', defaultValue: 'kbps', @@ -33,6 +34,7 @@ const details = (): IpluginDetails => ({ tooltip: 'Specify the unit to use', }, { + label: 'Greater Than', name: 'greaterThan', type: 'number', defaultValue: '0', @@ -42,6 +44,7 @@ const details = (): IpluginDetails => ({ tooltip: 'Specify lower bound', }, { + label: 'Less Than', name: 'lessThan', type: 'number', defaultValue: '10000', diff --git a/FlowPluginsTs/CommunityFlowPlugins/video/checkVideoCodec/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/video/checkVideoCodec/1.0.0/index.ts index 03de313..39f9364 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/video/checkVideoCodec/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/video/checkVideoCodec/1.0.0/index.ts @@ -19,6 +19,7 @@ const details = ():IpluginDetails => ({ icon: 'faQuestion', inputs: [ { + label: 'Codec', name: 'codec', type: 'string', defaultValue: 'hevc', diff --git a/FlowPluginsTs/CommunityFlowPlugins/video/runHealthCheck/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/video/runHealthCheck/1.0.0/index.ts index 7a9d996..550062b 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/video/runHealthCheck/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/video/runHealthCheck/1.0.0/index.ts @@ -23,6 +23,7 @@ const details = (): IpluginDetails => ({ icon: '', inputs: [ { + label: 'Type', name: 'type', type: 'string', defaultValue: 'quick', diff --git a/FlowPluginsTs/CommunityFlowPlugins/video/transcodeVideo/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/video/transcodeVideo/1.0.0/index.ts index 50f48b3..14b7d1e 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/video/transcodeVideo/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/video/transcodeVideo/1.0.0/index.ts @@ -21,6 +21,7 @@ const details = ():IpluginDetails => ({ icon: '', inputs: [ { + label: 'Target Codec', name: 'target_codec', type: 'string', defaultValue: 'hevc', diff --git a/FlowPluginsTs/FlowHelpers/1.0.0/interfaces/interfaces.ts b/FlowPluginsTs/FlowHelpers/1.0.0/interfaces/interfaces.ts index 7fc42fe..d9f2c0a 100644 --- a/FlowPluginsTs/FlowHelpers/1.0.0/interfaces/interfaces.ts +++ b/FlowPluginsTs/FlowHelpers/1.0.0/interfaces/interfaces.ts @@ -32,7 +32,7 @@ export interface IpluginInputUi { } export interface IpluginInputs { - label?: string, + label: string, name: string, type: 'string' | 'boolean' | 'number', defaultValue: string,