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 … 825 826 827 828 829 … 1231 Next »
Blue Holes in TV Guide

 
  • 0 Vote(s) - 0 Average
Blue Holes in TV Guide
5058
Offline

Member

Posts: 167
Threads: 26
Joined: Feb 2006
#21
2006-04-02, 12:17 PM
All's well this morning , my manual recording during the gap times worked fine and my EPG auto update last night has fixed the guide.

DavidJames : I have tried everything out there including (mediaportal,Mythtv) paid software(SageTV,Snapstream) and GBPVR works the best of them all. Not to mention the great support. I have left messages on other forums for days without a response , here you usually get help within minutes and some of that help is from the person who wrote the software!!
HP D530 SFF 3.0Ghz
1GB Ram ram
160GB SATA
PVR-150
VGA cable to Toshiba 37HL57 LCD
dinki
Offline

Senior Member

Posts: 416
Threads: 71
Joined: Mar 2006
#22
2006-04-02, 12:39 PM
Jim_ Wrote:I think it’s time for a simple “v0.96.12 survival guide” thread, listing the patches and workarounds people know of, until the next version comes out.

As a gbpvr newbie, this would be most beneficial to me. I didn't even know that patches existed. Maybe have a list of them on the wiki?
capone
Offline

Posting Freak

Posts: 1,756
Threads: 190
Joined: Jan 2005
#23
2006-04-02, 04:32 PM
sub Wrote:I dont do anything with daylight savings myself. I'd hate to get into those very complex rules. Instead I just ask Windows to convert the UTC times supplied by zap2it to a local time and it does the rest.

I realuized after it much to do w/ how things are in the EPG. The only part that would be GB related would be how it handles having no 2am once a year (or two 2am in the fall).

If is doesn't have extra logic for it (or isn't covered by existign logic), then it's just a non-US part of GB we accept as users of a more international program.
Jim_
Offline

Senior Member

Posts: 696
Threads: 21
Joined: Dec 2005
#24
2006-04-03, 12:21 AM (This post was last modified: 2006-04-09, 10:37 PM by Jim_.)
dinki Wrote:As a gbpvr newbie, this would be most beneficial to me. I didn't even know that patches existed. Maybe have a list of them on the wiki?

I use GBPVR almost exclusively through my MPV and TV, these are the MPV related patches and changes I’m using.
I’m sure there are others, but these are the ones that helped the issues I was having.

Stop the recording service and install the MPV Reboot and FF/Skip patch.
Next, edit Config.xml to fix the commercial auto-skip problem.

If your GBPVR.MDB is getting large this utility will compress it.

If duplicate programs are being recorded, even when using zap2it and “avoid duplicates”.
RecTracker v3 will fix the problem.
Extract to your GBPVR folder and add these lines to the top of your PostProcessing.bat
RecTracker %1
RecTracker –purge

Open a command prompt, go to your GBPVR folder and type this command.
RecTracker –addignore TEST
If you don’t receive an error that some update needs to be installed, verify that “rectracker.mdb” has indeed been modified with the current date and time.

The free utility MDB Viewer Plus will allow you to view, add & remove show from the RecTracker database.


********
Tipstir,
Using GBPVR’s native Zap2It support, or switching to XMLTV.
Honestly, if complete epg reload is selected, there’s very little difference between the two. The blue bars the day before the time change was the only issue I’ve had when using complete reload.

XMLTV worked differently during the time change, it worked properly, displaying ½ hour shows as 1 ½ hour shows in the guide.
I recorded through the time change with no problems what so ever.

<edit>
I-xmltv, Incremental xmltv thread.
<end edit>

CleanXMLTV utility, converts UTC to -0000 for GBPVR. (CleanXMLTV INPUTFILE --output OUTPUTFILE)

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) |
Jim_
Offline

Senior Member

Posts: 696
Threads: 21
Joined: Dec 2005
#25
2006-04-03, 05:28 AM (This post was last modified: 2007-02-28, 04:55 AM by Jim_.)
tipstir Wrote:Hey Jim,

Can you post the steps you did to get the XMLTV to work or what you're using?

1. Download it from where?
2. Setup it How?
3. Configure it with GBPVR?

I believe you said it use it with the Zap2it account right.. Any instructions would be welcome. I use to have the info, but that's way gone now...

Thanks in Advance..

Here ya go Tipstir.
Simple U.S.A. XMLTV walkthrough, for a zap2It account with a single supplier lineup.

1. download XMLTV.
http://prdownloads.sourceforge.net/xmltv...p?download

2. Extract the zip to your desktop. Rename the folder to XMLTV and move it to the root of your C:\ drive. You should now have a C:\XMLTV\ folder with several files and sub folders.

3. download CleanXMLTV, extract and copy CleanXMLTV.exe to your "C:\XMLTV\" folder.
http://www.prize.nl/software/pvr/xmltv.html#CleanXMLTV

4. Extract then copy the attached "UpdateEPG.bat" file to your "C:\Program Files\Devnz\gbpvr\" folder. Or make your own from the example below.


Code:
REM UpdateEPG.bat

C:
CD "C:\XMLTV\"

SET GRABBER=tv_grab_na_dd
SET NAME=North-America
SET XMLTVDIR=C:\xmltv\
SET DAYS=1
SET DESTINATION=.\%NAME%.xml
SET TZ=-0000


REM This configures your grabber. It will ask some questions.
SET CMDLINE=%GRABBER% --days %DAYS% --output "%DESTINATION%"
IF NOT %GRABBER% == "tv_grab_na" GOTO no_config:
%XMLTVDIR%\xmltv.exe %GRABBER% --configure
GOTO just_grab

:no_config
IF EXIST .\.xmltv\%GRABBER%.conf GOTO JUST_GRAB
%XMLTVDIR%\xmltv.exe %GRABBER% --configure

:just_grab
%XMLTVDIR%\xmltv.exe %CMDLINE%

CleanXMLTV North-America.xml --output XMLTV.xml


5. click on "UpdateEPG.bat" and enter your (Zap2It) username and password when asked. Just press enter for all other questions.

6. Using notepad, open "tv_grab_na_dd.conf" in the "C:\XMLTV\.xmltv" folder and verify the top two lines contain your username: and password:

7. Edit UpdateEPG.bat and change the number of EPG days to what you want.

8. Click on UpdateEPG.bat again, this time it shouldn’t ask for your username or password and it will download the listing for the number of days you selected.

9. Start the GBPVR Configuration utility, "edit" your "capture source(s)" and select "XMLTV Plugin" for the "EPG Source".
Click on "Settings" browse to the "C:\XMLTV\" folder, select "xmltv.xml" as the "XMLTV File" and click ok.

10. You have now returned to the "Edit Recording Source" menu, click on "Empty EPG", then "Update EPG".


Done. Smile
[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) |
narkuma
Offline

Member

Posts: 168
Threads: 28
Joined: Jul 2004
#26
2006-04-04, 07:19 PM
Today, I also had this gap-problem.
I changed from XMLTV to a service of a german television magazine.
german support for xmltv is poor...

I am missing all shows beginning on 00:00

This is an example what my actual xml file shows:
<programme start="20060404230000 +0200" stop="20060404233000 +0200" channel="HH1">
<title lang="de">Hamburg 1 Aktuell</title>
<sub-title lang="de">Nachrichten, Sport und Wetter + City Life</sub-title>
<category lang="de">Nachrichten</category>
<desc lang="de" />
</programme>

the old one:
<programme start="20060404230000 +0200" stop="20060404233000 +0200" showview="94-225-471" channel="hamburg1.de" clumpidx="0/1">
<title lang="de">Hamburg 1 Aktuell</title>
<desc lang="de">Nachrichten - Moderation: Lisa Reimnitz</desc>
</programme>

Perhaps someone can see the reason in this xml code. I cannot.
It is the same show. One is being showed in the guide, one is not.
Hauppauge PVR 350 - Nova-T USB2 - Intel 2800MHz? - 512 MB RAM - Windows XP - No Mouse nor Keyboard.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3


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