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

by aireca
Mon Dec 14, 2015 12:15 pm
Forum: Coding Corner
Topic: Xbox 360 Controller (XInput) plug-in
Replies: 8
Views: 8227

Re: Xbox 360 Controller (XInput) plug-in

Thank you very much Numbernine. :D

Works fine on Win10 x64 and with the xbox one controller. :)
by aireca
Wed Feb 11, 2015 12:49 am
Forum: Coding Corner
Topic: Xbox 360 Controller (XInput) plug-in
Replies: 8
Views: 8227

Re: Xbox 360 Controller (XInput) plug-in

Thank you very much for the plugin, any chance of getting the "Guide" button working with your plugin?

Here is some useful info:

Code: Select all

http://www.autohotkey.com/board/topic/96738-capturing-guide-button/

https://github.com/hrydgard/ppsspp/blob/master/Windows/XinputDevice.cpp
Thanks again.
by aireca
Sat Oct 06, 2012 6:44 am
Forum: General Support
Topic: Trigger Event From Volume Level?
Replies: 23
Views: 12604

Re: Trigger Event From Volume Level?

I have noticed this plugin has been added recently to eventghost, also i want to report that i have noticed a slowdown compared to the original VistaVolume, im surprised nobody noticed the slowdown with volume handling :(, anyway thank you very much for adding this feature to the main event ghost ...
by aireca
Wed Feb 22, 2012 2:09 am
Forum: General Support
Topic: Trigger Event From Volume Level?
Replies: 23
Views: 12604

Re: Trigger Event From Volume Level?

Thank you very much, now the old code is working too

I still cannot find a good way to use the new osd ( System.Volume plus Show OSD: Volume {round(eg.event.payload,1)}% ) with the Lirc remote because of the delay on event ghost, but the old code works anyway

The volume macro uses 39 % of CPU ...
by aireca
Tue Feb 21, 2012 12:25 pm
Forum: General Support
Topic: Trigger Event From Volume Level?
Replies: 23
Views: 12604

Re: Trigger Event From Volume Level?

I said that last part because if i place Show OSD: Volume {int(round(eg.event.payload))}% outside the System.Volume macro gives the same float error which i dont know what to do


Show OSD: Volume {int(round(eg.event.payload))}%
Error in Action: "Show OSD: Volume {int(round(eg.event.payload ...
by aireca
Mon Feb 20, 2012 3:37 pm
Forum: General Support
Topic: Trigger Event From Volume Level?
Replies: 23
Views: 12604

Re: Trigger Event From Volume Level?

i still have error codes with that print (int(round(eg.result,1))) the first time is used shows this:


print (int(round(eg.result,1)))
Error in Action: "print (int(round(eg.result,1)))"
Traceback (most recent call last) (1544):
File "<string>", line 1, in <module>
TypeError: a float is ...
by aireca
Mon Feb 20, 2012 12:58 pm
Forum: General Support
Topic: Trigger Event From Volume Level?
Replies: 23
Views: 12604

Re: Trigger Event From Volume Level?

Returns "None"

How i get that volume 0 event that i need, with your plugin?,
remember, im using lirc+eventghost to change volume

or at least make the next value from 0% volume be "mute", what i really need its to make the volume mute after reaches 0%, because i still have sound coming out from ...
by aireca
Mon Feb 20, 2012 7:06 am
Forum: General Support
Topic: Trigger Event From Volume Level?
Replies: 23
Views: 12604

Re: Trigger Event From Volume Level?

Now its working thank you very much, but there is 2 problems

- Events Just works when you use the volume panel, so does not detect volume changes done by eventghost itself

- OSD & print isnt show anymore, Show OSD: Volume {int(round(eg.result))}% need new code?

OSD:

Lirc.Samsung_BN59-00861A:Sam ...
by aireca
Sun Feb 19, 2012 6:03 pm
Forum: General Support
Topic: Trigger Event From Volume Level?
Replies: 23
Views: 12604

Re: Trigger Event From Volume Level?

Nope, looks like there is files refered to your hdd inside VistaVolEvents.pyd or something like that...

Im pretty sure i have it, but needs net framework or VisualStudio?



Traceback (most recent call last) (1544):
File "C:\Program Files (x86)\Utilidades\EventGhost\eg\Classes\ActionThread.py ...
by aireca
Sat Feb 18, 2012 12:19 pm
Forum: General Support
Topic: Trigger Event From Volume Level?
Replies: 23
Views: 12604

Re: Trigger Event From Volume Level?

Thanks but
Its not working:


Traceback (most recent call last) (1544):
File "C:\Program Files (x86)\Utilidades\EventGhost\eg\Classes\ActionThread.py", line 33, in StartSession
pluginInfo.instance.__start__()
File "C:\Program Files (x86)\Utilidades\EventGhost\plugins\System\__init__.py", line ...
by aireca
Tue Jan 17, 2012 11:07 pm
Forum: General Support
Topic: Trigger Event From Volume Level?
Replies: 23
Views: 12604

Re: Trigger Event From Volume Level?

Try the following Python script:


Thanks a lot, i finally have the volume like i want

Here is my final code:


<Folder Name="Volume Control Samsung">
<Macro Name="Mute Volume">
<Event Name="Lirc.Samsung_BN59-00861A:Sam.Mute" />
<Action>
System.ToggleMute()
</Action>
<Action id="505 ...
by aireca
Mon Jan 16, 2012 6:00 pm
Forum: General Support
Topic: Trigger Event From Volume Level?
Replies: 23
Views: 12604

Re: Trigger Event From Volume Level?

Thanks but that means a new process, i already have 12 system control processes, cant be done just with eventghost code? :|

there is no way to convert the "print (int(round(eg.result,1)))" to an event?
by aireca
Sun Jan 15, 2012 9:27 pm
Forum: General Support
Topic: Trigger Event From Volume Level?
Replies: 23
Views: 12604

Trigger Event From Volume Level?

Hello

I want to know if there is some way to convert current volume level to an event, i have finded how to print the current volume level (" Change Master Volume: 0.00 % " + " print (int(round(eg.result,1))) ") but i dont know how to transform that print to an event, i want to automatically mute ...
by aireca
Fri Mar 18, 2011 11:51 am
Forum: Plugin Support
Topic: Samsung TV's
Replies: 31
Views: 34510

Re: Samsung TV's

I can convine this cable with the winlirc proyect?

winlic uses pin 1, 7 & Ground(5)
this cable uses pins 2, 3 & Ground(5)

You think that there will not be problem??