<br><br>On Wednesday, 9 December 2020, Chris H <<a href="mailto:hoffchris@gmail.com">hoffchris@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word;line-break:after-white-space">On Dec 9, 2020, at 9:58 AM, David Watkins <<a href="mailto:watkinshome@gmail.com" target="_blank">watkinshome@gmail.com</a>> wrote:<br><div><blockquote type="cite"><br><div><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br><br>
I don't think the actual page has ever been mentioned. I'd assume it's:<br>
<br>
<a href="http://somehostname/mythweb/tv/list" rel="noreferrer" target="_blank">http://somehostname/mythweb/<wbr>tv/list</a><br>
<br>
or wherever the mythweb is installed.<br>
<br>
See if <a href="http://somehostname/mythweb/settings/tv/channels" rel="noreferrer" target="_blank">http://somehostname/mythweb/<wbr>settings/tv/channels</a> page show the<br>
channels of interest.<br></blockquote><div><br></div><div>It does. In fact it shows them twice. The affected channels appear to be those where I have a second 'zombie' entry for a source that I have deleted.</div><div><br></div><div><span><image.png></span><br></div><div><br></div><div>sourceid 1 was for my DVB-T capture card.</div><div>sourceid 2 was for my DVB-T2 capture card and contained all the same channels as sourceid 1, plus the HD ones.</div><div><br></div><div>I deleted sourceid 1 using mythtv-setup a while ago when I got rid of my DVB-T card, but about 8 of its channels (out of 150 or so) have remained in the database. I've been wondering whether to delete them by hand?</div><div><br></div><div>mythweb is not showing guide data for any of these channels which still exist on sourceid 2. frontends and frontend web show guide data correctly and the backend can schedule and make recordings from them.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Would expect an empty response from this:<br>
<br>
mysql --user=mythtv --password=<from config.xml> --host=localhost --execute="SELECT chanid,channum,callsign,<wbr>visible FROM channel WHERE visible<br>
NOT IN (0, 1)" mythconverg<br>
<br><br></blockquote><div>I get an empty response from that.</div><div><br></div><div> </div></div></div>
______________________________<wbr>_________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br><a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://lists.mythtv.org/<wbr>mailman/listinfo/mythtv-users</a><br><a href="http://wiki.mythtv.org/Mailing_List_etiquette" target="_blank">http://wiki.mythtv.org/<wbr>Mailing_List_etiquette</a><br>MythTV Forums: <a href="https://forum.mythtv.org" target="_blank">https://forum.mythtv.org</a><br></div></blockquote><br></div><div>I had a similar issue recently when I migrated from dd to xmltv. Looking at the ‘channel’ table in the database, I noticed that the deleted channels were still there, but the ‘deleted’ column now had a date. It seems like mythweb pays no attention to this column, which causes confusion with listings and scheduling recordings. I suppose the proper fix would be to update mythweb to not select deleted channels. But instead I just used sql to remove the deleted channels from the channel table. The only negative side-effect I’ve noticed from this is all my old recordings no longer indicate the channel they were recorded on. This is probably because the ‘chanid’ no longer exists in the database (I also replaced my sources in this migration, so the ’same’ channels would have a different chanid).</div></div></blockquote><div><br></div><div>That explains my 8 zombie channels. They must be the ones I have recordings from.</div><div><br></div><div>If I watch and delete those recordings perhaps the channel's will disappear?</div><div><br></div><div>Seems the backend's being quite clever, but mythweb isn't. </div><div><br></div><div><br></div><div><br></div><div> </div>