PDA

View Full Version : TV episode recognition help required


Keljian
2009-07-12, 09:24
Hi Guys,

I've got an odd naming convention going on and would like some assistance with setting up the advanced settings file.

An example of the format is as follows ~\TV Series\Black Books\Season 01\01 pilot.avi

I've tried:
<advancedsettings>
<tvshowmatching>
<regexp>Season[\._ ]([0-9]+)[\\/]([0-9]+)[^\\/]*</regexp>
<tvshowmatching>
</advancedsettings>

To no avail, and was wondering if one of you might be able to give me a hand..

Neph
2009-07-13, 05:32
Have you tried renaming the episode to s01e01 pilot.avi? I don't think it's really necessary to alter the advanced setting in order to scrape episodes.

Keljian
2009-07-13, 09:33
SWMBO asks that I don't do it that way, I can add a suffix but not a prefix.

reaven
2009-07-17, 09:37
<regexp>[/\\]season[^\w]?(\d{1,2})[^\d]*[/\\](\d\d?)[^\w]([^/\\]*)</regexp>