mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
Add labels
This commit is contained in:
parent
ae0ff14bf0
commit
e725cad660
2 changed files with 6 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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: '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue