Add labels

This commit is contained in:
HaveAGitGat 2023-11-27 07:29:03 +00:00
parent ae0ff14bf0
commit e725cad660
2 changed files with 6 additions and 0 deletions

View file

@ -22,6 +22,7 @@ const details = ():IpluginDetails => ({
icon: '', icon: '',
inputs: [ inputs: [
{ {
label: 'Custom Arguments',
name: 'customArguments', name: 'customArguments',
type: 'string', type: 'string',
defaultValue: '-Z "Fast 1080p30" --all-subtitles', defaultValue: '-Z "Fast 1080p30" --all-subtitles',
@ -31,6 +32,7 @@ const details = ():IpluginDetails => ({
tooltip: 'Specify HandBrake arguments', tooltip: 'Specify HandBrake arguments',
}, },
{ {
label: 'JSON Preset',
name: 'jsonPreset', name: 'jsonPreset',
type: 'string', type: 'string',
defaultValue: '', defaultValue: '',
@ -40,6 +42,7 @@ const details = ():IpluginDetails => ({
tooltip: 'Paste a HandBrake JSON preset here. Leave blank to disable.', tooltip: 'Paste a HandBrake JSON preset here. Leave blank to disable.',
}, },
{ {
label: 'Container',
name: 'container', name: 'container',
type: 'string', type: 'string',
defaultValue: 'mkv', defaultValue: 'mkv',

View file

@ -19,6 +19,7 @@ const details = (): IpluginDetails => ({
icon: 'faQuestion', icon: 'faQuestion',
inputs: [ inputs: [
{ {
label: 'Variable',
name: 'variable', name: 'variable',
type: 'string', type: 'string',
defaultValue: '', defaultValue: '',
@ -41,6 +42,7 @@ const details = (): IpluginDetails => ({
`, `,
}, },
{ {
label: 'Condition',
name: 'condition', name: 'condition',
type: 'string', type: 'string',
defaultValue: '==', defaultValue: '==',
@ -55,6 +57,7 @@ const details = (): IpluginDetails => ({
}, },
{ {
label: 'Value',
name: 'value', name: 'value',
type: 'string', type: 'string',
defaultValue: '', defaultValue: '',