[solved] [FIXED] Survivor season 40 not automatically matching (1 Viewer)

whatisk

Portal Pro
May 21, 2007
246
12
Brisbane
Home Country
Australia Australia
I am using all the default regex expressions for matching shows and have never had an issue until season 40 of Survivor. When it tries to match it, I get the season match prompt appear and the name 'survivor s40e02' (for example). If I remove the 's40e02' from the search it then finds Survivor but the episode doesn't show in the list afterwards.

If I go through the config outside of MePo and do a scan, I need to manually select the episode from the list of known ones.
The filename is in format of 'survivor.s40e02.mkv'

Is there something I need to fix/add in the regex expressions to get these episodes added automatically?

Cheers.
 
Last edited:

whatisk

Portal Pro
May 21, 2007
246
12
Brisbane
Home Country
Australia Australia
Got this sorted by adding the following expression:
(?<series>[^\\$]*)s(?<season>\d{1,2})e(?<episode>\d{1,2})
 

Users who are viewing this thread

Top Bottom