<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, May 16, 2014 at 7:23 PM, Stephen Worthington <span dir="ltr"><<a href="mailto:stephen_agent@jsw.gen.nz" target="_blank">stephen_agent@jsw.gen.nz</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">
</div></div>The "useonairguide" option means to use the tuners to collect EIT<br>
data.  It should never be mixed with using downloaded data via<br>
tv_grab_nz-py, as they clash with each other.  That is likely what is<br>
happening for you.  Each channel should be set up to use only one<br>
source of EPG.  The DVB-S channels have good EIT data - it is possible<br>
to use that alone as a source for your EPG, just using the<br>
useonairguide option and enabling tuners to be used for EIT<br>
collection.  I have never done that, but I have used epgsnoop to get<br>
EPG data from the DVB-S EIT streams once a day and that worked quite<br>
well.  I still do that for my Sky EPG data.<br></blockquote><div><br></div><div>One thing to note: if you've got multiple copies of the same channel getting guide data from different sources (e.g. One on Sky using Sky data and One on Freeview using downloaded data) you want to make sure the data from each source is identical for that channel. If your Sky data has "All New Two and Half Men" and your downloaded data has been sanitised to "Two and Half Men" then the scheduler will not be able to use those channels interchangeably when recording that show (unless you've set up a custom rule). IMO it's best to use a single data source for all common channels.<br>
</div><div></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
So I would recommend turning off all your useonairguide settings.  If<br>
you are OK doing SQL, this would do it in one command:<br>
<br>
  update channel set useonairguide=0 where useonairguide!=0;<br></blockquote><div><br></div><div>Yes, turn it off. You can just do "update channel set useonairguide = 0;" (don't need the where clause). Or do it through MythWeb.<br>
<br>Cheers,<br>Steve<br></div></div></div></div>