I've found a problem with 2 files (out of 7,000... not a bad ratio for having issues...

Example:
Rockford Files, The S00E01 -- Backlash of the Hunter (Part 1)
Rockford Files, The S00E02 -- Backlash of the Hunter (Part 2)
After combining the files, I'm trying to get the name to:
Rockford Files, The S00E01-E02 -- Backlash of the Hunter
While my standard episode format works for renaming regular seasons, like S01E01-E02, something is missing when it's a special (or, S00) that I'm unable to see... any thoughts?
Code: Select all
{(fn.match(/(?i)(\bS\d{2}E\d{2}[a-zA-Z])\b/)) ? (fn.match(/(?i)(\bS\d{2}E\d{2}[a-zA-Z])\b/)+' - ') : ''}
{episode.special ? ('S00E'+special.pad(2)+' (S'+episode.season.pad(2))+'Sp'+special.pad(2)+')' : s00e00}