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) Slimm GB-PVR and GBPVRcli v
« Previous 1 2 3 4 Next »
SlimmGBPVR doesn't prevent standby during recording

 
  • 0 Vote(s) - 0 Average
SlimmGBPVR doesn't prevent standby during recording
rob11252
Offline

Member

Posts: 126
Threads: 9
Joined: Jan 2008
#11
2008-05-17, 12:26 PM
It works! I tried to put it in standby using my remote; start, power off, standby path; even issue the command from Task Manager. SlimmGBPVR prevented all of these.
Surprisingly, the only way to put computer to standby while recording is in progress is to issue the command from .... PVRX2 (system->standby). At least it asks for confirmation so one can go back and check. Probably subs standby command doesn't ask apps for permission.

There is one feature which might be usefull - to allow user to set delay between end of recording and standby/hiber/shutdown. This would allow the computer to finish the tasks requested in parallelprocessing and postprocessing.bat files.

How is that for a big grin?
[SIZE="2"]GBPVR 1.3.11 on WinXP SP2; ATSC OTA.
Core 2 Duo 2.2GHz; 2GB RAM; NVIDIA 8500GT 256MB; Hauppauge HVR-1600 and Pinnacle HD Pro, 720p HDTV;[/SIZE]
Mister Slimm
Offline

Senior Member

Posts: 437
Threads: 41
Joined: Nov 2005
#12
2008-05-18, 03:48 PM
rob11252 Wrote:It works! I tried to put it in standby using my remote; start, power off, standby path; even issue the command from Task Manager. SlimmGBPVR prevented all of these.

Splendid! Again, thanks.

rob11252 Wrote:Surprisingly, the only way to put computer to standby while recording is in progress is to issue the command from .... PVRX2 (system->standby). At least it asks for confirmation so one can go back and check. Probably subs standby command doesn't ask apps for permission.

I imagine PVRX2 stops the recordings itself before attempting standby.

rob11252 Wrote:There is one feature which might be usefull - to allow user to set delay between end of recording and standby/hiber/shutdown. This would allow the computer to finish the tasks requested in parallelprocessing and postprocessing.bat files.

Noted.

rob11252 Wrote:How is that for a big grin?

Your dentist would be proud.
[SIZE="1"]Akasa Zen case, AMD Phenom II X3 720, 4.00Gb Ram, Sapphire ATI Radeon 4890, Terratec Terratec Cinergy 2400i Twin Digital Tuner, 1050Gb storage, Windows 7 Home Premium.
See my blog for releases, HD wallpapers, movie, game and anime reviews and more.[/SIZE]
psicotron3
Offline

Member

Posts: 134
Threads: 17
Joined: Jan 2007
#13
2008-05-19, 12:46 AM
On my system it only stops standby and hibernate, the log off, restart and shutdown are working the same as always.

Maybe it´s some of the windows reg tricks that I used some time ago to make it shutdown faster, or maybe it´s because my windows is brazilian portuguese language.

The logs don´t show anything usefull, it´s like Windows did the shutdown without warning.
Mister Slimm
Offline

Senior Member

Posts: 437
Threads: 41
Joined: Nov 2005
#14
2008-05-19, 02:53 PM
psicotron3 Wrote:On my system it only stops standby and hibernate, the log off, restart and shutdown are working the same as always.

Maybe it´s some of the windows reg tricks that I used some time ago to make it shutdown faster, or maybe it´s because my windows is brazilian portuguese language.

The logs don´t show anything usefull, it´s like Windows did the shutdown without warning.

No, I've gone and done something...

I will sort this out when my health allows me. Please be patient.

By the way, Log Off isn't stopped because the recording service continues whether anyone is logged on or not.
[SIZE="1"]Akasa Zen case, AMD Phenom II X3 720, 4.00Gb Ram, Sapphire ATI Radeon 4890, Terratec Terratec Cinergy 2400i Twin Digital Tuner, 1050Gb storage, Windows 7 Home Premium.
See my blog for releases, HD wallpapers, movie, game and anime reviews and more.[/SIZE]
Niz
Offline

Junior Member

