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.

Search found 10 matches

by Barf
Thu Jan 16, 2020 12:11 pm
Forum: Coding Corner
Topic: Improved IR handling, receiving and transmitting
Replies: 1
Views: 1095

Improved IR handling, receiving and transmitting

(First post since 2007 :wink: )

I have been asked by Kevin to give some suggestions on EGs handling of IR. Rather than continuing as an IrScrutinizer ticket, I like to answer here.

This article contains a high-level view of how I envision a system can be designed.

EG is a "deployment program ...
by Barf
Fri Oct 12, 2007 5:18 pm
Forum: General Support
Topic: PVR250 / Hauppauge "silver" remote
Replies: 3
Views: 2340

Re: PVR250 / Hauppauge "silver" remote

I am not sure if it helps (using the Hauppauge CARD). but the said remote sends standard RC5 commands with device code = 31 (decimal). Can be read with any EG supported IR input device. On request, I will mail/post the key codes.
by Barf
Thu Jun 14, 2007 12:09 pm
Forum: General Support
Topic: Are modeless configuration dialogs useful in EventGhost?
Replies: 2
Views: 2848

This is an issue I feel very strongly about.

First, I will discuss it from an abstract standpoint, without any references to EG.

I have been using early windowing systems, in particular the X-Windows system (with Xt/Athena Widget tools etc). These worked quite well, without resorting to modal ...
by Barf
Sun May 06, 2007 3:37 pm
Forum: General Support
Topic: Video and audio control
Replies: 6
Views: 2683

Thanx for your anwers!!

1. Real cool feature.

2. Hmmm. :? Since Zoomplayer has a /speaker: n command line option that does exactly what I want (see http://www.inmatrix.com/zplayer/parameters.shtml ) I suspect that it should be cleanly doable at least from the Win32 API. Anyone?

3. Confirmed ...
by Barf
Sun May 06, 2007 1:14 pm
Forum: General Support
Topic: Video and audio control
Replies: 6
Views: 2683

Video and audio control

Hi,

after one year on my TODO-list, I have finally dived into EG... :D

- I have an LCD-screen as Monitor 1 (for "work"), and a projector as "Monitor 2" (for Hometheatre applications). I would like to switch Monitor 2 on and off with EG; how? Possibly also change "Primary Monitor" between the LCD ...
by Barf
Sat Oct 28, 2006 8:24 am
Forum: Hilfe und Support
Topic: UltraSconi und EventGhost?
Replies: 38
Views: 12252

Inzwischen scheint es so, dass das Produkt eingestellt ist http://cms.jbmedia.de/index.php?option= ... 62&lang=en

Schade eigentlich.
by Barf
Sun Jun 11, 2006 5:29 pm
Forum: Hilfe und Support
Topic: DBOX2 ├╝ber Netzwerk mit EG steuern
Replies: 16
Views: 9394

Die Änderungen habe ich gestern in CVS eingecheckt, zusammen mit einige andere Erweiterungen der Web-API. Das heisst, sie sind in der dietmarw-Images von heute enthalten.

Ich m├Âchte nochmals unterstreichen, das die Web-API wesentlich mehr fun Automatisierung intressante M├Âglichkeiten enth├ñlt ...
by Barf
Fri Jun 09, 2006 8:23 pm
Forum: Hilfe und Support
Topic: DBOX2 ├╝ber Netzwerk mit EG steuern
Replies: 16
Views: 9394


Jetzt m├╝sste ich nur noch rausfinden, wie ich rcem in ein Startup-Script einbaue,
Du meinst, ein alternatives nhttpd zu starten, statt /bin/nhttpd, right? Dazu /etc/init.d/start_neutrino (ist ein Link zu /var/etc/init.d/start_neutrino in cramfs und squashfs-images) in einem offensichtlichen ...
by Barf
Thu Jun 08, 2006 9:23 am
Forum: General Support
Topic: Example of EG/Netremote Integration solicited
Replies: 1
Views: 2554

Example of EG/Netremote Integration solicited

Hi all,

I am sure that a many of you are using Netremote in conjuction with EG. As far as I have understood, using the Network event receiver/sender on the EG side, and the generic plugin on the NR is the way to go. And,... well,... everything is documented... in principle... However, I would ...
by Barf
Thu Jun 08, 2006 7:47 am
Forum: Hilfe und Support
Topic: DBOX2 ├╝ber Netzwerk mit EG steuern
Replies: 16
Views: 9394

Hallo!

Ich habe testweise rcsim in den nhttpd-Server integriert, und die Responsezeiten sind zu etwa ein Zehntel reduziert worden. (Nennt mann Tuning...) Es handelt sich also um eine Erweiterung zum Web-API, syntax z.B.

http://dbox/control/rcem?KEY_UP (Also "rcem" statt rcsim, kein Y_Tools ...