<br><br>
<div><span class="gmail_quote">On 02/01/2008, <b class="gmail_sendername">Andrew Williams</b> &lt;<a href="mailto:andy@tensixtyone.com">andy@tensixtyone.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On 02/01/2008, Steve Smith &lt;<a href="mailto:st3v3.sm1th@gmail.com">st3v3.sm1th@gmail.com</a>&gt; wrote:
<br><br>&lt;snip&gt;<br><br>&gt; Can anyone give me some clues on how to get EIT working for manually entered<br>&gt; DVB-T channels? Or<br>&gt; how to debug EIT please?<br>&gt;<br><br>You should only have to enable useonairguide in the database, or
<br>switch on the option in channel editor. I&#39;ve used the following SQL to<br>switch it on all channels during the outage:<br><br>update channel set useonairguide = 1 where sourceid = &lt;source&gt;;<br><br>Then i&#39;ll use the following to disable it for channels without a xmltv id:
<br><br>update channel set useonairgude = 0 where sourceid = &lt;source&gt; and not<br>xmltv = &quot;&quot; ;<br><br>Of course, if you&#39;ve not got that many channels to update i&#39;d<br>recommend doing it via the interface in mythsetup, and also backup
<br>your Db before running any SQL :)<br><br>--<br>Andrew Williams<br>w: <a href="http://nikdoof.net">http://nikdoof.net</a><br>e: <a href="mailto:andy@tensixtyone.com">andy@tensixtyone.com</a><br>_______________________________________________
<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
</a><br></blockquote></div>
<div><br>Cheers Andrew! Got it working now. I just needed to enable EIT for the tuner card, DOH!</div>
<div>&nbsp;</div>
<div>Cheers</div>
<div>&nbsp;</div>
<div>Steve</div>