<br><br>
<div><span class="gmail_quote">On 5/3/05, <b class="gmail_sendername">Ryan Kremser</b> &lt;<a href="mailto:ryan.kremser@gmail.com">ryan.kremser@gmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">I&quot;m looking for a simple recording status light.&nbsp;&nbsp;I know a lot of work<br>has gone into this before but if i remember correctly it ended up as a
<br>led display with a bunch of features.&nbsp;&nbsp;Was a simple bit of software<br>ever written to toggle an external light? I'm thinking scroll lock or<br>something but i'm not sure.&nbsp;&nbsp;&nbsp;&nbsp;Any suggestions or if someone could<br>point me in the right direction it would be appreciated.
<br>&nbsp;&nbsp;&nbsp;&nbsp; -Ryan<br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div>
<div><br>The recently formed PoORMUG (Portland, OR MythTV Users Group) just had a project to show the status of multiple backend on up to 8 LEDs on multiple front-ends. It's called MythLEDd and I'm the primary developer. Basically, the software runs as root on all your backends. It can monitor free disk space, EPG data remaining, tuner status (in-use or free), and job status (mythtranscode, mythcommflag, etc). The program gets its settings from&nbsp;4 new tables (which will soon be controlled via MythWeb), and stores the results of it's analysis in&nbsp;another new table (the led_status table). The program can also be run on a front-end, where it reads the status information from the status table and controls the 8 LEDs connected to the parallel port. The hardware costs about $10 at RadioShack, and the software is free.
</div>
<div>&nbsp;</div>
<div>I currently have MythLEDd running on my combined backend/frontend controlling 3 LEDs. Red means tuner one is recording, green means the machine is either transcoding or commercial flagging, blinking yellow means low disk space, and solid yellow means low EPG data. My wife loves it! She doesn't like the idea of auto-expiration, but doesn't ever want to miss a recording due to low disk space. So whenever the yellow blinks, she manually deletes some shows. I like knowing that I shouldn't shutdown the machine during a recording. Actually, I've made a shutdown ACPI script that prevents me from shutting down during a recording, but having a light is still cool :)
</div>
<div>&nbsp;</div>
<div>Here's the link: <a href="http://poormug.bitbucket.com/">http://poormug.bitbucket.com/</a></div>
<div>&nbsp;</div>
<div>-- </div>
<div>Christopher David Petersen</div>