NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Wishlist v
« Previous 1 121 122 123 124 125 … 193 Next »
LED status monitor

 
  • 0 Vote(s) - 0 Average
LED status monitor
jimh
Offline

Member

Posts: 77
Threads: 9
Joined: Jan 2005
#31
2005-06-05, 03:26 AM
I've been doing the flowcharting for an enhanced substitute for GBPVRTray that would address many of the issues raised in this and other threads. Features include:

1. User-configurable parallel-port LED controls (i.e., an LED status monitor);
2. Execution of a specified batch file upon wake-up from hibernation/standby (like GBPVRwake);
3. Optional audible alert (via PC speaker) that a recording is underway (intended for the numerous people who won't/can't build their own LED contraption);
4. Verification that recording is being saved to target .mpg file by monitoring that the size of the target .mpg file is continually growing;
5. Execution of a specified batch file 30 seconds *prior* to commencement of next recording (sort of like a PreProcessing.bat feature);
6. Quick access via tray icon to full info on any recordings currently underway or pending (including program name, description, channel, start/end times, etc.);
7. Anything else that anyone suggests...

This application will rely heavily on subroutines that report details about pending, currently underway, and just completed recordings from my two prior utilities: RecInfo (found here) and RecStatus (found here ).

I'm hoping to have the first beta release of this tray app available in the next few weeks, time permitting.

I welcome suggestions for additional features, etc.

- Jim
smeghead
Offline

Senior Member

Posts: 300
Threads: 23
Joined: Jan 2005
#32
2005-06-05, 09:42 AM
Go for it, sounds excellent. I'll beta test when you get something together.

Does it rely on the additional stuff that sub needs to do (to check when live tv is recording for example)? He's going to try to get something in for the next release if possible.
jimh
Offline

Member

Posts: 77
Threads: 9
Joined: Jan 2005
#33
2005-06-05, 11:47 PM
smeghead Wrote:Go for it, sounds excellent. I'll beta test when you get something together.

Does it rely on the additional stuff that sub needs to do (to check when live tv is recording for example)? He's going to try to get something in for the next release if possible.

I'm not quite clear on the distinction between live tv *playing* and live tv *recording*. Even when live tv is being watched in real time within GBPVR, the stream is being recorded so that pause/time-shifting can still be utilized.
smeghead
Offline

Senior Member

Posts: 300
Threads: 23
Joined: Jan 2005
#34
2005-06-06, 07:34 AM
You're right - bad wording on my part
alex060670
Offline

Member

Posts: 52
Threads: 13
Joined: Feb 2005
#35
2005-06-07, 06:53 AM
Hi there,

jimh Wrote:4. Verification that recording is being saved to target .mpg file by monitoring that the size of the target .mpg file is continually growing;

...

7. Anything else that anyone suggests...

I'd like to suggest another LED output that is set if the amount of free disk space is below a configurable limit (in my case, 10 gigs would make sense).

Greetings, Alex
[SIZE="1"]AOpen i855GMEm-LFS, Celeron M 360, 512 MB DDR-333, 1xSamsung 160GB IDE HDD (System+Archive), 1xSeagate 500 GB IDE HDD (Data), LiteOn SOHW-1653SX extern DVD drive, 2xHauppauge PVR150, Sigma XCard, fanless 350 W power supply, WinXP Pro SP2, ParaLED Plugin & self-built LED status monitor (sexy :p )[/SIZE]
smeghead
Offline

Senior Member

Posts: 300
Threads: 23
Joined: Jan 2005
#36
2005-06-07, 07:35 AM
Quote from the maintenance release:
"- If a batch file called RecordingStatus.bat exists, this is called by the GB-PVR tray app each time the recording status changes."

It works. There are 2 parameters, the first essentially gives a "Y" or "N" as to whether its starting to record something or not and the second parameter gives detailes on what source and the programme name.
jimh
Offline

Member

Posts: 77
Threads: 9
Joined: Jan 2005
#37
2005-06-07, 11:45 AM
alex060670 Wrote:Hi there,



I'd like to suggest another LED output that is set if the amount of free disk space is below a configurable limit (in my case, 10 gigs would make sense).

Greetings, Alex

Alex:

Thanks for the suggestion - I'll add it to the feature list. With up to 8 LED's to work with, I can't imagine how to use them all!

