<div class="gmail_quote">On Mon, Mar 21, 2011 at 3:24 AM, David Whyte <span dir="ltr">&lt;<a href="mailto:david.whyte@gmail.com">david.whyte@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
Since the F1 starts again this coming weekend, I was checking that<br>
myth was setup to record this season.  It turns out that last years<br>
rule was to record &#39;Formula One&#39;, but this year, it is being listed as<br>
&#39;Australian Formula 1 Grand Prix&#39; (at least here in Australia with my<br>
Shepherd TV guide data).<br>
<br>
Does anyone have a decent custom search rule for capturing the Formula<br>
1 regardless of name.  I was hoping to be able to put a regex in the<br>
search box, but I am not sure it works.<br>
<br>
Cheers for any feedback.<br>
<br>
Whytey<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
</blockquote></div><br><div><br></div><div>I use:</div><div><br></div><div><div>(program.title LIKE &#39;%formula 1%&#39;</div><div>OR program.title LIKE &#39;%F1%&#39;</div><div>OR program.subtitle LIKE &#39;%formula 1%&#39;</div>
<div>OR program.subtitle LIKE &#39;%F1%&#39;</div><div>OR program.description LIKE &#39;%formula 1%&#39;</div><div>OR program.description LIKE &#39;%F1%&#39;)</div></div><div><br></div><div>it does pick up the occasional program that isn&#39;t Formula 1 (due to mentioning F1 in the description) but thats on only 3 or 4 a year and can easily be ignored (although they can be worth a watch too if you are F1 crazy).</div>