Posts: 11
Threads: 1
Joined: Apr 2008
#15
2008-05-21, 07:07 AM
I've whipped up a VB app that is similar to this other one, except that it pops up a message box which asks the user if they really want to suspend. The popup will only appear if the recording service is currently recording a program.
It works like this.
I use parallelprocessing.bat and postprocessing.bat to create/delete a file. The VB app (which should be placed in the GBPVR directory) checks for the existence of this file (checksuspend.txt), and does the popup if the file happens to exist.
Not that flash I know.
As mentioned by someone in an earlier post, it doesn't work when suspend is done through pvrx2.exe GUI, but does seem to work when other methods are used. I've attached the VB6 project, an executable, and a copy of my .bat files. Someone might like to take this very simple app and make it a bit more clever.
This app suits me fine. I generally shut down the PVRX2 gui when not watching something, and like to suspend the computer when not using it. I've already suspended the PC a couple of times now when recording is in progress, so hopefully this little tool will keep those times to a minimum now.

P.S. I have a shortcut to the app placed in the startup folder to ensure it fires up automatically.
rob11252
Offline

Member

Posts: 126
Threads: 9
Joined: Jan 2008
#16
2008-05-22, 12:16 AM
Great.
Did you take to the account that some people are using two or more recording devices at the same time?
[SIZE="2"]GBPVR 1.3.11 on WinXP SP2; ATSC OTA.
Core 2 Duo 2.2GHz; 2GB RAM; NVIDIA 8500GT 256MB; Hauppauge HVR-1600 and Pinnacle HD Pro, 720p HDTV;[/SIZE]
Niz
Offline

Junior Member

Posts: 11
Threads: 1
Joined: Apr 2008
#17
2008-05-22, 12:24 AM
Umm, I'm not sure that it matters. I'm no expert on the recording service, but I assume that parallelprocessing.bat is run once when the first recording is started, and postprocessing.bat is run once when the last recording has finished. If there are overlapping recordings on different devices, I assume that posprocessing.bat is only called once the last device has finished recording.
Someone with knowledge of how and when the .bat files are run might be able to help.
For me, I have just the one device, so this isn't a problem.
rob11252
Offline

Member

Posts: 126
Threads: 9
Joined: Jan 2008
#18
2008-05-23, 01:16 AM
Niz, I am planning to add an entry about suspend/etc in wiki FAQ area. Can I mention your program?
[SIZE="2"]GBPVR 1.3.11 on WinXP SP2; ATSC OTA.
Core 2 Duo 2.2GHz; 2GB RAM; NVIDIA 8500GT 256MB; Hauppauge HVR-1600 and Pinnacle HD Pro, 720p HDTV;[/SIZE]
Niz
Offline

Junior Member

Posts: 11
Threads: 1
Joined: Apr 2008
#19
2008-05-23, 03:39 AM
No problem at all. Of course, all the usual weasel words apply. i.e. Use it at your own risk etc. The source is free for anyone to use/modify etc. I expect (nor deserve Smile ) no credit for it.
Hope someone finds it useful.
Niz
Offline

Junior Member

Posts: 11
Threads: 1
Joined: Apr 2008
#20
2008-05-23, 03:40 AM
Oh, some keen individual might like to add a feature to it that destroys the popup box if it sits there for an extended period of time without being processed by the user.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  Can I disable "Delayed Standby" after is has been requested? HarryH3 49 35,360 2010-01-26, 09:41 AM
Last Post: keith_leitch
  Tray icon inactive during recording FirstTeamOPS 0 4,993 2009-12-18, 02:26 AM
Last Post: FirstTeamOPS
  SlimmGBPVR Dll Errors on logs. dalabera 2 5,911 2009-08-01, 10:52 AM
Last Post: Mister Slimm
  Recording status erroneously remains on keith_leitch 1 5,188 2009-06-13, 07:22 AM
Last Post: keith_leitch
  SlimmGBPVR: Four questions to Slimm dero 2 6,002 2009-04-29, 09:22 AM
Last Post: Mister Slimm
  Batch file access to "standby" and "restart" features keith_leitch 2 7,514 2009-04-06, 11:43 PM
Last Post: keith_leitch
  what standby events will slimm prevent fuzzweed 3 6,630 2008-11-23, 12:02 PM
Last Post: Mister Slimm
  Update EPG Doesn't Work LewE 1 8,461 2008-09-26, 10:06 AM
Last Post: Mister Slimm
  How to use SlimmGBPVR with Vista's User Account Control Josef_K 5 9,815 2007-12-09, 04:21 PM
Last Post: Josef_K
  SlimmGBPVR - Blacked-out Menu Items. JavaWiz 8 4,591 2007-11-20, 08:18 PM
Last Post: gEd

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

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

Linear Mode
Threaded Mode