<div class="gmail_quote">On Fri, Oct 26, 2012 at 10:17 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 25/10/12 14:14, Stephen Worthington wrote:<br>
> You may need to overwrite existing bad data in your EPG database.  You<br>
> can try manually loading the data without the update option.  I have<br>
> not done this in 0.25 yet, but I think if you run this from a mythtv<br>
> group login it should work:<br>
><br>
>   mythfilldatabase --xmlfile freeview.xml --sourceid <your_source_id><br>
><br>
> There is no manpage for mythfilldatabase, but mythfilldatabase --help<br>
> works.  Note the lack of a --update option, so it will overwrite<br>
<br>
<br>
</div>My "mythfilldatabase --help" has no --xmlfile option.<br>
<br>
I assume this:<br>
<br>
--file <sourceid> <xmlfile><br>
   Bypass the grabbers and read data directly from a file<br>
   <sourceid> = number of the video source to use with this file<br>
   <xmlfile>  = file to read<br>
<br>
is the option.<br>
<br>
So I assume "mythfilldatabase --file 3 freeview.xml is what to run so I<br>
ran it.  Now I have data in the program finder but not the program guide.<br></blockquote><br>I'm afraid Stephen may have put you wrong. Running mythfilldatabase without --update causes it to reconfigure channels. If the channels are not correctly described in the xml file then this will screw up your channel table. It sounds like this is what has happened.<br>
<br>If your channels are correct you should always run:<br>mythfilldatabase --update --file 3 freeview.xml<br><br>To force mythfilldatabase to update bad guide data you want:<br>mythfilldatabase --update --refresh-today --refresh-all --file 3 freeview.xml<br>
<br>Note that your sourceid might be different now if you've followed Nick's recommendation to start from scratch.<br><br>Cheers,<br>Steve<br></div>