<br><br>
<div><span class="gmail_quote">On 02/01/2008, <b class="gmail_sendername">Andrew Williams</b> <<a href="mailto:andy@tensixtyone.com">andy@tensixtyone.com</a>> 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 <<a href="mailto:st3v3.sm1th@gmail.com">st3v3.sm1th@gmail.com</a>> wrote:
<br><br><snip><br><br>> Can anyone give me some clues on how to get EIT working for manually entered<br>> DVB-T channels? Or<br>> how to debug EIT please?<br>><br><br>You should only have to enable useonairguide in the database, or
<br>switch on the option in channel editor. I've used the following SQL to<br>switch it on all channels during the outage:<br><br>update channel set useonairguide = 1 where sourceid = <source>;<br><br>Then i'll use the following to disable it for channels without a xmltv id:
<br><br>update channel set useonairgude = 0 where sourceid = <source> and not<br>xmltv = "" ;<br><br>Of course, if you've not got that many channels to update i'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> </div>
<div>Cheers</div>
<div> </div>
<div>Steve</div>