Terise,
The problem is your filenames are not in the exact format that the regex is expecting. It wants to find " - " (space dash space) between the different fields. Your filename example does not make use of that exact field delimiter.
It would work correctly if you had "Women of the Otherworld 8 - Personal Demon".
I believe the brackets will also be a problem as they might be considered an end of word / whitespace (the "\s" portion of the regex).
|