mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 23:48:15 -07:00
Add labels
This commit is contained in:
parent
8c8ef277df
commit
ae0ff14bf0
39 changed files with 79 additions and 1 deletions
|
|
@ -21,6 +21,7 @@ const details = (): IpluginDetails => ({
|
|||
icon: '',
|
||||
inputs: [
|
||||
{
|
||||
label: 'Process Order',
|
||||
name: 'processOrder',
|
||||
type: 'string',
|
||||
defaultValue: 'codecs,channels,languages,streamTypes',
|
||||
|
|
@ -38,6 +39,7 @@ The default order is suitable for most people.
|
|||
`,
|
||||
},
|
||||
{
|
||||
label: 'Languages',
|
||||
name: 'languages',
|
||||
type: 'string',
|
||||
defaultValue: '',
|
||||
|
|
@ -51,6 +53,7 @@ The default order is suitable for most people.
|
|||
`,
|
||||
},
|
||||
{
|
||||
label: 'Channels',
|
||||
name: 'channels',
|
||||
type: 'string',
|
||||
defaultValue: '7.1,5.1,2,1',
|
||||
|
|
@ -64,6 +67,7 @@ The default order is suitable for most people.
|
|||
7.1,5.1,2,1`,
|
||||
},
|
||||
{
|
||||
label: 'Codecs',
|
||||
name: 'codecs',
|
||||
type: 'string',
|
||||
defaultValue: '',
|
||||
|
|
@ -77,6 +81,7 @@ The default order is suitable for most people.
|
|||
aac,ac3`,
|
||||
},
|
||||
{
|
||||
label: 'Stream Types',
|
||||
name: 'streamTypes',
|
||||
type: 'string',
|
||||
defaultValue: 'video,audio,subtitle',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue