NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 25 26 27 28 29 … 56 Next »
EPGExtra - new tool adds date, ratings, repeat, CC, Stereo to program descriptions.

 
  • 0 Vote(s) - 0 Average
EPGExtra - new tool adds date, ratings, repeat, CC, Stereo to program descriptions.
ubu
Offline

Posting Freak

Posts: 792
Threads: 54
Joined: Jan 2006
#31
2006-06-05, 10:09 PM
sub Wrote:The c:\zap2it.xml will only contain the last set of data requested from zap2it. If they have multiple zap2it accounts, you'll only have the data from one of these.
So, if he had one capture source that did a valid Zap2it update and then a second capture source who's Zap2it update failed, he'd see good TV Guide data (from the first update) but the second update might have deleted the first c:\zap2it.xml file and not created a new one?

madcat says that his c:\zap2it.xml file is not showing up so I've been assuming that a) the EPG update isn't running at all, b) it's running but terminating before completing or c) there's some other configuration issue in play.
[SIZE=1]GBPVR v1.3.11 [/SIZE][SIZE=1]HVR-1250, [/SIZE][SIZE=1]ES7300[/SIZE][SIZE=1], 4GB, GeForce 9300, LianLi, Vista.[/SIZE]
[SIZE=1]GBPVR v1.0.08 [/SIZE][SIZE=1]PVR-150, [/SIZE][SIZE=1]P4 2.26GHz, [/SIZE][SIZE=1]1GB,[/SIZE][SIZE=1] GeForce 6200, [/SIZE]Coupden, XP[SIZE=1]
[/SIZE]

Author: UbuStream plugin, UbuRadio plugin, EPGExtra utility.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#32
2006-06-05, 10:19 PM
Quote:So, if he had one capture source that did a valid Zap2it update and then a second capture source who's Zap2it update failed, he'd see good TV Guide data (from the first update) but the second update might have deleted the first c:\zap2it.xml file and not created a new one?
No, that wont happen. It doesnt delete the c:\zap2it.xml as a separate step, it just overwrites file after receiving the data from zap2it.

Quote:madcat says that his c:\zap2it.xml file is not showing up so I've been assuming that a) the EPG update isn't running at all, b) it's running but terminating before completing or c) there's some other configuration issue in play.
Immediately after receiving the data from zap2it it does the following (before processing the XML).
Code:
            if (SystemConfiguration.getInstance().getValue("/settings/SaveZap2itXML") == "true")
            {
                StreamWriter writer = File.CreateText("c:\\zap2it.xml");
                writer.Write(responseText);
                writer.Close();
            }
ie, if you've got <SaveZap2itXML> set to true, and manage to do a EPG update. It would have created this file.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#33
2006-06-05, 10:21 PM
If madcat sets his logging level back to 'debug' and does an EPG update, then posts the logs, we should be able to see why this file is not being created for him.
reboot
Offline

Posting Freak

Posts: 1,426
Threads: 89
Joined: Mar 2005
#34
2006-06-05, 10:28 PM
Just an update.
It's not the recording service, it seems to be X-Search causing the problem with the 97.7 version, and not relevant to EPGExtra.
I can live without the extras for now, but can't live without the advanced search ability of X-Search (X-find/findfast or whatever it's called).

Going back to GBPVR 9.6x so X-Search works, then allows me to use EPGextra or I-xmltv (possibly both!).
You can never have enough tuners!
Pentium Quad / 4Gb Dual Channel RAM / XPSP3 / 2 x PVR-500, PVR-250 / GB-PVR
ubu
Offline

Posting Freak

Posts: 792
Threads: 54
Joined: Jan 2006
#35
2006-06-05, 10:33 PM
sub Wrote:No, that wont happen. It doesnt delete the c:\zap2it.xml as a separate step, it just overwrites file after receiving the data from zap2it.

Immediately after receiving the data from zap2it it does the following (before processing the XML).
Code:
if (SystemConfiguration.getInstance().getValue("/settings/SaveZap2itXML") == "true")
            {
                StreamWriter writer = File.CreateText("c:\\zap2it.xml");
                writer.Write(responseText);
                writer.Close();
            }
ie, if you've got <SaveZap2itXML> set to true, and manage to do a EPG update. It would have created this file.
Not too much wiggle room there! That's what I thought was probably going on. So, if the file is not there, either the EPG update never got executed or it died before completing the Zap2it download and never reached this code.

