1
Support / Re: Season 2 not recognized
« on: March 11, 2010, 09:13:09 pm »
I found some tips in other posts about regexps. I thought this string (from your post Rick, http://www.videodb.info/forum_en/index.php?topic=1168.0) would work for this kind of title formatting but it is still showing as season 1
(?i)^.*\\(?P<title>.*)(s|\b)(?P<season>[0-9]{1})(?P<episode>[0-9]{2})
What do I need to change?
(?i)^.*\\(?P<title>.*)(s|\b)(?P<season>[0-9]{1})(?P<episode>[0-9]{2})
What do I need to change?