NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 515 516 517 518 519 … 1231 Next »
Programming Guide Off an hour

 
  • 0 Vote(s) - 0 Average
Programming Guide Off an hour
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#1
2007-07-11, 06:29 AM
I thought I read this somewhere but can't tell where..

Using 1.0.8, Zap2it (I know it's dying) I-XMLTV

My programming guide is off an hour. I can fix it by turning my system clock back an hour...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#2
2007-07-11, 06:32 AM
I thought I would add that I haven't been plying with the new grabbers yet. Haven't changed anything but Installed 1.0.8. Should also say that it only started today. 1.0.8 has been working great
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,734
Threads: 767
Joined: Nov 2003
#3
2007-07-11, 06:33 AM
I've not seen any other reports, and its no where near daylight savings transition, so I'm guessing either zap2it is supplying duff data, or you've got your PC time or timezone info set incorrectly, or I-XMLTV is setting the timezone incorrectly.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#4
2007-07-11, 06:46 AM
sub Wrote:I've not seen any other reports, and its no where near daylight savings transition, so I'm guessing either zap2it is supplying duff data, or you've got your PC time or timezone info set incorrectly, or I-XMLTV is setting the timezone incorrectly.

I've checked it a couple of times already, but I'll do it again. I suspect it might be Zap2it...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
Jim_
Offline

Senior Member

Posts: 696
Threads: 21
Joined: Dec 2005
#5
2007-07-11, 07:13 AM
Hi zehd,
Like sub, the only thing I can think of is the automatic time change and time zone setting, unless zap2it is having problems.
If nothing else has changed and its not a automatic time change thing, there is a little known feature in I-xmltv that will shift the listing times by a specified amount. Smile

Check your UpdateEPG.bat to see if it has this section.
It’s been a very long time since I’ve used it, but I believe you just enable the feature by setting "SET ShiftListings=1" and choose the "SET Offset=-0500" you want. The example would shift the listings -5 hours.
The default file for the shifted output is tv.xml but you can change that to TVGuide.xml if you want.

UpdateEPG.bat
Code:
REM *** Organize channels & Shift Listing times. (Not used with GBPVR)***
SET OrganizeChannels=0
[B]SET ShiftListings=0[/B]
[B]SET Offset=-0500[/B]
[B]SET ShiftedFile=TV.XML[/B]

PS, Good luck with the move, I bet Australia will be a blast!

Jim
[SIZE="1"]HP e9240f| Phenom II X4-945| Radeon HD4650 1-gig | 8 gig ram | Blu-Ray
Windows 7 64bit | 1TB system | 1.5TB Recordings | 3-TB Library
HDMI >> Sony 40" 1080p LCD TV
HVR-2250 | HVR-1290 | WinTV PVR USB2 | WinTV HD-PVR | GBPVR 1.4.7[/SIZE]
Projects: I-xmltv (Unsupported at this time) |
JonnyCam
Offline

Posting Freak

Posts: 1,153
Threads: 87
Joined: Feb 2006
#6
2007-07-11, 11:04 PM
My tv guide didn't seem to be off an hour (the arrow marker was showing the correct time / program) but when I used quick record, it told me it was recording a program from 1 hour earlier, not sure if it's related.

I deleted my capture source & recreated as I was also having some issues with 2 channels overlapping (my guide data has 2 listings for TV2, one of which is not TV2)

I'll see if I have any logs from the recording when I get home.
"Shut up brain, or I'll stab you with a Q-Tip!"

--= Win7, C2D 2.93 GHz, ASUS 9400GT Silent, 2GB Ram, Few HDD's, 3TB unRAID server, Samsung 50" 1080p Plasma via HDMI, 40" 1080i LCD via VGA =-- * PVR2000 Analog PCI / Avermedia DVB-S PCI / Hauppauge 2200 DVB/Analog * PCH GBPVR Client * *BD-E6500 w/ NPVR client*
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#7
2007-07-12, 04:39 AM
Jim_ Wrote:Hi zehd,
Like sub, the only thing I can think of is the automatic time change and time zone setting, unless zap2it is having problems.
If nothing else has changed and its not a automatic time change thing, there is a little known feature in I-xmltv that will shift the listing times by a specified amount. Smile

Check your UpdateEPG.bat to see if it has this section.
It’s been a very long time since I’ve used it, but I believe you just enable the feature by setting "SET ShiftListings=1" and choose the "SET Offset=-0500" you want. The example would shift the listings -5 hours.
The default file for the shifted output is tv.xml but you can change that to TVGuide.xml if you want.

UpdateEPG.bat
Code:
REM *** Organize channels & Shift Listing times. (Not used with GBPVR)***
SET OrganizeChannels=0
[B]SET ShiftListings=0[/B]
[B]SET Offset=-0500[/B]
[B]SET ShiftedFile=TV.XML[/B]

PS, Good luck with the move, I bet Australia will be a blast!

Jim

Thank's Jim_. It makes the most sense to adjust it in the UpdateEPG.bat...

Have you already selected -0500 for me being in MDT? If so thanks...

Another few weeks and I won't have to worry about the Canada EPG kludge...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#8
2007-07-12, 04:44 AM
Just checked, and it looks like you were using the defaults in your description.

So if +0000 is Universal, then should I shift it to -0100 ?
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
Jim_
Offline

Senior Member

Posts: 696
Threads: 21
Joined: Dec 2005
#9
2007-07-12, 05:06 AM
zehd Wrote:Just checked, and it looks like you were using the defaults in your description.

So if +0000 is Universal, then should I shift it to -0100 ?

Yes, -0100 should be what you want, it would shift the listings one hour earlier in the guide.
[SIZE="1"]HP e9240f| Phenom II X4-945| Radeon HD4650 1-gig | 8 gig ram | Blu-Ray
Windows 7 64bit | 1TB system | 1.5TB Recordings | 3-TB Library
HDMI >> Sony 40" 1080p LCD TV
HVR-2250 | HVR-1290 | WinTV PVR USB2 | WinTV HD-PVR | GBPVR 1.4.7[/SIZE]
Projects: I-xmltv (Unsupported at this time) |
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#10
2007-07-12, 05:21 AM
While I was playing I went into my Zap2it account. I didn't change anything but I did click Update. Don't know what that did, but now the listings are correct
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Can't scroll with mouse when Searching the Guide TimA-C 10 2,775 2023-06-26, 07:40 PM
Last Post: boggydoggy
  tv guide empty in gbpvr works in pvrx2 slowtech 37 17,255 2012-08-27, 04:00 PM
Last Post: rscheller
  Need help remapping Channel guide and actual channels divinehammer 3 3,783 2012-01-20, 10:43 AM
Last Post: kayleigh
  TV Guide Color griffy 0 1,778 2011-05-08, 10:20 AM
Last Post: griffy
  How to get Sky Digital channel guide into GBPVR? bobster 34 11,253 2011-04-01, 08:10 PM
Last Post: bobster
  strange channel changing-works in guide but not recording WinoOutWest 18 6,079 2010-12-27, 10:17 PM
Last Post: sub
  epg guide for ATSC ota, no internet? sdowney717 26 12,211 2010-12-08, 08:37 PM
Last Post: SHIFT_paradigm
  Channel re-ordering in TV Guide mattyb 1 1,651 2010-11-10, 09:59 PM
Last Post: sub
  deleted pending recording stays red in search guide speising 4 2,322 2010-11-02, 03:56 PM
Last Post: sub
  TV Guide Display Problem (overlapping?) imgodot 2 2,114 2010-10-31, 05:53 AM
Last Post: imgodot

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

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

Linear Mode
Threaded Mode