<div dir="ltr">Cool, thanks.. I am familiar with sql, so that is not a problem<br><br><div class="gmail_quote">On Mon, Aug 25, 2008 at 2:25 PM, Carl Fongheiser <span dir="ltr"><<a href="mailto:carlfongheiser@gmail.com">carlfongheiser@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div dir="ltr"><div><div></div><div class="Wj3C7c">On Mon, Aug 25, 2008 at 2:48 AM, Tomi Makinen <span dir="ltr"><<a href="mailto:makinen@gmail.com" target="_blank">makinen@gmail.com</a>></span> wrote:<br>
</div></div><div class="gmail_quote"><div><div></div><div class="Wj3C7c"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div dir="ltr">Exact title match will work with house. I but I have not found that option in mythweb. I quite rarely schedule anything via frontend. Is it frontend only ?<br>I did not get the regexp to wok via mythweb.<br>
<br>I would like to keep the recording schedules list as simple as possilbe. Thats why exclusions would be cool Fex. if I record all C.S.I and I dont like miami ( or it is only reruns), I could exlude it always.<br><br>
For the title search I rely on the duplicate check alot, sometimes I cannot record the first showing, so the rerun is recorded.<br>
</div></blockquote></div></div><div><br>You can do it using a power search in mythweb, too. You just click on the "Power Search" radio button. In this case, you have to build the search query yourself. For "House", it would be just like before:<br>
<br>program.title='House'<br><br>For CSI, you can do it a couple ways. You could use 2 rules, and do an exact match, or you can do it with one and get a little fancy. Here's how you might do it in one:<br><br>
program.title like 'CSI%' and not program.title like '%Miami%' <br></div></div><br>It helps if you're a little familiar with SQL syntax.<br><br>You don't need to worry about the day-of-week stuff unless you set the schedule type to one that takes that into account. The default "Record at any time on any channel" ignores that.<br>
<br>If this is the sort of thing you want to do regularly, you might consider installing Brad Templeton's "tvwish" program. It'll automatically schedule programs for you as they show up based on titles you put in text files. It's very flexible.<br>
<br>Carl Fongheiser<br></div>
<br>_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
<br></blockquote></div><br></div>