mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-13 09:20:27 -07:00
Add labels
This commit is contained in:
parent
8c8ef277df
commit
ae0ff14bf0
39 changed files with 79 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ const details = ():IpluginDetails => ({
|
|||
icon: 'faQuestion',
|
||||
inputs: [
|
||||
{
|
||||
label: 'Codec',
|
||||
name: 'codec',
|
||||
type: 'string',
|
||||
defaultValue: 'aac',
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ const details = (): IpluginDetails => ({
|
|||
icon: 'faQuestion',
|
||||
inputs: [
|
||||
{
|
||||
label: 'Channel Count',
|
||||
name: 'channelCount',
|
||||
type: 'number',
|
||||
defaultValue: '2',
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ const details = (): IpluginDetails => ({
|
|||
icon: '',
|
||||
inputs: [
|
||||
{
|
||||
label: 'i',
|
||||
name: 'i',
|
||||
type: 'string',
|
||||
defaultValue: '-23.0',
|
||||
|
|
@ -31,6 +32,7 @@ const details = (): IpluginDetails => ({
|
|||
defaults to -23.0`,
|
||||
},
|
||||
{
|
||||
label: 'lra',
|
||||
name: 'lra',
|
||||
type: 'string',
|
||||
defaultValue: '7.0',
|
||||
|
|
@ -41,6 +43,7 @@ const details = (): IpluginDetails => ({
|
|||
`,
|
||||
},
|
||||
{
|
||||
label: 'tp',
|
||||
name: 'tp',
|
||||
type: 'string',
|
||||
defaultValue: '-2.0',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue