mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-14 01:36:08 -07:00
Add labels
This commit is contained in:
parent
8c8ef277df
commit
ae0ff14bf0
39 changed files with 79 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue