<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 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 &#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 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>