<br><br><div class="gmail_quote">On Fri, Nov 9, 2012 at 10:51 PM, <a href="mailto:w.f.mythbuster@gmail.com">w.f.mythbuster@gmail.com</a> <span dir="ltr">&lt;<a 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">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    Op 9-11-2012 7:45, Nick Rout schreef:
    <div><div class="h5"><blockquote type="cite"><br>
      <br>
      <div class="gmail_quote">On Fri, Nov 9, 2012 at 9:52 AM, Wim <span dir="ltr">&lt;<a 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><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 &#39;%de wereld draait door%&#39;<br>
                AND channel.callsign like &#39;%ned%&#39;<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 &#39;%de wereld draait door%&#39;<br>
                AND channel.callsign like &#39;%ned%&#39;<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&#39;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><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></div></div>
    End users don&#39;t do such things</div></blockquote><div><br>Yeah they do actually, but better people than me wrote the scripts :)<br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">.<br>
    Also the eit data comes from sattelite.<span class="HOEnZb"><font color="#888888"></font></span></div></blockquote><div><br>I think if you use EIT you kinda expect crap :)<br><br>Take a look at  epgsnoop which harvests eit data and massages it to improve quality/consistency and outputs xmltv data for import into mythtv.<br>
</div></div>