- March 28, 2009
- 72
- 2
Wow this regex is making my head hurt...
I am struggling getting my Daily Show torrent downloads to be recognized no doubt due to the file name structure that they come with.
Here's my dir and name structure...
/The Daily Show/The.Daily.Show.2009.10.13.Chesley.Sullenberger.PDT V.XviD-FQM.[VTV].avi
I'd like the episodes to list like this in Media Portal (using the example name above)...
2009 10 13 Chesley Sullenberger
So far I have found this but I don't even know how to read it properly...
(?<series>[^\\\[]*)\\[a-z \.]*(?<season>[0-9]{2})(\.|-)(?<episode>[0-9]{2})(\.|-)[0-9]{2}[a-z -\[\]]*\.(?<ext>[^.]*)
Hope this makes sense to someone as it makes both of my brain cells ache
Alternatively if someone knows a good stable torrent RSS they can PM me that already provides accurately named 'Daily Show' and 'Colbert Report' that work with MyTVSeries default filters that would be even better
I am struggling getting my Daily Show torrent downloads to be recognized no doubt due to the file name structure that they come with.
Here's my dir and name structure...
/The Daily Show/The.Daily.Show.2009.10.13.Chesley.Sullenberger.PDT V.XviD-FQM.[VTV].avi
I'd like the episodes to list like this in Media Portal (using the example name above)...
2009 10 13 Chesley Sullenberger
So far I have found this but I don't even know how to read it properly...
(?<series>[^\\\[]*)\\[a-z \.]*(?<season>[0-9]{2})(\.|-)(?<episode>[0-9]{2})(\.|-)[0-9]{2}[a-z -\[\]]*\.(?<ext>[^.]*)
Hope this makes sense to someone as it makes both of my brain cells ache
Alternatively if someone knows a good stable torrent RSS they can PM me that already provides accurately named 'Daily Show' and 'Colbert Report' that work with MyTVSeries default filters that would be even better