I shouldn't think there's any widespread problem here since I haven't seen any moaning from Zaptools/Enhanced Web Admin users (or other EPGExtra users). Must be something specific to madcap's setup. Hopefully, his logs will reveal the full story.
[SIZE=1]GBPVR v1.3.11 [/SIZE][SIZE=1]HVR-1250, [/SIZE][SIZE=1]ES7300[/SIZE][SIZE=1], 4GB, GeForce 9300, LianLi, Vista.[/SIZE]
[SIZE=1]GBPVR v1.0.08 [/SIZE][SIZE=1]PVR-150, [/SIZE][SIZE=1]P4 2.26GHz, [/SIZE][SIZE=1]1GB,[/SIZE][SIZE=1] GeForce 6200, [/SIZE]Coupden, XP[SIZE=1]
[/SIZE]

Author: UbuStream plugin, UbuRadio plugin, EPGExtra utility.
ubu
Offline

Posting Freak

Posts: 792
Threads: 54
Joined: Jan 2006
#36
2006-06-05, 10:47 PM
reboot Wrote:Just an update.
It's not the recording service, it seems to be X-Search causing the problem with the 97.7 version, and not relevant to EPGExtra.
Not clear that madcap has X-Search installed (don't see it in his logs). Are you saying your installation of 97.7 is not creating a c:\Zap2it.xml file?
[SIZE=1]GBPVR v1.3.11 [/SIZE][SIZE=1]HVR-1250, [/SIZE][SIZE=1]ES7300[/SIZE][SIZE=1], 4GB, GeForce 9300, LianLi, Vista.[/SIZE]
[SIZE=1]GBPVR v1.0.08 [/SIZE][SIZE=1]PVR-150, [/SIZE][SIZE=1]P4 2.26GHz, [/SIZE][SIZE=1]1GB,[/SIZE][SIZE=1] GeForce 6200, [/SIZE]Coupden, XP[SIZE=1]
[/SIZE]

Author: UbuStream plugin, UbuRadio plugin, EPGExtra utility.
User
Offline

Senior Member

Inglewood, California, USA
Posts: 366
Threads: 10
Joined: Oct 2005
#37
2006-06-05, 11:32 PM
ubu Wrote:I'm glad you find it useful. As a "reformed" TiVo user, there are a few features I still miss and this was one of them. Now, if only someone would write a plugin to schedule recordings based on a TiVo-style keyword-wishlist.....

I am after this feature as well, I am sure many would find it useful.
Thanks again.
madcat
Offline

Senior Member

Posts: 634
Threads: 104
Joined: Apr 2006
#38
2006-06-06, 05:32 PM
ubu Wrote:... Then attach the following logs: gbpvr.exe.log, config.exe.log, gbpvrrecordingservice.exe.log. (also the .exe-1.log and .exe-2.log versions of all three, just in case). Also attach your config.xml file. So that's 10 files you'll zip up.

That should give us a clue to what's going on here. I happen to be doing a clean GBPVR 97.9 SQLite install on one of my boxes today so I'll be able to compare my logs with yours, which might help.
....
Ok, First, I set three cards, as I was playing with the option of adding the inputs of my Hauppauge WinTV PVR USB as sources. I will remove them first and re-try. Althoug both source 2, 3 have "EPG Source = none".
Second, the reason you saw many updates and restarts, is because I tried from different places - from the config app, from the tray-icon.

I tried the following:

0. Closed GB-PVR
1. Removed the two additional sources, and closed the config-app ("OK")
2. Manually ran my scheduled XML update ("xmltv.exe"), so there will be [potential] new data to import
3. Stoped recording service
4. Deleted "*.log" (for clean logs, not to include previous tests)
5. Started rec-service, waited a while
6. Ran config-app, set log to "debug", pressed OK
7. Ran config-app, pressed "update EPG", waited for it to finish, then "OK", "OK".
8. Ran GB (just so you have the gbpvr.exe.log)
9. Zipped logs (not all have -1, -2).
10. Just made sure: zap2it.xml is still not here...
* Rogers Analog Cable [Canada]
* Hauppauge WintTV PVR USB2
* IBM Thinkpad T42 / 1GB Mem / Centrino 1.6Ghz / 60GB HD / ATI Mobility Radeon 7500 + VGA/DVI out
* MCE Remote + Keyboard
* Win XP SP2 / GBPVR [Latest version. always]
* Pioneer HDTV via VGA (1360x768)
* MS Remote Keyboard
* Logitech Harmony 880 [via MS Remote Control Reciever]
ubu
Offline

Posting Freak

Posts: 792
Threads: 54
Joined: Jan 2006
#39
2006-06-06, 08:06 PM (This post was last modified: 2006-06-07, 01:03 AM by ubu.)
madcat Wrote:2. Manually ran my scheduled XML update ("xmltv.exe"), so there will be [potential] new data to import
So you are using XMLTV, not the Zap2it plugin? For the capture card, you have EPG Source set to "XMLTV Plugin" not "Zap2it"? That would explain why I don't see any interaction with Zap2it in your logs. (For instance, my Recording Service log tells me when my Zap2it subscription is going to expire, etc.). And this would explain why the c:\zap2it.xml file doesn't get created.

If you already have a Zap2it account, you should switch to using Zap2it as your EPG source so the zap2it.xml gets generated. If, for some reason, you want to stay with creating your own XMLTV xml data, you could check out the I-xmltv utility since that does work with XMLTV EPG sources. EPGExtra has a narrower scope than I-xmltv and will only work if you are using the Zap2it plugin as your EPG source.
[SIZE=1]GBPVR v1.3.11 [/SIZE][SIZE=1]HVR-1250, [/SIZE][SIZE=1]ES7300[/SIZE][SIZE=1], 4GB, GeForce 9300, LianLi, Vista.[/SIZE]
[SIZE=1]GBPVR v1.0.08 [/SIZE][SIZE=1]PVR-150, [/SIZE][SIZE=1]P4 2.26GHz, [/SIZE][SIZE=1]1GB,[/SIZE][SIZE=1] GeForce 6200, [/SIZE]Coupden, XP[SIZE=1]
[/SIZE]

Author: UbuStream plugin, UbuRadio plugin, EPGExtra utility.
madcat
Offline

Senior Member

Posts: 634
Threads: 104
Joined: Apr 2006
#40
2006-06-07, 05:28 AM
ubu Wrote:So you are using XMLTV, not the Zap2it plugin? For the capture card, you have EPG Source set to "XMLTV Plugin" not "Zap2it"? That would explain ...

Well, sorry all for dragging you through this goose chase for nothing.
The thing is, that I didn't even know about the Zap2It "plugin". The XML import was the first thing I did when installed GB several months ago (reading through the "QuickStart"). when you said if I'm using Zap2It - I naturally assumed that you mean an account with them, which I do...

Now, back to our subject - changed in Config to Zap2It, let it update, finished successfully. Got C:\Zap2It.xml !!

Ran the EPGExtra.exe manually from CMD:
Code:
Start time: 01:19:00
Reading program data from Zap2it.xml.....
Programs read: 6817
Updating GBPVR database program descriptions.....
...using System.Data.SQLite.SQLiteFactory DB Provider Factory
Rows updated: 0.....
Rows updated: 0.....
Rows updated: 0.....
Rows updated: 0.....
Rows updated: 0.....
Rows updated: 0.....

A total of 0 GBPVR program descriptions successfully updated.
Stop time: 01:21:05
Elapsed time: 2.090 minutes.


Is this normal? "total of 0 "??
* Rogers Analog Cable [Canada]
* Hauppauge WintTV PVR USB2
* IBM Thinkpad T42 / 1GB Mem / Centrino 1.6Ghz / 60GB HD / ATI Mobility Radeon 7500 + VGA/DVI out
* MCE Remote + Keyboard
* Win XP SP2 / GBPVR [Latest version. always]
* Pioneer HDTV via VGA (1360x768)
* MS Remote Keyboard
* Logitech Harmony 880 [via MS Remote Control Reciever]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (12): « Previous 1 2 3 4 5 6 … 12 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  External tool: Transfer Season Record schedules from GBPVR to NPVR kendrak24 37 21,297 2013-04-11, 05:58 AM
Last Post: kendrak24
  Channel.exe channel changing program Puckdropper 1 1,570 2011-02-20, 01:38 PM
Last Post: shaunpatrick77
  HDHomeRun Channel Mapping Tool beta whurlston 13 10,789 2010-04-25, 08:48 PM
Last Post: bienson
  BDA Channel Migration Tool JavaWiz 28 11,300 2009-09-16, 02:00 PM
Last Post: JavaWiz
  Configuration tool for remote control athomas 0 1,445 2008-12-04, 12:45 PM
Last Post: athomas
  Sky Channel Sync Tool Version 1.0.2 systemshark 0 1,193 2008-08-17, 07:26 AM
Last Post: systemshark
  New Tool: ShowBurner DVD Burning [with menus] pBS 331 77,311 2007-11-29, 08:52 PM
Last Post: pBS
  Sky Channel Sync Tool systemshark 2 1,478 2007-11-05, 01:20 PM
Last Post: systemshark
  File Renaming Tool: ZRename zehd 0 1,132 2007-05-01, 05:23 AM
Last Post: zehd
  Features for Channel Logo Tool V4.0 systemshark 5 2,903 2007-04-19, 09:20 PM
Last Post: allsighs

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

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

Linear Mode
Threaded Mode