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 … 629 630 631 632 633 … 1231 Next »
Shut Down and RestartGB-PVR

 
  • 0 Vote(s) - 0 Average
Shut Down and RestartGB-PVR
johnnybonzo
Offline

Junior Member

Posts: 20
Threads: 7
Joined: Dec 2006
#1
2007-01-09, 07:13 PM
I have a problem that others on the forum have posted about. When I resume from standby, the video is choppy. The solution seems to be using the wake.cmd batch file to shut down and restart GB-PVR. Problem is I can't find what commands to put in wake.cmd to do this. A little help would be appreciated.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#2
2007-01-09, 07:19 PM
I'm not aware of anything like this requiring GB-PVR to be restarted. I have seen a few posts in the past where people have used wake.cmd to restart their capture device (with the help of devcon.exe utility).
johnnybonzo
Offline

Junior Member

Posts: 20
Threads: 7
Joined: Dec 2006
#3
2007-01-09, 07:40 PM
If I had to guess, it seems to have to do with my ATI video card (probably drivers), since scheduled recordings work fine - only playback is affected.
johnnybonzo
Offline

Junior Member

Posts: 20
Threads: 7
Joined: Dec 2006
#4
2007-01-09, 09:28 PM
That being said, the only thing that fixes it is shutting down and restating GB-PVR when resuming from standby. What commands can I put in the wake.cmd file to do that?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#5
2007-01-09, 09:35 PM
I'd have no idea.
K.S.
Offline

Senior Member

Posts: 526
Threads: 12
Joined: Oct 2006
#6
2007-01-09, 10:49 PM
get psshutdown from sysinternals/microsoft and copy pskill to i.e. gbpvr dir, put the following lines in wake.cmd

%programfiles%\devnz\gbpvr\pskill gbpvr.exe
ping localhost -n 3
start %programfiles%\devnz\gbpvr\gbpvr.exe
sub Wrote:Yep, what he said.

curiosity killed the cat Big Grin
Slice
Offline

Junior Member

Posts: 45
Threads: 4
Joined: Oct 2006
#7
2007-01-10, 11:43 AM
Hi all,

Actually I've been having the same problem for a while now, I'll try what's posted above and see as well!
[SIZE="1"]OS Windows 10 Hardware Hauppauge Nova T DVB-T Stick (Saorview) 2 x Hauppauge WinTV DVB-S/S2 (FreeSat) N-PVR Ver 3.5.7[/SIZE]
johnnybonzo
Offline

Junior Member

Posts: 20
Threads: 7
Joined: Dec 2006
#8
2007-01-10, 05:02 PM
Thanks to everyone for there replies!

Just for the sake of accuracy, the wake.cmd file needs to contain the following (or the command prompt throws errors, doesn't like the \Program Files\ directory):

"%programfiles%\devnz\gbpvr\pskill.exe" gbpvr.exe
ping localhost -n 3
"%programfiles%\devnz\gbpvr\gbpvr.exe"


But now I have another issue - GB-PVR is not executing the file upon resume from standby. The wake.cmd file is in the ..\devnz\gbpvr\ directory. Help?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#9
2007-01-10, 05:07 PM
GB-PVR doesnt run wake.cmd by default, but there was some utility posted a while back called GBPVRWake that run this. If you fo a forum search for this I'm sure you'll find a download.
madcat
Offline

Senior Member

Posts: 634
Threads: 104
Joined: Apr 2006
#10
2007-01-10, 05:16 PM
I dont know if helps, but I use AutoIt3 as a scripting tool for many of these tasks. Those scripts can be compiled by AutoIt3 into .EXE files.

The AU3 script I have for this purpuse is:
Code:
$GB_title = "GB-PVR"

$exists = WinExists ($GB_title)
if $exists == 1 Then
    ;MsgBox(0, "", "Exists")
    WinClose($GB_title)
    run("pskill gbpvr", "")
Else
    ;MsgBox(0, "", "Does not Exist")
    run("c:\Program Files\devnz\gbpvr\gbpvr.exe", "c:\Program Files\devnz\gbpvr\")
    WinActivate("GB-PVR")
EndIf
This script actually "toggles" GBPVR. So I can use the same script (and same button on the remote) to open/close GB-PVR.
It is useful for me for when I want to stop GB-PVR from remote (or start it if it's not running).
If you just want restart, you could use both sections of the "if" statement.
The "WinClose" should take care of closing, but the "run(" statement after it is just in case.

It does happen from time to time that GB-PVR will get into a corner, and give me the popup messege ("Object something something") and will not play anything from that point. Then two clicks on the remote and I'm back online (wife knows that button too).

Sub - this is not to complain about those cases. It could be issues with my setup, and unless I pick the specific scenario and logs, I don't mean to complain about it or report it. I'm OK with it.
* 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 (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Shut down computer after recording? Ranger One 14 4,331 2008-11-11, 01:13 PM
Last Post: hatterman
  GBPVR Recordsing Service Shut down/Crash psycik 3 1,319 2008-01-04, 07:57 PM
Last Post: sub
  How do i get GBPVR to shut down the computer ROSSEN 13 3,278 2006-07-21, 09:38 PM
Last Post: gEd
  GBPVR Forced to shut down Brian_W 14 4,542 2006-07-12, 10:51 AM
Last Post: danIrl
  Computer won't shut down. stampee 15 4,063 2006-06-09, 07:59 PM
Last Post: kaszika
  disk space and shut down error... reefboy 0 938 2005-02-12, 09:44 PM
Last Post: reefboy
  shut down plug darrin75 5 2,068 2004-11-29, 01:39 AM
Last Post: Guest
  Shut Down-Plugin does not work... 0 265 Less than 1 minute ago
Last Post:

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

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

Linear Mode
Threaded Mode