mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 23:48:15 -07:00
Apply auto-build changes
This commit is contained in:
parent
e725cad660
commit
b7d7bdd45e
40 changed files with 84 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ var details = function () { return ({
|
|||
icon: '',
|
||||
inputs: [
|
||||
{
|
||||
label: 'Property To Check',
|
||||
name: 'propertyToCheck',
|
||||
type: 'string',
|
||||
defaultValue: 'codec_name',
|
||||
|
|
@ -25,6 +26,7 @@ var details = function () { return ({
|
|||
tooltip: "\n Enter one stream property to check.\n \n \\nExample:\\n\n codec_name\n\n \\nExample:\\n\n tags.language\n ",
|
||||
},
|
||||
{
|
||||
label: 'Values To Remove',
|
||||
name: 'valuesToRemove',
|
||||
type: 'string',
|
||||
defaultValue: 'aac',
|
||||
|
|
@ -34,6 +36,7 @@ var details = function () { return ({
|
|||
tooltip: "\n Enter values of the property above to remove. For example, if removing by codec_name, could enter ac3,aac:\n \n \\nExample:\\n\n ac3,aac\n ",
|
||||
},
|
||||
{
|
||||
label: 'Condition',
|
||||
name: 'condition',
|
||||
type: 'string',
|
||||
defaultValue: 'includes',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue