mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 15:38:19 -07:00
Add dropdown
This commit is contained in:
parent
034250f74a
commit
1c032958c9
1 changed files with 10 additions and 2 deletions
|
|
@ -34,7 +34,11 @@ const details = () => ({
|
|||
type: 'boolean',
|
||||
defaultValue: false,
|
||||
inputUI: {
|
||||
type: 'text',
|
||||
type: 'dropdown',
|
||||
options: [
|
||||
'false',
|
||||
'true',
|
||||
]
|
||||
},
|
||||
tooltip: `Specify if audio tracks that contain commentary/description should be removed.
|
||||
\\nExample:\\n
|
||||
|
|
@ -65,7 +69,11 @@ const details = () => ({
|
|||
type: 'boolean',
|
||||
defaultValue: false,
|
||||
inputUI: {
|
||||
type: 'text',
|
||||
type: 'dropdown',
|
||||
options: [
|
||||
'false',
|
||||
'true',
|
||||
]
|
||||
},
|
||||
tooltip: `Specify audio tracks with no title to be tagged with the number of channels they contain.
|
||||
\\nDo NOT use this with mp4, as mp4 does not support title tags.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue