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 … 798 799 800 801 802 … 1231 Next »
Crash at updating EPG via CLI command

 
  • 0 Vote(s) - 0 Average
Crash at updating EPG via CLI command
Michaelm
Offline

Junior Member

Posts: 6
Threads: 1
Joined: Jun 2005
#1
2006-05-17, 09:54 AM
I have a script to update my TV channels every night at 4:30.
Now since the new version of GBPVR it seems to crash at updating the EPG.
I invoke the updating in the batch file with a CLI command.
Updating the EPG from within config.exe doesn't give a problem.

Any ideas on what could be the problem here ?
Thanks in advance !
stefan
Offline

Posting Freak

Posts: 3,116
Threads: 81
Joined: Oct 2004
#2
2006-05-17, 10:52 AM
Sorry for my ignorance here, but what is a CLI command? Can you describe more exactly how you do this? Post your bat file, perhaps?
I'm not always right
GB-PVR 1.2.9
Accent HT-400 Case, AMD Athlon 64 3800+ 1024MB, 1TB+300GB+180GB, WinXP Pro-SP2, NVidia 7600GT
Nova-T USB2, PVR-350 recording from Dilog 355 DVB-T box, USB-UIRT (receiving & transmitting)
stefan
Offline

Posting Freak

Posts: 3,116
Threads: 81
Joined: Oct 2004
#3
2006-05-17, 10:53 AM
Ah... command line, of course =)
I'm not always right
GB-PVR 1.2.9
Accent HT-400 Case, AMD Athlon 64 3800+ 1024MB, 1TB+300GB+180GB, WinXP Pro-SP2, NVidia 7600GT
Nova-T USB2, PVR-350 recording from Dilog 355 DVB-T box, USB-UIRT (receiving & transmitting)
stefan
Offline

Posting Freak

Posts: 3,116
Threads: 81
Joined: Oct 2004
#4
2006-05-17, 10:55 AM
Any specific reason as to why not do it the other way around? Ask config to update the EPG at 4:30 every morning? If you need to download xmltv data first, you can create a file called updateepg.bat in your gbpvr program directory. That bat file should call your xmltv grabber and tell it to download data. That bat file will be called by gbpvr before gbpvr tries to update the epg.
I'm not always right
GB-PVR 1.2.9
Accent HT-400 Case, AMD Athlon 64 3800+ 1024MB, 1TB+300GB+180GB, WinXP Pro-SP2, NVidia 7600GT
Nova-T USB2, PVR-350 recording from Dilog 355 DVB-T box, USB-UIRT (receiving & transmitting)
Michaelm
Offline

Junior Member

Posts: 6
Threads: 1
Joined: Jun 2005
#5
2006-05-17, 11:49 AM (This post was last modified: 2006-05-17, 11:54 AM by Michaelm.)
Well, I found that it's the priorityrecordings.exe that creates the crash.

The reason I don't use the inbuild update EPG routine is because that way my PC doesn't get shut down when it's ready.

Here's the line in my batch file.

Start /LOW /WAIT /I /SEPARATE gbpvr>>Guideget.log 2>&1 -OnlyUpdateEPG

[EDIT] Another thing I noticed is that it tries to CD to C:\\Programm Files\devnz\gbpvr which fails because I have it in C:\\Program Files\Video\GBPVR
Luckily because I CD'ed to C:\\Program Files\Video\GBPVR previous in the batch file the command can be found but it couldn't if I wasn't in the right directory.
stefan
Offline

Posting Freak

Posts: 3,116
Threads: 81
Joined: Oct 2004
#6
2006-05-17, 11:52 AM
Michaelm Wrote:Well, I found that it's the priorityrecordings.exe that creates the crash
So - problem solved then?
I'm not always right
GB-PVR 1.2.9
Accent HT-400 Case, AMD Athlon 64 3800+ 1024MB, 1TB+300GB+180GB, WinXP Pro-SP2, NVidia 7600GT
Nova-T USB2, PVR-350 recording from Dilog 355 DVB-T box, USB-UIRT (receiving & transmitting)
Michaelm
Offline

Junior Member

