<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 11/4/2012 2:13 PM, Wim wrote:<br>
    </div>
    <blockquote cite="mid:509669F7.5090800@gmail.com" type="cite">
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <p class="MsoNormal"><span style="mso-ansi-language:EN-GB"
          lang="EN-GB">Hello<br>
          <br>
          I have I few power search rules like below. <br>
          <br>
          program.title LIKE '%de wereld draait door%'<br>
          AND channel.callsign like '%ned%'<br>
          AND HOUR(program.starttime)&gt;=19<br>
          AND HOUR(program.starttime)&lt;=21<o:p></o:p></span></p>
      <p class="MsoNormal"><span style="mso-ansi-language:EN-GB"
          lang="EN-GB">But after the stat off wintertime last weekend.<o:p></o:p></span></p>
      <p class="MsoNormal"><span style="mso-ansi-language:EN-GB"
          lang="EN-GB">I had to change the rule like this.<o:p></o:p></span></p>
      <p class="MsoNormal"><span style="mso-ansi-language:EN-GB"
          lang="EN-GB">program.title LIKE '%de wereld draait door%'<br>
          AND channel.callsign like '%ned%'<br>
          AND HOUR(program.starttime)&gt;=18<br>
          AND HOUR(program.starttime)&lt;=20<o:p></o:p></span></p>
      <p class="MsoNormal"><span style="mso-ansi-language:EN-GB"
          lang="EN-GB">So apparently Mythtv does not handle <span
            style="mso-spacerun:yes">&nbsp;</span>daylight saving <span
            style="mso-spacerun:yes">&nbsp;</span>properly.<o:p></o:p></span></p>
      <p class="MsoNormal"><span style="mso-ansi-language:EN-GB"
          lang="EN-GB">What can I do to make this work properly.<br>
        </span></p>
      <p class="MsoNormal">I am using 0.26 fixes (mythbuntu 12.04)<br>
        All epg data is coming from sattelite Canal digtaal and BBC<br>
      </p>
      <span style="mso-ansi-language:EN-GB" lang="EN-GB"></span><br>
    </blockquote>
    <br>
    I've been using a recording rule for this program via mythweb using
    'record this program in this timeslot everyday'.<br>
    That seems to accomplish exactly the same as your rule and it
    automatically picked up 'changed'&nbsp; times.<br>
    Any specific reason to record it your way, other than the obvious:
    "because I can" ? ;)<br>
    <br>
    Jos<br>
  </body>
</html>