mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-10 07:50:29 -07:00
Apply auto-build changes
This commit is contained in:
parent
e725cad660
commit
b7d7bdd45e
40 changed files with 84 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ var details = function () { return ({
|
|||
icon: '',
|
||||
inputs: [
|
||||
{
|
||||
label: 'i',
|
||||
name: 'i',
|
||||
type: 'string',
|
||||
defaultValue: '-23.0',
|
||||
|
|
@ -63,6 +64,7 @@ var details = function () { return ({
|
|||
tooltip: "\"i\" value used in loudnorm pass \\n\n defaults to -23.0",
|
||||
},
|
||||
{
|
||||
label: 'lra',
|
||||
name: 'lra',
|
||||
type: 'string',
|
||||
defaultValue: '7.0',
|
||||
|
|
@ -72,6 +74,7 @@ var details = function () { return ({
|
|||
tooltip: "Desired lra value. \\n Defaults to 7.0 \n ",
|
||||
},
|
||||
{
|
||||
label: 'tp',
|
||||
name: 'tp',
|
||||
type: 'string',
|
||||
defaultValue: '-2.0',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue