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 … 712 713 714 715 716 … 1231 Next »
Question about RecordingStatus.bat

 
  • 0 Vote(s) - 0 Average
Question about RecordingStatus.bat
Yoda3000
Offline

Junior Member

Posts: 4
Threads: 3
Joined: Sep 2006
#1
2006-09-24, 05:54 PM
"Called every time a recording is started or finished."

Thats written in the wiki. But is it possible to find out, if the recording is started or stoped? I would like to use the recordingstatus.bat file to send my laptop to standby, when a recording is finished, because otherwise it stays online (Even if i configured windows to go to standby after x minutes).

Or did anyone has another idea for sending the pc manually to standby after a recording is finished?
Jim_
Offline

Senior Member

Posts: 696
Threads: 21
Joined: Dec 2005
#2
2006-09-24, 11:16 PM (This post was last modified: 2006-09-24, 11:21 PM by Jim_.)
Yoda3000 Wrote:"Called every time a recording is started or finished."

Thats written in the wiki. But is it possible to find out, if the recording is started or stoped? I would like to use the recordingstatus.bat file to send my laptop to standby, when a recording is finished, because otherwise it stays online (Even if i configured windows to go to standby after x minutes).

Or did anyone has another idea for sending the pc manually to standby after a recording is finished?
I believe there’s a couple of standby/shutdown utility’s floating around in the announcements forum and wiki.
One problem with using RecordingStatus is, what happens if you record two shows back to back?
I guess a way to do it (completely untested!) would be using ParallelProcessing.bat, PostProcessing.bat, UpdateEPG.bat & Timeout.exe.
The EPG will not "<edit> automatically" update during a recording, so it’s safe to kill any abandoned recording markers using UpdateEPG.bat.

ParallelProcessing.bat
Code:
REM assuming you’re using comskip, and who isn’t?
CD /d "C:\Program Files\devnz\gbpvr"
Echo %date% %time% >"%~n1.rec"
Comskip %1
Del "%~n1.rec"

PostProcessing.bat
Code:
CD /d "C:\Program Files\devnz\gbpvr"
:start
Timeout.exe 20
IF Exist "%~n1.rec" goto start:
IF EXIST "*.rec" goto end:
REM Place your standby command below this line.


:end

UpdateEPG.bat
Code:
CD /d "C:\Program Files\devnz\gbpvr"
Del "*.rec"
[SIZE="1"]HP e9240f| Phenom II X4-945| Radeon HD4650 1-gig | 8 gig ram | Blu-Ray
Windows 7 64bit | 1TB system | 1.5TB Recordings | 3-TB Library
HDMI >> Sony 40" 1080p LCD TV
HVR-2250 | HVR-1290 | WinTV PVR USB2 | WinTV HD-PVR | GBPVR 1.4.7[/SIZE]
Projects: I-xmltv (Unsupported at this time) |
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  GBPVR Database question - Recording Schedule David B 1 1,668 2010-11-08, 09:21 PM
Last Post: sub
  Descriptive Audio Service Question mikeh49 3 3,180 2010-10-21, 10:49 PM
Last Post: sub
  Italian channels post and a question about compatibility with Seven 64 bit pinopallino 2 1,700 2010-08-18, 09:14 AM
Last Post: pinopallino
  Newbie Question rthefish 4 2,140 2010-05-25, 08:06 PM
Last Post: pBS
  Question About Recording Formats LewE 11 3,847 2010-04-27, 02:23 AM
Last Post: LewE
  Question about Haupblast.exe broadband412 2 2,536 2010-04-24, 08:59 PM
Last Post: broadband412
  A Complete noob question about remote controller mpooley 3 1,965 2010-04-01, 11:52 AM
Last Post: jw100
  MCE remote and netradio question collin 4 2,064 2010-03-23, 11:32 PM
Last Post: collin
  Question on EVR Renderer collin 4 2,517 2010-02-18, 02:39 PM
Last Post: collin
  A little question Yonidan 15 4,869 2010-01-16, 10:32 PM
Last Post: majortom999

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

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

Linear Mode
Threaded Mode