<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Oh, nice!&nbsp; I didn't know that "program.hdtv" was a valid expression.&nbsp;
Thank you!<br>
<br>
<blockquote cite="mid44594012.4060800@lvcm.com" type="cite">
  <pre wrap="">Gary Dezern wrote:
...
  </pre>
  <blockquote type="cite">
    <pre wrap="">Is there a way to search for programming based on flags such as "HDTV"?  
For example, when I search listings in MythWeb, I can specify HDTV 
programming.  My wife wants to be able to schedule every single showing 
of a given show, but only when it's presented in HD...
    </pre>
  </blockquote>
  <pre wrap=""><!---->
In mythfrontend, go to Custom Record and choose "Match an exact
title" and "Only shows marked as HDTV":

program.title = 'The Given Show' 
AND program.hdtv &gt; 0 

<a class="moz-txt-link-freetext" href="http://www.mythtv.org/docs/mythtv-HOWTO-12.html#ss12.5">http://www.mythtv.org/docs/mythtv-HOWTO-12.html#ss12.5</a>

--  bjm
_______________________________________________
mythtv-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<a class="moz-txt-link-freetext" href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a>

  </pre>
</blockquote>
<br>
</body>
</html>