Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Make led glow when recording

If you have a question or need help, this is the place to be.
Post Reply
thomas2010
Posts: 1
Joined: Sat Aug 21, 2010 1:19 pm

Make led glow when recording

Post by thomas2010 »

Hey

Can eventghost be programmed to make my hdd led glow when dvbviewer is recording, using rec. service? My hdd led is connected this way. http://www.degroeneknop.nl/forum/index. ... ge=english
User avatar
jinxdone
Plugin Developer
Posts: 443
Joined: Tue Jan 02, 2007 4:08 pm

Re: Make led glow when recording

Post by jinxdone »

Sure, why not.

First need to create a macro/script that is able to determine if dvbviewer is recording or not.

Next you need to create a script/plugin for controlling the serial port's TX pin state. Either use an external program and control that program from EG via windows messages (like the one in the forum post you mentioned), or if you have some python experience or want to start learning you could create an EG plugin for that purpose.. for example by using PySerial

Neither of these exist in EG at the moment, but it's doable if you are willing put some hours into it.

After these these pieces are done it's just a matter of connecting the two with some macros and actions in EventGhost.
Post Reply