mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-14 17:55:55 -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: '',
|
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',
|
||||||
|
|
|
||||||
|
|
@ -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: '',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue