<div class="gmail_quote">On Wed, Oct 31, 2012 at 5:28 PM, Worik Stanton <span dir="ltr"><<a href="mailto:worik.stanton@gmail.com" target="_blank">worik.stanton@gmail.com</a>></span> wrote:<br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">
mythweb is talks channum not chanid, but that is OK I can sort that out.<br>
 Why is there a channum and chanid?<br></blockquote><div><br>"chanid" is the unique identifier of the channel on a particular source. It's a private value within a particular MythTV installation and is generally not visible to the user.<br>
<br>"channum" is a user-visible numeric identifier of the channel. It is used only to select the channel by number in live TV (and it's displayed in various places). It doesn't need to be unique, in fact you would typically want the same channum for a particular channel on each source. You might need to use the same channel numbers as other systems (e.g. Sky). The system should work fine without a channum, though it'll be a little more difficult to jump to the channel in live TV).<br>
<br>"callsign" is a another user-visible identifier of the channel. It's very similar to channum in that it should be the same for a particular channel on each source. The difference between callsign and channum is that callsign is what the scheduler uses to identify a channel. I'm fairly certain you must have a callsign on a channel in order to record it.<br>
 </div><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">
I notice that RNZ (<a href="http://rnz-national.freeviewnz.tv" target="_blank">rnz-national.freeviewnz.tv</a>) has no channum.  Should I add one?<br></blockquote><div><br>If you are leaving the channel visible then it is probably better to add one. Any number that isn't already used is fine. If you don't plan on using the channel in live TV then it won't cause any problems if you leave it blank.<br>
<br></div><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">
I removed xmltvid from the channel with chanid == 2418 (it had no channum)<br><br>
I've checked all my other xmltvid and they seem t make sense.<br><div class="im"><br>
update channel set visible = 0 where mplexid is null and serviceid = 0;<br>
commit;<br>
<br>
</div>Done that.  But what does the 'visible' field control?<br></blockquote><div><br>"visible" controls whether the channel is active in the system (i.e. whether it is visible). If this is 0 (unchecked) then the channel will not appear in the program guide, cannot be selected in live TV, and is ignored by the scheduler. Essentially the channel is treated as though it doesn't exist. But since it's still in the channel table it won't be re-added by mythtv-setup or the grabber.<br>
<br>If you want to use those radio channels you need to either fix them up with the correct tuning data (which is relatively complex and not recommended), or go into mythtv-setup, delete the existing copies of those channels, do a scan to re-add them with the correct tuning data, and then put in the correct the xmltvids for the newly added channels.<br>
 </div>



<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have noticed another problem<br>
<br>
channum is clearly what is displayed in live TV as I change channels.<br>
<br>
The display shows the channum and programme name and descriptin (but not<br>
the channel name interestingly).<br></blockquote><div><br>This is controlled by the theme you are using. It might well be different for other themes.<br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


But for channum 1301 and 1302 I have the same programme name and<br>
description.  They are for channel associated with channum 1301 (TV Four)<br></blockquote><div><br>This is because chanid 2302 (TV3 + 1) still has the old incorrect guide data it was loaded with when it had the wrong xmltvid. It should be corrected next time the grabber runs. If it's going to cause problems tonight you could run the grabber manually (just make sure you're using the right config file).<br>
 </div>Cheers,<br>Steve<br><br></div>