- March 10, 2006
- 4,434
- 1,897
- Moderator
- #811
Supported Already = How I Met Your Mother\Season 1\1x04 - Return of the Shirt
Yours = How I Met Your Mother\Season 1 (2005-2006)\1x04 - Return of the Shirt
So removing " (2005-2006)" would solve it.
That is what "String Replacements" are for. Adding the following dynamic one would solve your problems:
Enabled =checked
Used as Tag = unchecked
Run before matching = checked
Is RegEx = checked
Replace this = \s+\(\d{4}-\d{4}\)
With this = <empty>
Enjoy.
Yours = How I Met Your Mother\Season 1 (2005-2006)\1x04 - Return of the Shirt
So removing " (2005-2006)" would solve it.
That is what "String Replacements" are for. Adding the following dynamic one would solve your problems:
Enabled =checked
Used as Tag = unchecked
Run before matching = checked
Is RegEx = checked
Replace this = \s+\(\d{4}-\d{4}\)
With this = <empty>
Enjoy.