geoffstewart / ftr-guide-enhancer

Automatically exported from code.google.com/p/ftr-guide-enhancer
0 stars 0 forks source link

Allow regexp or wildcard matching of series names #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I hope you don't mind requests. :)

The current implementation of series name mapping in TvdbLibAccess.cs requires 
an exact match, which is problematic in a number of cases. For example there's 
a certain kids' show that for some reason contains the series and episode 
titles as the series title, so the 'series' is different each week. With a 
wildcard or regexp it would be simple to handle this. There are also cases 
where a channel sometimes has series' age rating included in the title and 
sometimes does not. Regexp would work with these too.

Original issue reported on code.google.com by arova...@gmail.com on 11 Nov 2010 at 7:08

GoogleCodeExporter commented 9 years ago
I don't mind requests at all... after all, they're just requests ;)

Seems do-able for sure.  I tend to lean towards a regex solution rather than a 
wildcard thing just for ultimate flexibility.

I'll try to work on this soon.

Original comment by geoff.b....@gmail.com on 12 Nov 2010 at 6:51

GoogleCodeExporter commented 9 years ago

Original comment by geoff.b....@gmail.com on 12 Nov 2010 at 6:51

GoogleCodeExporter commented 9 years ago
I submitted version 0.5 that has the first implementation of Regular Expression 
matching on the guide data series name... let me know if that works for you.

Original comment by geoff.b....@gmail.com on 15 Nov 2010 at 12:39

GoogleCodeExporter commented 9 years ago
I've been testing this for a few days now and everything seems to be working 
just fine.

Original comment by arova...@gmail.com on 19 Nov 2010 at 6:53

GoogleCodeExporter commented 9 years ago
Great!  I'll close this as complete then.

Original comment by geoff.b....@gmail.com on 19 Nov 2010 at 8:05