NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 6 7 8 9 10 … 433 Next »
Lights-Out for Windows Home Server 2011

Lights-Out for Windows Home Server 2011
pvrip
Offline

Junior Member

Posts: 2
Threads: 1
Joined: Mar 2013
#1
2013-03-14, 09:00 PM
Hi,

at the moment I am using Argus TV since 1 year. Now I am testing NPVR as backend on Windows Home Server 2011 for its streaming and other great capabilities.

Everthing is running fine after setup, but my Lights-Out installation for Windows Home Server 2011 go into standby during recording.

For Argus TV there is a plugin, which is filling the calendar with time frames for wake up the server and preventing the standby during scheduled recordings.

As I know there is no plugin for NPVR. Lights-Out can also monitor files and processes to prevent the standby. Does NPVR maybe create a process or a file during recording?

Thx
JJ
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#2
2013-03-14, 09:06 PM
Npvr should prevent going into sleep or standby during recording, but I have seen people having issues with the server version of windows. Have you had a look at windows event log during the time this occured?

"I'd rather have a bottle in front of me than a frontal lobotomy"
pvrip
Offline

Junior Member

Posts: 2
Threads: 1
Joined: Mar 2013
#3
2013-03-14, 09:46 PM
Thx for your answer.

As I know "Lights-Out" is doing the standby stuff, not Windows itself.
So I have to use the capabilities of "Lights-Out", which are:

- Calendar entry (date, day, time)

or

[ATTACH=CONFIG]36003[/ATTACH]

JJ
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#4
2013-03-14, 09:56 PM
You could have a look at NScriptHelper.

"I'd rather have a bottle in front of me than a frontal lobotomy"
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#5
2013-03-15, 12:08 AM
can you just have it monitor the recording path, so that if any files are being written to it or any subdirectory it will stay awake? or does it have to monitor a specific single file or single folder?

also, NRecord calls "parallelprocessing.bat" when a recording starts, and a "postprocessing.bat" when a recording finishes. perhaps there are commands you could put in those to instruct lights-out that a recording is in progress.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
martint123
Offline

Posting Freak

UK, East Yorkshire
Posts: 4,658
Threads: 208
Joined: Nov 2005
#6
2013-03-15, 10:30 AM
NPVR sends keep awake calls when it is recording, playing back and generally when the user is "doing stuff".
You may have to ask for help from the "lights out" software author if it is ignoring these requests.
Madlec
Offline

Junior Member

UK
Posts: 28
Threads: 4
Joined: Apr 2020
#7
2020-05-21, 04:56 PM
I know this is an old thread, but I have been experimenting with my Windows Server Essentials 2016 with Lights-Out 3 to stop Lights-Out from putting the server to sleep during a recording. Setting Lights-Out to monitor power requests from other software worked, but I also had random startups over night etc. In the end, I used NScriptHelper.dll and created a ParrallelProcessing.bat file. Then told Lights-Out to monitor the file. The code is below, hope it helps anyone using Lights-Out.

echo off
cd C:"\Program Files\NextPVR"
set NSHelper=dotnet NScriptHelper.dll -isinuse
:check
FOR /F "tokens=*" %%i in ('%NSHelper% -isinuse') do SET condition=%%i
echo %condition%
IF %condition% =="NOT RECORDING" goto stop
:delay
IF not exist "C:\Users\Public\NPVR-data\scripts\recording.txt" echo %condition% >> "C:\Users\Public\NPVR-data\scripts\recording.txt"
timeout 60
goto check
:stop
del "C:\Users\Public\NPVR-data\scripts\recording.txt"
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  IR Server Suite Channel Changer BTJustice 26 26,913 2023-01-11, 08:49 PM
Last Post: Frapo
  Lights-Out for Windows Home Server 2011? TuckerDean 1 1,296 2021-01-28, 01:52 PM
Last Post: mvallevand
  Screensaver on Windows 10 NumberFive 0 1,043 2020-12-24, 10:21 AM
Last Post: NumberFive
  Configure NextPVR Server Pliedes 1 1,803 2020-10-07, 04:59 PM
Last Post: sub
  Flashing in on-screen graphics (Windows 10) (Can post logs if needed) bgtees 39 12,483 2020-08-19, 12:38 PM
Last Post: Stanno
  Windows 10 Record Issues Captain Jack 11 5,299 2020-02-02, 09:11 PM
Last Post: Captain Jack
  MCE Remote Opens NextPVR Behind Other Windows 1sae 3 2,325 2020-01-13, 06:19 PM
Last Post: Stanno
  TV signal breaking up in Windows 10 wg22 8 3,918 2020-01-06, 08:49 AM
Last Post: wg22
Photo Server database error mnthope 4 2,173 2019-12-23, 11:28 PM
Last Post: sub
  Cannot access NextPVR server after internet service change tskdrk 5 2,650 2019-12-17, 01:12 AM
Last Post: sub

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

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

Linear Mode
Threaded Mode