mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 15:38:19 -07:00
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>
This commit is contained in:
parent
c12272c2a8
commit
d0a5ccf078
1 changed files with 9 additions and 5 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue