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: '',
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',

View file

@ -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: '',