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 … 153 154 155 156 157 … 1231 Next »
xmltv.xml file corrupts my gbpvr.db3

 
  • 0 Vote(s) - 0 Average
xmltv.xml file corrupts my gbpvr.db3
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#11
2009-03-05, 12:58 AM
Can you zip and email me your gbpvr.db3 file? I'll look whats in it.

I'll PM you my email address.
curt1s
Offline

Member

Posts: 94
Threads: 31
Joined: Jul 2006
#12
2009-03-11, 04:07 PM
hey sub,

did you get my db3 file in email? I havent heard back from you!

Thanks!
curt1s
Offline

Member

Posts: 94
Threads: 31
Joined: Jul 2006
#13
2009-03-12, 09:38 PM
bump.



sub you alive?? I emailed you twice with no reply! I sent ya my db3 file..

Can you please respond????

Thanks!!!
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#14
2009-03-12, 10:41 PM
Sorry, I got you email reminder today, and I was intending to check it out today and get back to you, but I havnt found time yet.

Can you also send an copy of your xmltv file? I might as well get an updated gbpvr.db3 ifle too.
curt1s
Offline

Member

Posts: 94
Threads: 31
Joined: Jul 2006
#15
2009-03-12, 11:13 PM
hey sub,

ok it might be a few days.. I just got everything fixed again and have a list of shows to record. I will e-mail you those files in a few days.

I am also looking into other xml scrapers to see if I can get one to work.

Thanks!
Curtis
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#16
2009-03-12, 11:33 PM
curt1s Wrote:hey sub,

ok it might be a few days.. I just got everything fixed again and have a list of shows to record. I will e-mail you those files in a few days.

I am also looking into other xml scrapers to see if I can get one to work.

Thanks!
Curtis

From my experience GB-PVR and mc2xml don't have too much trouble with each other. It's usually something else that is processing the xml before it gets imported into GB-PVR. Are you using an Enhancer, TV Listings2 (xmltvextras), UltraXMLTV?

I would be very interested in seeing your original xmltv file that you get fresh from mc2xml. Please email me with me zipped xmltv file...
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]
curt1s
Offline

Member

Posts: 94
Threads: 31
Joined: Jul 2006
#17
2009-03-13, 10:44 AM
ok I will e-mail it to you also. The thing is, if I delete the capture source and then recreate it and then update the EPG the xmltv.xml works fine.. its when I overwrite the xmltv.xml file by running mc2xml again, and then updating the EPG again that it corrupts my db3 file.

zehd can you pm me your email address?

Thanks
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#18
2009-03-18, 12:05 AM
So far what I've seen is nothing other than that message the mc2xml guy sent you.

In fact I do suspect that xmltvextras is causing the problem. THis is what I suspect

UpdateEPG.bat runs:
mc2xml download listings < OK
GB-PVR imports listings < OK

PostUpdateEPG.bat runs
xmltvextra.exe runs

Quote:What this program does: it reads the xmltv file created just prior again, and compares info to the actual database listings that GB-PVR has just created during the import process. Then it fills in extra information into its own 'satelite' db3. (I say satelite as for each entry in the main Programme table in GB-PVR there is a corresponding enter in the satelite)

When you view listings in TV Listings, the TV Listings digs info from the main Programme table and the satelite table.

I believe that it is this database interaction that is corrupting your GB-PVR database.

I suggest removing xmltvextras.exe from the mix for a while until you get it sorted...

Make sure that your UpdateEPG.bat has a reference to mc2xml and only that (unless you are using some enhancer like UltraXMLTV Enhancer - but I don't want to confuse the issue!) and that your PostUpdateEPG.bat is disabled (renamed or deleted)

TV Listings will still work fine, though a couple of indicators won't be showing (like New!, 16:9, Dolby etc)

Let me know how you make out. I'm looking at adding compatibility to Ultra v2...
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]
curt1s
Offline

Member

Posts: 94
Threads: 31
Joined: Jul 2006
#19
2009-03-18, 11:36 AM
Hello,

I am not using xmltvextras. I tried it and it produced an error on that file.

I do all my EPG updates manually.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#20
2009-03-18, 05:18 PM
curt1s Wrote:Hello,

I am not using xmltvextras. I tried it and it produced an error on that file.

I do all my EPG updates manually.

Well we all know that the mc2xml/gb-pvr combination works fine, so it's a matter of looking into how you're doing it.

Can I see how you launch mc2xml, and where you launch it? What's your command line (PM if private zip code etc)

For example, you might have mc2xml in a separate batch file: run.bat, and that batch file is being called in the UpdateEPG.bat

Are you using a task scheduler? And Enhancer?

I'm just trying to see what is getting in the way...

If your UpdateEPG.bat looks something like this:

Quote:cd\
cd ..\EPG\Grabbers\mc2xml

mc2xml -D 1.dat -c ca -g T0X0X0 -L -o mc1.xml

Echo Copying the new xmltv.xml to EPG directory
echo on

copy mc1.xml ..\..\mc1.xml

Batch file:
[INDENT]Switched to mc2xml folder
runs mc2xml with parameters (Fake Postal Code, change to suit)
copies resulting xmltv folder to my main EPG folder[/INDENT]

Now my Capture Source in GB-PVR is pointed to c:\epg\mc1.xml

And that's it. Unless mc2xml specifically targets you with bad data, this is all you need...
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)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  how to use IR server suite with GBPVR zaprat 82 63,404 2018-11-18, 05:32 PM
Last Post: Len_Lekx
  GBPVR support for Hauppauge WinTV-HVR-1900 or Hauppauge HD-PVR (PAL) lchiu7 23 18,756 2014-05-15, 12:59 AM
Last Post: lchiu7
  GBPVR and NPVR jigster99 2 5,229 2013-02-16, 01:50 AM
Last Post: jigster99
  BBC HD / BBD 1 HD in GBPVR Pob 21 13,790 2012-10-05, 05:42 PM
Last Post: Pob
  file types of recorded TV paul1 3 3,760 2012-09-30, 05:20 PM
Last Post: sub
  tv guide empty in gbpvr works in pvrx2 slowtech 37 17,623 2012-08-27, 04:00 PM
Last Post: rscheller
  Unused gbpvr returns to life with minimal effort KS4UA 0 2,397 2012-03-18, 02:07 AM
Last Post: KS4UA
  XMLTV Updates? phillyjim 1 2,734 2011-12-21, 04:46 PM
Last Post: pcostanza
  Last version of GBPVR download? matthrolf 8 6,586 2011-11-16, 09:22 AM
Last Post: MixMan
  Is card emulation as easy with gbpvr as with npvr? martint123 3 3,483 2011-10-20, 07:13 PM
Last Post: martint123

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

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

Linear Mode
Threaded Mode