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 7 matches

by Krog
Sat Dec 24, 2011 9:08 am
Forum: General Support
Topic: Reading from and writing to Win7 64-bit registry
Replies: 4
Views: 1443

Re: Reading from and writing to Win7 64-bit registry

A lot of views, but no replies. :-)

Nevermind: Solved it myself. If you modify c:\Program Files (x86)\EventGhost\plugins\System\Registry.py line 698 from:

_winreg.KEY_WRITE | _winreg.KEY_READ

...to...

_winreg.KEY_WRITE | _winreg.KEY_READ | _winreg.KEY_WOW64_64KEY

...it works on a 64-bit Win7 ...
by Krog
Fri Dec 23, 2011 8:51 am
Forum: General Support
Topic: Reading from and writing to Win7 64-bit registry
Replies: 4
Views: 1443

Reading from and writing to Win7 64-bit registry

Hi all.

I really need to change a reg-key in the registry on my Win7 64-bit machine - but it seems that the built-in registry key changer in EventGhost only works on 32-bit systems. Can anyone point me in the right direction?

PS: I am a noob at Python.

Yours

Michael
by Krog
Tue Oct 26, 2010 12:52 am
Forum: Coding Corner
Topic: Sending IR command to WMC via Python
Replies: 1
Views: 2148

Sending IR command to WMC via Python

Hi all.

I'm using Windows Media Center 7 together with EventGhost - and I get all the right inputs from my remote control in EG. Right now, I'm emulating keystrokes to make WMC navigate up/down/left/right/skip etc.

Only problem is, that WMC's multitap-service (e.g. when searching for music - the 0 ...
by Krog
Mon Oct 25, 2010 10:34 pm
Forum: Coding Corner
Topic: Help needed: IR through microphone jack -> EventGhost
Replies: 8
Views: 4205

Re: Help needed: IR through microphone jack -> EventGhost

Dukey: You are the f.... MAN! This did EXACTLY what I wanted - and it was as simple as I had hoped for in the end. Thank you SO much!

Walter: Thank you so much for your help. Dukey's solutions, though, was so spot on that I'm jumping up'n'down. :-)

Yours


Michael
by Krog
Mon Oct 25, 2010 5:08 pm
Forum: Coding Corner
Topic: Help needed: IR through microphone jack -> EventGhost
Replies: 8
Views: 4205

Re: Help needed: IR through microphone jack -> EventGhost

Here U go. Thank you for spending the time on this.

It does not matter which protocols I (de)activate - and the remote I'm using (Beo4) is not recognized, but it is still picked up as both raw and Pronto signals.

Could you help me get in touch with the person behind NetHomeServer?
Yours

Michael ...
by Krog
Sun Oct 24, 2010 9:39 pm
Forum: Coding Corner
Topic: Help needed: IR through microphone jack -> EventGhost
Replies: 8
Views: 4205

Re: Help needed: IR through microphone jack -> EventGhost

Walter - thanks for pointing me in the right direction. The "large scale" is maybe a bit on the ambitious side - it's just something that has occupied my mind for quite some time and involved a few people in the process... :-)

I have tried to walk the NetHomeServer path - but I'm about to call it ...
by Krog
Sun Oct 24, 2010 4:59 pm
Forum: Coding Corner
Topic: Help needed: IR through microphone jack -> EventGhost
Replies: 8
Views: 4205

Help needed: IR through microphone jack -> EventGhost

Hi all.

I am currently working on a large-scale project where a Media Center server gets controlled by some Bang & Olufsen products - mainly a Beo4 remote control (working in the 455 Khz range). Today, I am using some rather expensive equipment to convert the 455 Khz remote signals into more simple ...