Thanks for the work you do. EventGhost is so coo..........l
This is my first time!
My note is about CM15Pro.
I found some infomation on the web about the driver failing to install. It was nothing to do with the EventGhost plugin CM15A. Instructions:- Unplug it from the mains and remove the battry for at list 30secs
As you can see from the macro bellow it seems say 'Yes Sir'!
My point here guys is to find some info. about what to do to make Play,Pause and or Stop only listen to XBMC videos only! Not pictures and music. I don't know how to do the event sender/receiver thing.
I must admit guys that I'm not any good at programing, you know! the py, vb and the like
<EventGhost Version="1030">
<Macro Name="Play" Expanded="True">
<Event Name="MceRemote.Play" />
<Action>
XBMC.Play()
</Action>
<Action>
EventGhost.Wait(2.0)
</Action>
<Action>
X10_CM15A.TransmitX10(0, 0, 0, 3, 10)
</Action>
<Action>
EventGhost.Wait(5.0)
</Action>
<Action>
X10_CM15A.TransmitX10(0, 0, 0, 3, 7)
</Action>
<Action>
EventGhost.Wait(3.0)
</Action>
<Action>
X10_CM15A.TransmitX10(0, 0, 0, 3, 3)
</Action>
</Macro>
</EventGhost>
The CM15 is even sending and receiving codes for my Medion MD8800 PC!
Any one please help.
Kind regards.
Eman.
