Search found 99 matches
- Sat Nov 16, 2013 12:01 am
- Forum: Plugin Support
- Topic: New HDMI-CEC plugin
- Replies: 126
- Views: 78707
Re: New HDMI-CEC plugin
Windows 8 driver now available for the RCAware PC-CEC. This update makes no changes to functionality and will do nothing for you unless you use Windows 8. Existing users that need it please contact me through the user/support group on the RCAware website.
- Mon Apr 01, 2013 9:49 pm
- Forum: Plugin Support
- Topic: New HDMI-CEC plugin
- Replies: 126
- Views: 78707
Re: New HDMI-CEC plugin
Hi, Just received my hardware (very excited) and installed the RCAware HDMI-CEC plugin and was wanting some help with this problem. My set-up is: Windows 7 WMC Yamaha RX-V773 amp Samsung UA60ES8000M TV All connected into AMP via HDMI, but the audio goes from WMC to amp via optical. The amp outputs ...
- Sun Mar 31, 2013 7:15 pm
- Forum: Plugin Support
- Topic: New HDMI-CEC plugin
- Replies: 126
- Views: 78707
Re: New HDMI-CEC plugin
1) My TV is a Samsung with a number of sources/inputs. I would have figured there would be a command that EG could send that would tell the TV to go to HDMI 2. I found the "Select Source" Action but that seems to only allow selecting the various CEC devices. I must be missing a fundamental thing he...
- Sat Mar 30, 2013 5:20 am
- Forum: Plugin Support
- Topic: New HDMI-CEC plugin
- Replies: 126
- Views: 78707
Re: New HDMI-CEC plugin
This is an alternate version which uses the native eventghost volume/mute events. This way you can change volume from any controls: remote, keyboard, windows volume slider with mouse, etc. <?xml version="1.0" encoding="UTF-8" ?> <EventGhost Version="1600"> <Folder Name="All CEC Amp Volume Control" E...
- Sat Mar 30, 2013 12:40 am
- Forum: Plugin Support
- Topic: New HDMI-CEC plugin
- Replies: 126
- Views: 78707
Re: New HDMI-CEC plugin
If the amp sync does not work well for your particular amp try this instead. It will keep the PC volume always at 100% and always un-muted and will change volume on the amp. Just copy this XML and paste to your rcaware folder in eventghost, and of course replace my HID events with whatever your remo...
- Sat Dec 15, 2012 3:23 pm
- Forum: Plugin Support
- Topic: New HDMI-CEC plugin
- Replies: 126
- Views: 78707
Re: New HDMI-CEC plugin
Like your log says, it is from the 'TV', so either your TV is sending the event more than once when you press the power button or EG is duplicating the event. I have seen some reports recently about duplicated events since the release of 1600 so just in case try downgrading EG. If that does not work...
- Fri Oct 26, 2012 9:37 pm
- Forum: Plugin Support
- Topic: New HDMI-CEC plugin
- Replies: 126
- Views: 78707
Re: New HDMI-CEC plugin
When you have the plugin's "Amp:" or volume sync set to "TV Remote" that means "off", so the plugin does not try to do anything for volume. If volume control is still an issue with that setting the issue should be somewhere else. Remember that even with the PC-CEC plugin set to "TV Remote" aka off, ...
- Thu Sep 20, 2012 10:14 pm
- Forum: Plugin Support
- Topic: New HDMI-CEC plugin
- Replies: 126
- Views: 78707
Re: New HDMI-CEC plugin
PanteraGSTK can you please post your entire eventghost configuration XML? It seems like maybe I messed something up for Panasonic in the default macros and stuff, and you have an older version of the plugin that has the correct macros or something.
- Fri Aug 17, 2012 10:58 pm
- Forum: Coding Corner
- Topic: New Events - Volume, Mute and Unmute (Vista/7)
- Replies: 17
- Views: 18391
Re: New Events - Volume, Mute and Unmute (Vista/7)
Thanks scissors. I would have helped but did not have a machine that could reproduce the problem. So glad someone actually made use of the source code I included!
- Thu Aug 09, 2012 10:34 pm
- Forum: Plugin Support
- Topic: New HDMI-CEC plugin
- Replies: 126
- Views: 78707
Re: New HDMI-CEC plugin
The user was able to install on windows 8 by disabling driver signing enforcement...
http://dhakshinamoorthy.wordpress.com/2 ... ows-8-x64/
http://dhakshinamoorthy.wordpress.com/2 ... ows-8-x64/
- Tue May 08, 2012 2:00 am
- Forum: Plugin Support
- Topic: LG 42PQ10, 50PQ10, 50PS11, 60PS11, 42PQ12, 50PQ12 plugin
- Replies: 5
- Views: 6166
Re: LG 42PQ10, 50PQ10, 50PS11, 60PS11, 42PQ12, 50PQ12 plugin
I added a change to the system plugin which was released in 1568 that should generate a "deviceAttached" and "deviceDetatched" event when the TV is turned off/on. It also generates these same events when you plug/unplug the cable (I have only tested with HDMI). Can't you use that event to tell when ...
- Wed Apr 25, 2012 3:34 am
- Forum: Coding Corner
- Topic: python script
- Replies: 1
- Views: 2323
Re: python script
In general I believe if you have a look at the contents of EventGhost\eg\Classes\UndoHandler\ you should be able to figure out how to do what you are asking.
- Tue Apr 24, 2012 5:53 am
- Forum: General Support
- Topic: command line not getting to EG
- Replies: 3
- Views: 2326
Re: command line not getting to EG
I just installed the network event receiver plugin, and used the eventghost command line option "-n" to successfully feed an event into EG without spawning a new process or any funny business.
eventghost -n localhost:1024 testpassword testevent
EG log...
02:14:12 TCP.testevent ['127.0.0.1']
eventghost -n localhost:1024 testpassword testevent
EG log...
02:14:12 TCP.testevent ['127.0.0.1']
- Sun Apr 22, 2012 2:38 am
- Forum: Bug Reports
- Topic: Jump action stopped working
- Replies: 21
- Views: 17630
Re: Jump action stopped working
The jump action does appear to be broken as of 1568 release. When trying to configure an existing Jump EventGhost locks up completely and has to be restated. Also, it appears that the jumps are not executing when macros run. PS - I found this to be true both for pre-existing jumps prior to upgrading...
- Sat Apr 21, 2012 4:18 am
- Forum: Plugin Support
- Topic: Vista Media Center Controller
- Replies: 16
- Views: 15548
Re: Vista Media Center Controller
Here is a fix for the BadRequest errors. Hardly rocket science, just needed a str around the data being passed in one place. Also, after this I have no problems issuing the send commands via EG locally.