NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Wishlist v
« Previous 1 … 79 80 81 82 83 … 193 Next »
go to standby/hibernate timer after recordings

 
  • 0 Vote(s) - 0 Average
go to standby/hibernate timer after recordings
pvruser
Offline

Member

Posts: 230
Threads: 42
Joined: May 2007
#1
2007-07-22, 06:11 PM
I've looked this up and couldn't find anything about the PC going BACK to its previous state (standby/hibernate) after recordings are done.

for example.... i'm at the PC now, working on smth. a program begins to record and i'm going out or to bed so the PC has to continue running for the recording.

i'd like to have smth that would allow me to set "go to sleep after all recordings are done" maybe in the tray utility, lets say 5 minutes after the block of consecutive recordings is done (back to previous state should be the default if gbpvr wakes the machine unless selected from tray menu.) also a big/annoying timer should show up on the monitor to let you know what's going to happen in 5 minutes so that i can cancel it if i don't want it to standby :p

right now i know you can do this same thing by setting the power saving settings but sometimes i just want to have the PC on so i don't want to mess with that... but if there's already smth out there that gbpvr works well with please let me know :o

Thanks!
GBPVR 1.4.7
3 x HVR-950Q USB OTA ATSC HD TUNER
T2250 @ 2.5 GB RAM + ASUS Moca-AR Calcite
Roku HD + XD
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,707
Threads: 767
Joined: Nov 2003
#2
2007-07-22, 07:07 PM
Most people that use hibernate/standby have their machine set to automatically to this after x minutes of inactivity. This means the machine will automatically go back to that state x minues after the recording completes.
pvruser
Offline

Member

Posts: 230
Threads: 42
Joined: May 2007
#3
2007-07-22, 08:00 PM
sub Wrote:Most people that use hibernate/standby have their machine set to automatically to this after x minutes of inactivity. This means the machine will automatically go back to that state x minues after the recording completes.

yes i am aware of that. but i was wondering if there's any way to execute a script after each recording is done and in that script check if there's another recording running or if another recording is about to start within the next X minutes. maybe even read a flag which tells it if i want the machine to go to sleep or not before doing anything else.

i know i can run a script in place of that comskip and scripting is easy to do but i dont know if anybody has written an utility to check if there's a recording running now or upcoming within the next say 5 minutes. i wouldnt want to standy/hibernate the PC during a chain of multiple recordings... can gbpvr do that by passing some flags?

if nothing is upcoming in the next 5 minutes and no recording is running now i can start a timer script which would eventually standy/hibernate the PC -- i'm sure there's plenty of that around the net.
GBPVR 1.4.7
3 x HVR-950Q USB OTA ATSC HD TUNER
T2250 @ 2.5 GB RAM + ASUS Moca-AR Calcite
Roku HD + XD
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,707
Threads: 767
Joined: Nov 2003
#4
2007-07-22, 08:10 PM
To be honest I'm not keen to have GB-PVR automatically send the machine to sleep, and have avoided adding anything like this (even though it has been requested a couple of times in the past). I dont want to make assumptions about other things that could be running on the machine.
pvruser
Offline

Member

Posts: 230
Threads: 42
Joined: May 2007
#5
2007-07-23, 02:10 AM
sub Wrote:To be honest I'm not keen to have GB-PVR automatically send the machine to sleep, and have avoided adding anything like this (even though it has been requested a couple of times in the past). I dont want to make assumptions about other things that could be running on the machine.

i dont think you need to send it to sleep. just provide a way to run a command like:

gbpvrschrecord -recordingnow

and that would return if anything is recording now. and

gbpvrschrecord -recording=5

would return if anything is scheduled to record within 5 minutes

so that would be added by whoever wants to write a dos script to the comskip scripts that are executed after each recording.

actually i'm not sure if the recordingnow flag would be necessary since the other one would return if anything is scheduled to run within the next X minutes and the script is executed anyway AFTER a recording is completed and recordingnow should always return false.

so no need to send the machine to sleep Smile what do you think?
GBPVR 1.4.7
3 x HVR-950Q USB OTA ATSC HD TUNER
T2250 @ 2.5 GB RAM + ASUS Moca-AR Calcite
Roku HD + XD
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,707
Threads: 767
Joined: Nov 2003
#6
2007-07-23, 02:13 AM
I'm sure some other users have posted scripts that do this in the past.
replaytv
Offline

Senior Member

Posts: 352
Threads: 22
Joined: Oct 2004
#7
2007-07-23, 02:33 AM (This post was last modified: 2007-07-23, 03:14 AM by replaytv.)
you can use psshutdown from http://www.sysinternals.org and SlimmGBPVR to monitor current recording and take action after recording is done.


I attached my postprocessing.bat and parallelprocessing.bat so you can customize it to your need.

Dan L.
Dell Dual Core 6400 XP Pro, PVR500, HVR-1600, MVPs on Belkin wireless bridge
pvruser
Offline

Member

Posts: 230
Threads: 42
Joined: May 2007
#8
2007-07-23, 02:54 AM
replaytv Wrote:you can use psshutdown from http://www.sysinterals.org and SlimmGBPVR to monitor current recording and take action after recording is done.


I attached my postprocessing.bat and parallelprocessing.bat so you can customize it to your need.

Dan L.

excellent! thanks i'll try this as soon as possible Big Grin
GBPVR 1.4.7
3 x HVR-950Q USB OTA ATSC HD TUNER
T2250 @ 2.5 GB RAM + ASUS Moca-AR Calcite
Roku HD + XD
pz1
Offline

Senior Member

Posts: 740
Threads: 16
Joined: Jan 2006
#9
2007-07-23, 05:00 AM
replaytv Wrote:you can use psshutdown from http://www.sysinternals.org

Well our good friend Bill has almost swallowed them completely. You can now find the systernal tools here
pvruser
Offline

Member

Posts: 230
Threads: 42
Joined: May 2007
#10
2007-08-01, 12:55 AM
thanks all! i've created my own ParallelProcessing.bat PostProcessing.bat and wake.cmd and combined with psshutdown, devcon, GBPVRcli, GBPVRWake and it works great.

really nice application which mostly works well for my needs Smile here are my scripts maybe someone could use/adapt them. they restart the cards when the PC comes up from standby, start a 5 minutes counter if nothing is recording (after last recording is done) so that you can save lots of power and not have to wait for windows power management.

thanks sub!
GBPVR 1.4.7
3 x HVR-950Q USB OTA ATSC HD TUNER
T2250 @ 2.5 GB RAM + ASUS Moca-AR Calcite
Roku HD + XD
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Web display of Recordings w/o Pending Recordings turndave 5 1,050 2023-09-13, 10:08 PM
Last Post: turndave
  subtract time from recordings for web client jobby99 0 581 2023-05-28, 09:09 PM
Last Post: jobby99
  Divide Recordings by Channel (and other properties) ChaosMageX 1 742 2023-03-20, 07:35 PM
Last Post: mvallevand
  [Kodi] Directory Folders for Recordings Panic 14 3,150 2022-07-28, 03:59 PM
Last Post: mvallevand
  Resume on recordings mvallevand 13 2,974 2022-05-02, 08:04 PM
Last Post: artmetz
  direct bookmarkable URL for Recent Recordings f0945a5662 2 1,009 2021-11-18, 07:50 PM
Last Post: f0945a5662
  Cancellation of individual pending recordings Petrovski 25 8,614 2021-11-07, 06:49 PM
Last Post: sub
  Feature request (recordings calendar view) ThymeJ 1 2,347 2021-09-19, 04:44 AM
Last Post: sub
  Menu for recent recordings LeGrandZombie 0 845 2021-09-06, 02:02 AM
Last Post: LeGrandZombie
  If Win 10 use Windows Notifications for failed recordings scJohn 2 2,040 2021-08-14, 11:00 PM
Last Post: rmeden

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

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

Linear Mode
Threaded Mode