Posts: 6
Threads: 1
Joined: Jun 2005
#7
2006-05-17, 11:56 AM (This post was last modified: 2006-05-17, 12:05 PM by Michaelm.)
Doesnt it belong to standard GBPVR then ?
How do I get rid of it ?

[EDIT] Well, I found the PostUpdateEPG.bat containing the false CD command and the priorityrecording.exe. I've renamed the file and started the batch file again. It will probably be solved now.
Are there any other NON standard GBPVR files that I should check out now that the new version requires some plugins to be updated before they work ?
Or put in another way, that I can savely delete now because they won't be needed until further notice.
stefan
Offline

Posting Freak

Posts: 3,116
Threads: 81
Joined: Oct 2004
#8
2006-05-17, 12:00 PM
Michaelm Wrote:Doesnt it belong to standard GBPVR then?
Nope.
Michaelm Wrote:How do I get rid of it ?
Don't quite know. If you don't get an answer here, you should try in the plugins section of the forum.
I'm not always right
GB-PVR 1.2.9
Accent HT-400 Case, AMD Athlon 64 3800+ 1024MB, 1TB+300GB+180GB, WinXP Pro-SP2, NVidia 7600GT
Nova-T USB2, PVR-350 recording from Dilog 355 DVB-T box, USB-UIRT (receiving & transmitting)
Michaelm
Offline

Junior Member

Posts: 6
Threads: 1
Joined: Jun 2005
#9
2006-05-17, 12:11 PM
Michaelm Wrote:The reason I don't use the inbuild update EPG routine is because that way my PC doesn't get shut down when it's ready.

I was wondering. I now wake up my PC at 4:30 through the taskplanner of windows because my scripts will run then.
I used to have GBPVR set up so it would update the EPG at 5:30.
But my PC didn't get shut down that way. probably because it was allready on when invoking the EPG update.

Now if I were to put my script in the updateepg.bat and cancel the windows taskplanner script will this make sure that my PC gets shut down by itself once GBPVR is finished ?
stefan
Offline

Posting Freak

Posts: 3,116
Threads: 81
Joined: Oct 2004
#10
2006-05-17, 12:15 PM
That's how I do it, and it works. However, Windows power management moves in mysterious ways, so I don't guarantee anything. But it should work. I have set windows power management to hibernate the computer after 15 minutes of inactivity. Let's say that if your computer goes to sleep ok in the day when you have not used gbpvr for a while, then it should also go to sleep OK after updating the EPG.
I'm not always right
GB-PVR 1.2.9
Accent HT-400 Case, AMD Athlon 64 3800+ 1024MB, 1TB+300GB+180GB, WinXP Pro-SP2, NVidia 7600GT
Nova-T USB2, PVR-350 recording from Dilog 355 DVB-T box, USB-UIRT (receiving & transmitting)
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  tsmuxer command line philly_phenom 7 22,469 2017-08-15, 10:23 AM
Last Post: mantamonaca
  playback of recordings crash the application paf077 9 2,859 2010-06-27, 12:57 PM
Last Post: paf077
  just sits there...."Updating EPG" 8ace 5 2,089 2010-06-19, 12:13 AM
Last Post: sub
  Repeatable Windows crash with MagicPro ProHDTV Gold Digital Tuner? jksmurf 2 1,753 2010-05-30, 10:58 PM
Last Post: jksmurf
  EPG Updating Problems Caseyjones 2 1,576 2010-05-30, 04:47 PM
Last Post: Caseyjones
  Config doesn't seem to be updating... Miller 1 1,657 2010-05-28, 12:50 AM
Last Post: JonnyCam
  Crash after language change dodododic 10 3,438 2010-05-09, 06:19 PM
Last Post: dodododic
  Updating EPG consumes all physical memory allstarnz 4 1,980 2010-04-09, 12:24 AM
Last Post: allstarnz
  Updating epg & deleting capture source zb1 0 1,193 2010-04-05, 09:25 PM
Last Post: zb1
  Crash on Launch ydekmekji 1 1,563 2010-04-01, 05:23 AM
Last Post: whurlston

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

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

Linear Mode
Threaded Mode