Adds missing details and fixes tooltip formating (#261)

* Adds missing details and fixes tooltip formating

The audio & subtitle stream titles are not altogether removed. Should probably add another option for that down the road.

* Fix lint errors

* Adds missing details and fixes tooltip formating

The audio & subtitle stream titles are not altogether removed. Should probably add another option for that down the road.

* Fix lint errors

Co-authored-by: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com>
make-only-subtitle-default
Enigma 4 years ago committed by GitHub
parent c12272c2a8
commit d0a5ccf078
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,9 @@ const details = () => ({
'true',
],
},
tooltip: `Specify if audio titles should be checked & cleaned. Optional.
tooltip: `
Specify if audio titles should be checked & cleaned.
Optional. Only removes titles if they contain at least 3 '.' characters.
\\nExample:\\n
true
@ -36,7 +38,9 @@ const details = () => ({
'true',
],
},
tooltip: `Specify if subtitle titles should be checked & cleaned. Optional.
tooltip: `
Specify if subtitle titles should be checked & cleaned.
Optional. Only removes titles if they contain at least 3 '.' characters.
\\nExample:\\n
true
@ -51,9 +55,9 @@ const details = () => ({
type: 'text',
},
tooltip: `If you enable audio or subtitle cleaning the plugin only looks for titles with more then 3 full stops.
//nThis is one way to identify junk metadata without removing real metadata that you might want.
//nHere you can specify your own text for it to also search for to match and remove.
//nComma separated. Optional.
\\nThis is one way to identify junk metadata without removing real metadata that you might want.
\\nHere you can specify your own text for it to also search for to match and remove.
\\nComma separated. Optional.
\\nExample:\\n
MiNX - Small HD episodes

Loading…
Cancel
Save