[mythtv-users] "NO DATA" for channel, SD shows data
Christopher X. Candreva
chris at westnet.com
Mon Oct 1 18:07:11 UTC 2007
My OTA lineup has a specific channel that always shows "NO DATA", even
though SD seems to have data for it. The Chanel is WPXN 31 in NY (the local
ION affiliate).
Using xmltv I verified there is data for this channel:
<channel id="I11743.labs.zap2it.com">
<display-name>31 WPXN</display-name>
<display-name>31 WPXN PC:10543</display-name>
<display-name>31</display-name>
<display-name>31 WPXN fcc</display-name>
<display-name>WPXN</display-name>
<display-name>WPXN</display-name>
<display-name>i Affiliate</display-name>
<icon src="file:///usr/share/xmltv/icons/WPXN.gif" />
</channel>
...
<programme start="20071001000000 -0400" stop="20071001003000 -0400" channel="I11743.labs.zap2it.com">
<title lang="en">Feed the Children</title>
<category lang="en">Fundraiser</category>
<category lang="en">Series</category>
<episode-num system="dd_progid">SH00001594.0000</episode-num>
<audio>
<stereo>stereo</stereo>
</audio>
</programme>
Using SQL I verified this is what is in that database for the channel:
mysql> SELECT channel.chanid, channel.channum,channel.xmltvid FROM channel
NATURAL LEFT JOIN program WHERE program.title IS NULL;
+--------+---------+---------+
| chanid | channum | xmltvid |
+--------+---------+---------+
| 1029 | 31 | 11743 |
+--------+---------+---------+
1 row in set (0.00 sec)
So we have ID 11743 across all. Yet still no data. In fact mythfilldatabase
always says there are no prorgams:
2007-10-01 13:05:25.269 chanid 1029 -> 0 programs
I'm stumped.
-Chris
==========================================================
Chris Candreva -- chris at westnet.com -- (914) 948-3162
WestNet Internet Services of Westchester
http://www.westnet.com/
More information about the mythtv-users
mailing list