Keep 'em coming - it's much easier to code for most features if I have them in mind at the design stage - retrofitting the program to add features later can often be klunky.

- Jim
betlit
Offline

Senior Member

Posts: 449
Threads: 17
Joined: Feb 2005
#38
2005-07-05, 08:41 PM (This post was last modified: 2005-09-01, 05:34 PM by betlit.)
i changed paraLEDsrv for the new 'RecordingStaus.bat'-feature... you can use this until jimh finishes his utility...

it is no longer a service. since it gets called by the recordingstatus batch file it does not have to be one anymore.

because it does not have to check all the recordings every X seconds, it consumes almost no cpu and causes no disk activity which could interfere with hibernation.

if you have paraLEDsrv installed on your machine, you have to remove it by calling:
C:\Windows\Microsoft.NET\Framework\v1.1.4322\InstallUtil.exe ParaLEDSrv.exe /U

for installation and configuration see readme.txt

[edit]Attachment removed. ParaLED can now be found in the wiki[/edit]

have fun

betlit
AMD 1600mHz, 512 M RAM, 20+160 GB drive, Hauppauge PVR-350 + PVR-150 + PVR-150MCE, Win XP Pro SP3, using software decoding.


There is a theory which states that if ever anyone discovers exactly what the Universe is for and why it is here, it will instantly disappear and be replaced by something even more bizarre and inexplicable.

There is another theory which states that this has already happened.

(The Restaurant at the End of the Universe)
jimh
Offline

Member

Posts: 77
Threads: 9
Joined: Jan 2005
#39
2005-07-06, 09:16 PM
betlit Wrote:i changed paraLEDsrv for the new 'RecordingStaus.bat'-feature... you can use this until jimh finishes his utility...

My replacement PVR tray application is coming along very nicely...sure it has taken me twice as many hours as I anticipated, but, hey, what doesn't?

I hope to release a beta in a couple of weeks...

- Jim
A_Brass
Offline

Senior Member

Posts: 474
Threads: 22
Joined: Mar 2005
#40
2005-08-12, 02:20 PM (This post was last modified: 2005-08-12, 03:09 PM by A_Brass.)
Ok, I hope people are still checking this thread. I just made my PPMonitor according to the 1st and 2nd page of this thread. I used 220 resistors as suggested.

Now when I plug in my PPMonitor, the LEDs stay lit. What did I do wrong?

The only software I was going to use to test the LED's was PVRPowerTray. Any ideas on what I did wrong?

More info - When I check my PP I have 3.3v between pin 2 and 25(gnd). As well as 3, 4, 5, 6, 7, and 8. Should I have voltage on these pins with no software loaded?
GBPVR Server:
AMD Sempron 3300+, 1gb DDR, 100, 200 & 500gb HDDs, DVD -/+RW PVR150 RETAIL, PVR150MCE.
GBPVR 1.0.16, SKIN'S = Default Blue, PLUGIN'S = None
MediaMVP
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (9): « Previous 1 2 3 4 5 6 … 9 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Recording status displayed when finished coreymichael 6 1,091 2023-08-31, 05:32 PM
Last Post: sub
  Device Status on Web App jcole998 8 2,433 2020-09-22, 01:21 PM
Last Post: jcole998
  v5 Web client status page naisiwel 1 1,168 2020-09-16, 01:08 PM
Last Post: jcole998
  Setting Device Status CDinger 8 3,319 2019-12-29, 04:37 PM
Last Post: CDinger
  Watched Status XBMC PVR and XBMC -X-NEWA. NYPlayer 1 2,140 2014-11-18, 11:47 PM
Last Post: mvallevand
  Dim 2nd Monitor Feature z06racer66 0 1,384 2014-05-14, 12:33 AM
Last Post: z06racer66
  Enhanced status window request (again) Spark 0 1,529 2014-01-17, 04:48 AM
Last Post: Spark
  the Small recording Status icon on taskbar Zeno110 1 1,534 2010-01-29, 04:16 AM
Last Post: Zeno110
  Multiple Monitor anshanaji 3 1,848 2009-03-04, 03:51 PM
Last Post: nkh
  Show Provider ID, transponder and FTA status in channelscan result screen nwagenaar 1 1,669 2009-02-21, 10:34 PM
Last Post: Bathman

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

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

Linear Mode
Threaded Mode