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 … 476 477 478 479 480 … 1231 Next »
zap2it vs. SchedulesDirect program ID format

 
  • 0 Vote(s) - 0 Average
zap2it vs. SchedulesDirect program ID format
Braklet
Offline

Senior Member

Posts: 532
Threads: 60
Joined: Sep 2006
#1
2007-09-10, 06:45 PM
Has anyone else who tries to avoid repeats noticed that GB-PVR is mistakenly re-recording episodes after the SchedulesDirect transition?

Checking the database, I find that the new SD series IDs have two prepended zeroes which apparently throws off our repeat detection.

Thus far I've dealt with the situation by either deleting known repeat pending recordings, or hand-editing the associated program IDs. But there must be a better way of doing this.

Here's some discussion from the SD side:

http://forums.schedulesdirect.org/viewto...p?f=8&t=41
-Oz-
Offline

Posting Freak

Posts: 803
Threads: 33
Joined: Aug 2006
#2
2007-09-10, 07:19 PM
That is the new standard from TMS. Sooner or later all the EPG programs will have that.
Dan Blomberg
[SIZE="1"]HTPC 1: MSI K8NGM2-FID, AMD 64 3000+, WD 200gb HDD, 1gb ram, NSK2400, PVR-500, Harmony 659
HTPC 2: ASUS M2NPV-VM, AMD 64 3200+, WD 250gb HDD, 1gb ram, nVidia DualTV MCE, NSK2400, Harmony 720
HTPC 3: GIGABYTE GA-E7AUM-DS2H GeForce 9400, Intel E5200 Wolfdale, WD 640gb HDD, 4gb ram, Antec Fusion 2, HVR-1600, hdhomerun, Harmony 880, PCH A-110
GBPVR 1.4.7 Additions: Weather2, UltraXMLTV, Comskip
Project: Setup Logitech Harmony Remote[/SIZE]
Braklet
Offline

Senior Member

Posts: 532
Threads: 60
Joined: Sep 2006
#3
2007-09-10, 08:07 PM
-Oz- Wrote:That is the new standard from TMS. Sooner or later all the EPG programs will have that.

If it is a new standard, is there any chance of a GB-PVR database fix? I can continue hand editing but I would expect a lot of messed up DBs if everybody resorted to it.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,809
Threads: 769
Joined: Nov 2003
#4
2007-09-10, 08:42 PM
I was only told about this change after the 1.0.16 release was out. It would sort itself out after while, so I wasnt too concerned about making a release to fix the existing program IDs in the database.

You want to, you can execute something like the following commands to correct it:

Code:
UPDATE PROGRAMME SET unique_identifier=SUBSTR(unique_identifier, 1, 2) || '00' || SUBSTR(unique_identifier, 3, length(unique_identifier)-3) WHERE length(unique_identifier) = 12;

I havnt tested this, so you'll probably want to backup your database first.
Braklet
Offline

Senior Member

Posts: 532
Threads: 60
Joined: Sep 2006
#5
2007-09-10, 08:45 PM
sub Wrote:
Code:
UPDATE PROGRAMME SET unique_identifier=SUBSTR(unique_identifier, 1, 2) || '00' || SUBSTR(unique_identifier, 3, length(unique_identifier)-3) WHERE length(unique_identifier) = 12;

Thanks for the SQL. I'll look into some conversion techniques with SQLMaestro.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Program MCE remote? arkennedy75 1 2,713 2011-04-13, 12:09 AM
Last Post: pBS
  How to record a program while sleeping broadband412 2 2,171 2011-01-10, 11:13 PM
Last Post: broadband412
  GBPVR keeps recording after end of program stoenjes 2 1,934 2010-10-15, 12:37 AM
Last Post: stoenjes
  parallelprocessing does not run on second program when two consecutive recordings zaldwaik 2 1,614 2010-07-20, 12:31 AM
Last Post: zaldwaik
  TS 'fixing' program? (JohnnyCam please read) johnsonx42 3 2,069 2010-07-19, 04:59 AM
Last Post: johnsonx42
  SchedulesDirect -- 5-day EPG limit kimnach 5 2,666 2010-05-11, 01:52 AM
Last Post: kimnach
  How do I activate ffmpeg to automaticaliy convert MPG video to AVI format in GbPVR HYBRiD.BLiNG 0 1,268 2010-04-18, 01:52 AM
Last Post: HYBRiD.BLiNG
  Questions on native SchedulesDirect EPG loader colinnwn 2 1,793 2010-04-07, 12:26 PM
Last Post: colinnwn
  tweaking the recording filename format jrousell 7 2,845 2010-03-06, 04:58 PM
Last Post: snewpy
  Program Guide Is 2 Hours Off. canbrass 2 1,525 2010-02-27, 06:09 PM
Last Post: canbrass

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

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

Linear Mode
Threaded Mode