Add options dropdown

make-only-subtitle-default
HaveAGitGat 4 years ago
parent e4c79d69a0
commit a9c579c0f2

@ -30,7 +30,11 @@ const details = () => ({
type: 'boolean',
defaultValue: false,
inputUI: {
type: 'text',
type: 'dropdown',
options: [
'false',
'true',
]
},
tooltip: `Make the file conform to output containers requirements.
\\n Drop hdmv_pgs_subtitle/eia_608/subrip/timed_id3 for MP4.

@ -14,7 +14,11 @@ const details = () => ({
type: 'boolean',
defaultValue: false,
inputUI: {
type: 'text',
type: 'dropdown',
options: [
'false',
'true',
]
},
tooltip: `Specify if audio titles should be checked & cleaned. Optional.
\\nExample:\\n
@ -28,7 +32,11 @@ const details = () => ({
type: 'boolean',
defaultValue: false,
inputUI: {
type: 'text',
type: 'dropdown',
options: [
'false',
'true',
]
},
tooltip: `Specify if subtitle titles should be checked & cleaned. Optional.
\\nExample:\\n

@ -29,7 +29,11 @@ const details = () => ({
type: 'boolean',
defaultValue: false,
inputUI: {
type: 'text',
type: 'dropdown',
options: [
'false',
'true',
]
},
tooltip: `Specify if subtitle tracks that contain commentary/description should be removed.
\\nExample:\\n

Loading…
Cancel
Save