<div dir="ltr">On Mon, Aug 25, 2008 at 2:48 AM, Tomi Makinen <span dir="ltr">&lt;<a href="mailto:makinen@gmail.com">makinen@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><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&nbsp; ?<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&nbsp; 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><br>You can do it using a power search in mythweb, too.&nbsp; You just click on the &quot;Power Search&quot; radio button.&nbsp; In this case, you have to build the search query yourself.&nbsp; For &quot;House&quot;, it would be just like before:<br>
<br>program.title=&#39;House&#39;<br><br>For CSI, you can do it a couple ways.&nbsp; You could use 2 rules, and do an exact match, or you can do it with one and get a little fancy.&nbsp; Here&#39;s how you might do it in one:<br><br>
program.title like &#39;CSI%&#39; and not program.title like &#39;%Miami%&#39; <br></div></div><br>It helps if you&#39;re a little familiar with SQL syntax.<br><br>You don&#39;t need to worry about the day-of-week stuff unless you set the schedule type to one that takes that into account.&nbsp; The default &quot;Record at any time on any channel&quot; ignores that.<br>
<br>If this is the sort of thing you want to do regularly, you might consider installing Brad Templeton&#39;s &quot;tvwish&quot; program.&nbsp; It&#39;ll automatically schedule programs for you as they show up based on titles you put in text files.&nbsp; It&#39;s very flexible.<br>
<br>Carl Fongheiser<br></div>