Quick search didn't pop up anything obvious matching my problem, so I'm hoping that I just didn't overlook it.
I'm using Zap2XML, so the problem may be there but then it may not.
Some of the listings that are supposed to be 30 minutes long are shown as being 3hours 35mins long. Not only that, but other shows scheduled for that same time period are showing up correctly, but there is a weird overlapping effect (visually) with the titles.
To somewhat illustrate it, in my area on NBC at 19:00 (7PM) is Entertainment Tonight, for 30 minutes. If I select it, it shows the time is 7:00PM to 11:35PM (this varies depending on when The Tonight Show is going to start). Other shows at 7:30, 8:00, 9:00, etc list fine but when I select that one show, I get a green bar for the entire 3:35hrs.
Here is an example of the XML from the Zap2XML output:
To me it appears to be correct (at least the start and end times), so I'm at a loss.
Edit:
Further information, for Oct 1st, both GBPVR and PXR2 have the correct show information. For Oct 2nd and Oct 3rd, they both show 7:00 to 11:35PM.
I'm using Zap2XML, so the problem may be there but then it may not.
Some of the listings that are supposed to be 30 minutes long are shown as being 3hours 35mins long. Not only that, but other shows scheduled for that same time period are showing up correctly, but there is a weird overlapping effect (visually) with the titles.
To somewhat illustrate it, in my area on NBC at 19:00 (7PM) is Entertainment Tonight, for 30 minutes. If I select it, it shows the time is 7:00PM to 11:35PM (this varies depending on when The Tonight Show is going to start). Other shows at 7:30, 8:00, 9:00, etc list fine but when I select that one show, I get a green bar for the entire 3:35hrs.
Here is an example of the XML from the Zap2XML output:
Code:
<programme start="20071003190000 -0400" stop="20071003193000 -0400" channel="I12.labs.zap2it.com">
<title lang="en">Entertainment Tonight *</title>
<category lang="en">Talk</category>
<episode-num system="dd_progid">EP00001457.4917</episode-num>
<new />
</programme>
To me it appears to be correct (at least the start and end times), so I'm at a loss.
Edit:
Further information, for Oct 1st, both GBPVR and PXR2 have the correct show information. For Oct 2nd and Oct 3rd, they both show 7:00 to 11:35PM.
Code:
<programme start="20071001190000 -0400" stop="20071001193000 -0400" channel="I12.labs.zap2it.com">
<title lang="en">Entertainment Tonight *</title>
<category lang="en">Talk</category>
<episode-num system="dd_progid">EP00001457.4915</episode-num>
<new />
</programme>
<programme start="20071002190000 -0400" stop="20071002193000 -0400" channel="I12.labs.zap2it.com">
<title lang="en">Entertainment Tonight *</title>
<category lang="en">Talk</category>
<episode-num system="dd_progid">EP00001457.4916</episode-num>
<new />
</programme>