2011-05-08, 17:55
I swear there use to be a setting in the tvdb scraper for "show by air date"
XXShow.2010.11.01.Zach.Galifianakis.HDTV.XviD-FQM.[VTV].avi
I've tried:
<regexp bydate="true">([0-9]{4})[\.-]([0-9]{2})[\.-]([0-9]{2})</regexp>
<regexp byDate="true">([0-9]{4})[\.-]([0-9]{2})[\.-]([0-9]{2})</regexp>
<regexp>([0-9]{4})[\.-]([0-9]{2})[\.-]([0-9]{2})</regexp>
any suggestions or does this need to be done in the tvdb scraper?
XXShow.2010.11.01.Zach.Galifianakis.HDTV.XviD-FQM.[VTV].avi
I've tried:
<regexp bydate="true">([0-9]{4})[\.-]([0-9]{2})[\.-]([0-9]{2})</regexp>
<regexp byDate="true">([0-9]{4})[\.-]([0-9]{2})[\.-]([0-9]{2})</regexp>
<regexp>([0-9]{4})[\.-]([0-9]{2})[\.-]([0-9]{2})</regexp>
any suggestions or does this need to be done in the tvdb scraper?