<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Op 9-11-2012 7:45, Nick Rout schreef:
    <blockquote
cite="mid:CALmzFLZU1T3DUvxShDxiT+yugn+wCE1FQez2g7pcHXdUCXreHA@mail.gmail.com"
      type="cite"><br>
      <br>
      <div class="gmail_quote">On Fri, Nov 9, 2012 at 9:52 AM, Wim <span
          dir="ltr">&lt;<a moz-do-not-send="true"
            href="mailto:w.f.mythbuster@gmail.com" target="_blank">w.f.mythbuster@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">
          Op 8-11-2012 7:37, Karl Dietz schreef:
          <div class="im"><br>
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">
              On 04.11.2012 14:13, Wim wrote:<br>
              <br>
              <blockquote class="gmail_quote" style="margin:0 0 0
                .8ex;border-left:1px #ccc solid;padding-left:1ex">
                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<br>
                <br>
                But after the stat off wintertime last weekend.<br>
                <br>
                I had to change the rule like this.<br>
                <br>
                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<br>
                <br>
                So apparently Mythtv does not handle daylight saving
                properly.<br>
                <br>
                What can I do to make this work properly.<br>
              </blockquote>
              <br>
              Can you, as a quick work around, simply make the window
              larger?<br>
              18-21 in this case?<br>
              <br>
              Or best, just not use power rules with times. They are
              always a<br>
              workaround for a broken guide that doesn't properly assign
              the same<br>
              programid to multiple showings of the same program.<br>
            </blockquote>
          </div>
          How is a user supposed to fix guide data.
          <div class="im"><br>
          </div>
        </blockquote>
        <div><br>
          Download the xmltv data and process with a text processing
          language like python, with a known set of rules. Just like
          everyone else does :)<br>
        </div>
      </div>
    </blockquote>
    End users don't do such things.<br>
    Also the eit data comes from sattelite.<br>
    <br>
    Wim<br>
    <br>
  </body>
</html>