finally got round to this. running update-xmltvids.py I get &quot;channels.conf appears to be out of date&quot;<br><br>This seems to be triggered by the test:<br><br>for line in channel_info:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if line == &#39;# CHANNEL_ID|XMLTVID|NAME|ICON|WEBSITE&#39;:
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; channel_file_ok = True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if not channel_file_ok:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sys.stderr.write(&#39;channels.conf appears to be out of date\n&#39;)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sys.exit(1)<br><br><br>The relevant line in 
channels.conf is <br><br># CHANNEL_ID|XMLTVID|NAME|ICON|WEBSITE|CHANNEL_NUMBER<br><br>These files were downloaded a few minutes ago.<br><br>I suspect channels.conf has in fact moved on.<br><br>What to do Hads?<br><br><div>
<span class="gmail_quote">On 10/9/07, <b class="gmail_sendername">Hadley Rich</b> &lt;<a href="mailto:hads@nice.net.nz">hads@nice.net.nz</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Tuesday 09 October 2007 11:42:34 Nick Rout wrote:<br>&gt; I have been away 4 weeks and in that time we seem to have more channels and<br>&gt; so on available on Freeview.<br>&gt;<br>&gt; I have&nbsp;&nbsp;DVB-S card and a PVR-150, but I am only interested in freeview
<br>&gt; channels, not Sky via composite or analogue channels via the PVR-150 (which<br>&gt; is in fact therefore redundant I guess).<br>&gt;<br>&gt; At present I am getting <a href="http://epg.pvr.geek.nz/epg/listings.xml.gz">
http://epg.pvr.geek.nz/epg/listings.xml.gz</a> and have<br>&gt; the channels lined up as follows:<br>&gt;<br>&gt; 1031.dvb.guide TV1<br>&gt; 1032&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TV2<br>&gt; 1025&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Maori TV<br>&gt; 1033&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TV3
<br>&gt; 1034&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;C4<br>&gt;<br>&gt; As far as I can see I should now also be able to get Stratos and TVNZ6 (is<br>&gt; this TVNZ Sport Extra?). However some of these don&#39;t seem to be in the epg<br>&gt; file.
<br>&gt;<br>&gt; Can anyone tell me in words of one syllable how to get the most out of my<br>&gt; system, assuming these new channels are any good at all? I am still on<br>&gt; myth-0.20, mainly because I am scared to update my box which is running
<br>&gt; well. Knoppmyth also doesn&#39;t seem to have got as far as 0.20.2 yet either.<br><br>The issue is that the PIDs for the channels now conflict between Sky and<br>Freeview because of all the new channels.<br><br>To combat this we&#39;ve come up with the new XMLTVIDs for the different sources.
<br>They look like so;<br><br><a href="http://tv1.freeviewnz.tv">tv1.freeviewnz.tv</a><br><a href="http://tv1.sky.co.nz">tv1.sky.co.nz</a><br><br>This allows us to get around the duplicate problem. Unfortunately this means
<br>you need to update the database for the new XMLTVIDs. I put a script that I<br>used for myself and a few friends here;<br><br><a href="http://epg.pvr.geek.nz/epg/update-xmltvids.py">http://epg.pvr.geek.nz/epg/update-xmltvids.py
</a><br><a href="http://epg.pvr.geek.nz/epg/channels.conf">http://epg.pvr.geek.nz/epg/channels.conf</a><br><br>(you&#39;ll need the channels.conf file to go with it). Of course if it&#39;s just the<br>freeview channels it&#39;s probably easy enough to do by hand.
<br><br>If you go this route then you can either use the listings-sky.xml.gz,<br>listings-freeview.xml.gz or listings-all.xml.gz file (listings-all is a<br>combined file of the other two).<br><br>All of these files use the new XMLTVID format. Currently there&#39;s more work
<br>gone into working with the data from the Sky data so I would still recommend<br>using the .sky.co.nz XMLTVIDs for those channels which you can (1, 2, 3, 4,<br>etc.).<br><br>These files are generated by the new version of epgsnoop which you could also
<br>use if you wanted.<br><br>Hope this helps,<br><br>hads<br><br></blockquote></div><br>