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 … 572 573 574 575 576 … 1231 Next »
EPG Empty and update

 
  • 0 Vote(s) - 0 Average
EPG Empty and update
nv40
Offline

Member

Posts: 233
Threads: 45
Joined: Dec 2005
#1
2007-03-15, 02:58 AM
I have been having issues with GBPVR recording things an hour early since the daylight savings time switchover. After searching on here....i patched my xp rig, but i'm trying to empty the EPG data, but nothing happens. I have 2 pvr-150 cards....does that matter. I hit empty under both...but when i pull up gbpvr, there' still guide data??
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,993
Threads: 770
Joined: Nov 2003
#2
2007-03-15, 03:07 AM
You should be able to hit empty EPG on each of your capture sources, then start GB-PVR and view the TV Guide.

Dont leave GB-PVR running while you do this though, since it caches the data.
nv40
Offline

Member

Posts: 233
Threads: 45
Joined: Dec 2005
#3
2007-03-15, 03:16 AM
sub Wrote:You should be able to hit empty EPG on each of your capture sources, then start GB-PVR and view the TV Guide.

Dont leave GB-PVR running while you do this though, since it caches the data.

Well....I got further this way....I have no pending recordings listed now, but i still have tv guide data.
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#4
2007-03-15, 03:25 AM
nv40 Wrote:Well....I got further this way....I have no pending recordings listed now, but i still have tv guide data.

If you quit GBPVR and empty both from the config app and reload from the tray application, it seems to fix everyone's problem. If the guide is still an hour early, the patch probably isn't right.

If you are using winxp you can check if the patch worked by double clicking on the date/time and on the main page at the bottom it lists the current timezone.
GBpvr PC: Intel Celeron 1.8 Ghz. 768 Mb WinXp Home Sp2
Video: Diamond 128 Mb 9550
Capture Cards: PVR-150 & PVR-150 MCE w/fm + 2x MVP
Author of: BurnDVDX2 and Skiptool
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,993
Threads: 770
Joined: Nov 2003
#5
2007-03-15, 03:26 AM
Do you still have full listings?

Do the 'empty epg' on each capture source then post your config.exe.log and I'll take a look.
nv40
Offline

Member

Posts: 233
Threads: 45
Joined: Dec 2005
#6
2007-03-15, 03:31 AM
sub Wrote:Do you still have full listings?

Do the 'empty epg' on each capture source then post your config.exe.log and I'll take a look.

wasn't sure what log to give ya.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,993
Threads: 770
Joined: Nov 2003
#7
2007-03-15, 03:37 AM
Quote:3/14/2007 10:14:19 PM.312 ERROR [1] Error int emptyEPG(captureSource): SQLite error
no such table: REMINDER
3/14/2007 10:14:19 PM.328 ERROR [1] Stack:
at System.Data.SQLite.SQLite3.Prepare(String strSql, SQLiteStatement previous, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
at GBPVR.Backend.Common.xbdfb880686f2538b.x6b08755638c97238(xda34526142ca690b
Its not deleting because you've got an error in your database.

It looks like you've got a database from a previous release copied onto a v0.99.12 release.
nv40
Offline

Member

Posts: 233
Threads: 45
Joined: Dec 2005
#8
2007-03-15, 03:40 AM
sub Wrote:Its not deleting because you've got an error in your database.

It looks like you've got a database from a previous release copied onto a v0.99.12 release.

hmmm....this is a pretty fresh install. Wonder what happened. well, is there a way for me to fix this?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,993
Threads: 770
Joined: Nov 2003
#9
2007-03-15, 03:47 AM
The easiest way to fix it is copy empty.db3 over gbpvr.db3, but this will start you from an empty database.

Otherwise, you'd need to download a SQLite tool, like SQLite Spy, and execute the following statements:

Code:
create table REMINDER (programme_oid int)
alter table RECORDING_SCHEDULE add column priority int
alter table RECORDING_SCHEDULE add column conversion_profile VARCHAR(50)
update RECORDING_SCHEDULE set priority = oid where recording_type > 0
alter table CAPTURE_SOURCE add column allocation_order int
update CAPTURE_SOURCE set allocation_order=oid
create table PREVIOUS_EPISODE (recording_group int, unique_identifier VARCHAR(50), create_date DATETIME)
create table YOUTUBE_VIDEO (filename VARCHAR(255), youtube_identifier VARCHAR(50), title VARCHAR(255), description VARCHAR(255), author VARCHAR(50), thumbnail_url VARCHAR(255),  create_date DATETIME, keep char(1))
nv40
Offline

Member

Posts: 233
Threads: 45
Joined: Dec 2005
#10
2007-03-15, 04:10 AM
Thanks sub...i ran the code. Nothing different appeared to happen in config ( i expected to see all the channels disappear when i hit empt epg, but they didn't. However, when i loaded up gbpvr, the tv guide was indeed empty. Should i be concerned about anything else since my database seems to have something strange going on with it?
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  tv guide empty in gbpvr works in pvrx2 slowtech 37 18,293 2012-08-27, 04:00 PM
Last Post: rscheller
  EPG empty Croftie 4 2,343 2011-01-24, 10:59 PM
Last Post: Croftie
  "database disk image is malformed" during attemped EPG update! (GBPVR v.1.4.7) DaveA 4 3,600 2011-01-23, 06:35 PM
Last Post: DaveA
  EPG won't update nate 3 2,795 2011-01-04, 03:55 PM
Last Post: sub
  Update EPG Issue dean70 1 2,057 2010-11-13, 05:31 PM
Last Post: sub
  EPG update problem NZ Fredo 5 3,041 2010-10-13, 10:42 PM
Last Post: Jaggy
  xmltv update timing problem aneez 3 2,309 2010-09-29, 06:34 AM
Last Post: aneez
  EPG update problem Aelanna 5 3,065 2010-09-26, 03:01 PM
Last Post: Aelanna
  Empty recordings with Cyberlink Mux mad-marco 12 4,371 2010-09-20, 07:11 PM
Last Post: mad-marco
  Empty frame when PVRX2 is started. Dhanu 11 4,262 2010-09-09, 12:45 AM
Last Post: ga_mueller

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

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

Linear Mode
Threaded Mode