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
|
|
@ -20,6 +20,7 @@ const details = (): IpluginDetails => ({
|
|||
icon: '',
|
||||
inputs: [
|
||||
{
|
||||
label: 'Audio Encoder',
|
||||
name: 'audioEncoder',
|
||||
type: 'string',
|
||||
defaultValue: 'aac',
|
||||
|
|
@ -41,6 +42,7 @@ const details = (): IpluginDetails => ({
|
|||
'Enter the desired audio codec',
|
||||
},
|
||||
{
|
||||
label: 'Language',
|
||||
name: 'language',
|
||||
type: 'string',
|
||||
defaultValue: 'en',
|
||||
|
|
@ -52,6 +54,7 @@ const details = (): IpluginDetails => ({
|
|||
+ ' Case-insensitive. One tag only',
|
||||
},
|
||||
{
|
||||
label: 'Channels',
|
||||
name: 'channels',
|
||||
type: 'number',
|
||||
defaultValue: '2',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue