<div class="gmail_quote">On Tue, Oct 23, 2012 at 10:16 AM, Worik Stanton <span dir="ltr"><<a href="mailto:worik.stanton@gmail.com" target="_blank">worik.stanton@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 23/10/12 02:56, Steve Hodge wrote:<br>
> Before you do any of the stuff that Stephen has suggested you should post a<br>
> dump of your channel table that includes the sourceid and useronairguide<br>
> columns:<br>
> select chanid, channum, freqid, sourceid, callsign, name, xmltvid, visible,<br>
> useonairguide, mplexid, serviceid from channel;<br>
<br>
</div>Okidoki.<br>
<br>
Here it is.<br></blockquote><div><br>Yup, as I suspected you've two sources set up. You don't need them both so you should clean that up first:<br><br>First, back up your database:<br>stop mythtv-backend<br>/usr/share/mythtv/<a href="http://mythconverg_backup.pl" target="_blank">mythconverg_backup.pl</a><br>
start mythtv-backend<br>
<br>Then start mythtv-setup, go into "3 Video sources" and delete the second one (highlight it in the list and press 'd'). I expect the second one is serviceid 3, and I think it will delete the associated channels, but we better check before proceeding. So run the sql again:<br>
select chanid, channum, freqid, sourceid, callsign, name, xmltvid, visible, useonairguide, mplexid, serviceid from channel;<br><br>Cheers,<br>Steve<br></div></div>