<div class="gmail_quote">On Tue, Oct 23, 2012 at 5:35 PM, 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 15:19, Steve Hodge wrote:<br>
</div><div class="im">> better check before proceeding. So run the sql again:<br>
> select chanid, channum, freqid, sourceid, callsign, name, xmltvid, visible,<br>
> useonairguide, mplexid, serviceid from channel;<br>
<br>
</div>Attached.<br>
<br>
Now none have have xmltvid<br></blockquote><div><br>This will add xmltvids for the channels you had xmltvids before:<br>update channel set xmltvid = '<a href="http://basefm.freeviewnz.tv">basefm.freeviewnz.tv</a>' where channid = 3071;<br>
update channel set xmltvid = '<a href="http://c4.freeviewnz.tv">c4.freeviewnz.tv</a>' where channid = 3009;<br>update channel set xmltvid = '<a href="http://four.freeviewnz.tv">four.freeviewnz.tv</a>' where channid = 3004;<br>
update channel set xmltvid = '<a href="http://maori-tv.freeviewnz.tv">maori-tv.freeviewnz.tv</a>' where channid = 3005;<br>update channel set xmltvid = '<a href="http://parliament.freeviewnz.tv">parliament.freeviewnz.tv</a>' where channid = 3022;<br>
update channel set xmltvid = '<a href="http://prime.freeviewnz.tv">prime.freeviewnz.tv</a>' where channid = 3010;<br>update channel set xmltvid = '<a href="http://rnz-concert.freeviewnz.tv">rnz-concert.freeviewnz.tv</a>' where channid = 3051;<br>
update channel set xmltvid = '<a href="http://rnz-national.freeviewnz.tv">rnz-national.freeviewnz.tv</a>' where channid = 3050;<br>update channel set xmltvid = '<a href="http://tv1.freeviewnz.tv">tv1.freeviewnz.tv</a>' where channid = 3001;<br>
update channel set xmltvid = '<a href="http://tv2.freeviewnz.tv">tv2.freeviewnz.tv</a>' where channid = 3002;<br>update channel set xmltvid = '<a href="http://tv3.freeviewnz.tv">tv3.freeviewnz.tv</a>' where channid = 3033;<br>
update channel set xmltvid = '<a href="http://tv3-plus1.freeviewnz.tv">tv3-plus1.freeviewnz.tv</a>' where channid = 3008;<br>update channel set xmltvid = '<a href="http://u.freeviewnz.tv">u.freeviewnz.tv</a>' where channid = 3006;<br>
commit;<br><br>Probably you have lost all you recording rules. Did you make a backup of the database?<br><br>Cheers,<br>Steve<br></div></div><br>