NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 371 372 373 374 375 … 433 Next »
2.0.3 ATSC EPG times off by 6 hours

2.0.3 ATSC EPG times off by 6 hours
blaster556
Offline

Member

Posts: 63
Threads: 11
Joined: Apr 2008
#11
2011-03-06, 05:19 PM
Here is my SD EPG xml file.

QAM is correct, ATSC is off by 6 hrs...ie, the 7am news is showing up on the schedule at 1pm.
blaster556
Offline

Member

Posts: 63
Threads: 11
Joined: Apr 2008
#12
2011-03-08, 05:35 AM
I re-installed 2.0.3 on a VMWare guest and the ATSC channels are now fine. I guess something was corrupted from the earlier ATSC EPG bug I suffered from.

It would really be nice if there was a way to import/export channel mappings via a CSV file. This is kind of a pain to keep re-mapping things every time there is a corruption.
blaster556
Offline

Member

Posts: 63
Threads: 11
Joined: Apr 2008
#13
2011-03-09, 04:55 AM
Sigh...I spoke too soon. The problem is back. This time it's with the other tuner on my HDHR. The difference? I added them in a different order.

So it seems like the problem follows the second tuner that is added.

This has to be an NPVR bug.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#14
2011-03-09, 05:01 PM
blaster556 Wrote:The PC time zone is correct. QAM EPG data is correct. ATSC schedules are off by 6 hours.
So you get both QAM and ATSC channel listings from Schedules Direct, and only the ATSC listings are out by 6 hours? Thats got to be a problem with the source data being supplied by Schedules Direct. If it was an NPVR problem, we'd be hearing about it from other users too.

If I were you I'd load up the SchedulesDirect.xml and find some shows that should be on at the same time on a QAM channel and a ATSC, and post those few lines so we can compare.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#15
2011-03-09, 05:04 PM
blaster556 Wrote:Here is my SD EPG xml file.

QAM is correct, ATSC is off by 6 hrs...ie, the 7am news is showing up on the schedule at 1pm.
Remember this file is the exact data sent by Schedules Direct. NPVR hasnt touched it at all, so if you're seeing incorrect data for ATSC in the file, then Schedules Direct is supplying incorrect data.
blaster556
Offline

Member

Posts: 63
Threads: 11
Joined: Apr 2008
#16
2011-03-10, 02:45 AM
sub Wrote:So you get both QAM and ATSC channel listings from Schedules Direct, and only the ATSC listings are out by 6 hours?

That was the case. When I reloaded NPVR on another server, I configured the two tuners in different order.

The first time I installed, I configured QAM then ATSC. The QAM was correct, but ATSC was off. When I re-installed, I configured ATSC first, then QAM. Now ATSC is correct, but QAM is now wrong. So it seems like it's the second tuner that's added that is displaying incorrectly.

Even right now, with my two installs of NPVR on two separate Windows 7 systems,
The first install is showing QAM correct and ATSC off by 6 hours (QAM is first tuner)
the second install is showing ATSC correct and QAM off by 6 hours (ATSC is first tuner)

If I go look at http://schedulesdirect.org/getdata and look for a common channel between the two lineups, the data is showing the same show on both channel IDs at the same time.

Quote:Thats got to be a problem with the source data being supplied by Schedules Direct. If it was an NPVR problem, we'd be hearing about it from other users too.

If I were you I'd load up the SchedulesDirect.xml and find some shows that should be on at the same time on a QAM channel and a ATSC, and post those few lines so we can compare.

Where is the schedules direct XML file? There's one in the c:\users\public\npvr directory, but the file seems to get created the first time I update the EPG, and it's never updated again. Even removing the file, doesn't re-create it, yet the data in the NPVR TV GUIDE does seem to update.

The SD support person sent me listing data for my two lineups, and the data he sent me was correct for both line ups.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#17
2011-03-10, 02:55 AM
blaster556 Wrote:Where is the schedules direct XML file? There's one in the c:\users\public\npvr directory, but the file seems to get created the first time I update the EPG, and it's never updated again. Even removing the file, doesn't re-create it, yet the data in the NPVR TV GUIDE does seem to update.
Set <DumpSchedulesDirectData>true</DumpSchedulesDirectData> in config.xml's <General> section, then 'update epg' and it'll create a c:\users\public\npvr\sd.xml.
blaster556
Offline

Member

Posts: 63
Threads: 11
Joined: Apr 2008
#18
2011-03-10, 04:35 AM
sub Wrote:If I were you I'd load up the SchedulesDirect.xml and find some shows that should be on at the same time on a QAM channel and a ATSC, and post those few lines so we can compare.

sub,

I was able to use your instructions to generate a sd.xml file. I looked at the file, and the data appears to be correct for QAM and ATSC. The times in the sd.xml are ZULU time, which you are already aware of I'm sure. The times in ZULU are the same times that the incorrect listings are showing up, so this does appear to be a TZ calculation issue with the second tuner in both of my NPVR installs:

Here's Desperate Housewive's as an example:

Station entry for QAM:
<map station='21236' channel='805' from='2006-07-12'/>
Sation entry for ATSC:
<map station='21236' channel='5' channelMinor='1'/>

program entry:
<program id='EP006723180150'>
<title>Desperate Housewives</title>

And the only entry for it in the schedule:
<schedule program='EP006723180150' station='21236' time='2011-03-14T01:00:00Z' duration='PT01H01M' tvRating='TV-PG' stereo='true'

There are no other schedule entries for any other episodes of Desperate Housewives.

This show should be on at 8PM Central time. This shows up at 8pm CT on the first tuner, but 1am on the incorrect tuner.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#19
2011-03-10, 04:44 AM
I'm still not convinced this is a NPVR problem, but if you zip and attach your NPVR.db3, and PM me your schedules direct username/password, I'll take a look.
blaster556
Offline

Member

Posts: 63
Threads: 11
Joined: Apr 2008
#20
2011-03-10, 05:02 AM
Here's my DB. I'll PM my SD pass.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  EPG not updating (DVB ATSC EPG) Flyndr 3 3,003 2020-04-29, 10:42 AM
Last Post: Graham
  Recording past 3 hours solfanboy 30 8,746 2020-02-12, 11:44 PM
Last Post: sub
  OTA EPG grab 2 times per day? acegolfer 1 1,550 2019-08-10, 05:28 PM
Last Post: dixxfixx
  Modify number of hours to jump guide listings..... ncsercs 2 1,302 2019-05-08, 08:08 PM
Last Post: ncsercs
  Onny getting 3 hours of OTA EPG data timk 3 1,423 2019-05-02, 05:24 PM
Last Post: mvallevand
  WinTV not detecting some broadcast channels after frequency moved in ATSC Repack NightHawk 20 5,524 2019-04-02, 09:17 PM
Last Post: NightHawk
  EPG not populating DVB/ATSC Australia mcart117 5 2,999 2018-12-10, 08:42 AM
Last Post: balkerman
  No U.S. ATSC TV Program Information for Recording - Recording and Decoder Code Below wmnally5 9 3,075 2018-11-28, 05:08 PM
Last Post: rmeden
  Help with OTA (ATSC) + IPTV setup Orv 11 4,261 2018-10-31, 08:42 PM
Last Post: sub
  Using DVB/ATSC EPG to populate EPG. - problems Rikiwi 16 5,976 2018-09-18, 08:44 AM
Last Post: Rikiwi

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode