By default, DVRMSToolbox uses this exact text string:
(?<series>.+)\.[s,S](?<season>\d+)[e,E](?<episodenbr>\d+)\.
Are you saying that this should be replaced with what you typed below?
JohnGalt:Here's a refined version that works with the odd version of RegEx that DVRMSToolbox uses:
(?.+?)[ \.-]+[ sS]*(?\d+)[eExX](?\d+).*