@InterlinkKnight thank you so much this has helped me alot,
but now i want eventghost to let my phone know whats the current volume level through autoremote message.
so what should i type in message field to do this?
No idea how do that.
What do I do with the code :oops: Where do I put it ...
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.
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 29 matches
- Sat Jan 10, 2015 9:16 pm
- Forum: General Support
- Topic: Using OSD and display current volume level [SOLVED]
- Replies: 56
- Views: 50110
- Mon Jan 21, 2013 3:41 am
- Forum: General Support
- Topic: LIRC/IgorPlug kind of receivers
- Replies: 5
- Views: 17146
Re: LIRC/IgorPlug kind of receivers
Before, I did have the problem mention here, but sense i upgrade my computer 1 year ago with intel i5 and windows 7, i don't have any problem at all. WinLIRC receive the signal of my remote perfectly even with 100% of use in all cores of my processor.
To be honest i am not sure why the problem is ...
To be honest i am not sure why the problem is ...
- Tue Jan 24, 2012 11:53 am
- Forum: General Support
- Topic: Using OSD and display current volume level [SOLVED]
- Replies: 56
- Views: 50110
Re: Using OSD and display current volume level [SOLVED]
Why are you here did not give either a screenshot or your configuration file?
Thus, it seems that there are missing the action Change Master Volume .
It must be before the action Show OSD .
Pako
I was thinking that you can do it yourself, with your own "change master volume". I mean, this is to ...
Thus, it seems that there are missing the action Change Master Volume .
It must be before the action Show OSD .
Pako
I was thinking that you can do it yourself, with your own "change master volume". I mean, this is to ...
- Mon Jan 16, 2012 2:21 am
- Forum: General Support
- Topic: SleepTimer like on TV
- Replies: 16
- Views: 8409
Re: SleepTimer like on TV
nevermind the last error. was that i forget to open the timer plugin.
I think is great, but how i change the sequence? I want to be 15 minutes, 30, 45, 60, 90, 120
I think is great, but how i change the sequence? I want to be 15 minutes, 30, 45, 60, 90, 120
- Sun Jan 15, 2012 11:42 pm
- Forum: General Support
- Topic: SleepTimer like on TV
- Replies: 16
- Views: 8409
Re: SleepTimer like on TV
I get this error when i open the configuration file:
i try several combinations of pleasing the code in the configuration file.
i try several combinations of pleasing the code in the configuration file.
- Sat Nov 19, 2011 11:08 pm
- Forum: Plugin Support
- Topic: File Operations
- Replies: 41
- Views: 36964
Re: File Operations
I am searching for something that allow me to read a line in a text and create an event when a specific word is there. This plug in allow this?
- Thu Oct 13, 2011 12:10 pm
- Forum: General Support
- Topic: Using OSD and display current volume level [SOLVED]
- Replies: 56
- Views: 50110
Re: Using OSD and display current volume level [SOLVED]
Hello,
Volume - {eg.WinApi.SoundMixer.GetMasterVolume()}
shows always 100% - (but Volume is changing)
Don't use that code because doesn't work on Windows 7, unless you run Eventghost in Windows XP sp3 compatibility mode. You better use the other code (I show the solution next).
Volume ...
Volume - {eg.WinApi.SoundMixer.GetMasterVolume()}
shows always 100% - (but Volume is changing)
Don't use that code because doesn't work on Windows 7, unless you run Eventghost in Windows XP sp3 compatibility mode. You better use the other code (I show the solution next).
Volume ...
- Sun Oct 02, 2011 5:31 am
- Forum: General Support
- Topic: Using OSD and display current volume level [SOLVED]
- Replies: 56
- Views: 50110
Re: Using OSD and display current volume level [SOLVED]
Remember that you must use the font Webdings
You are right. Dah!. My mistake. Although you forgot to mention that you need to add a macro and a JUMP action to show when sound is muted. I am not sure how to do that, but i think i can figure it out.
Overall, this technique work and I will include ...
You are right. Dah!. My mistake. Although you forgot to mention that you need to add a macro and a JUMP action to show when sound is muted. I am not sure how to do that, but i think i can figure it out.
Overall, this technique work and I will include ...
- Sun Oct 02, 2011 2:22 am
- Forum: General Support
- Topic: Using OSD and display current volume level [SOLVED]
- Replies: 56
- Views: 50110
Re: Using OSD and display current volume level [SOLVED]
Every time i try that doesnt work. Shows: "X├░" and that's itbskchaos wrote:copy the code an paste into EG
- Sun Oct 02, 2011 12:52 am
- Forum: General Support
- Topic: Using OSD and display current volume level [SOLVED]
- Replies: 56
- Views: 50110
Re: Using OSD and display current volume level [SOLVED]
That works, thanks. But I don't understand why works like this. I mean, how you setup this manually (without editing the XML file)?
- Sat Oct 01, 2011 5:01 pm
- Forum: General Support
- Topic: Using OSD and display current volume level [SOLVED]
- Replies: 56
- Views: 50110
Re: Using OSD and display current volume level [SOLVED]
@bskchaos
Thanks, but the MUTE code doesn't work. What is wrong?
Thanks, but the MUTE code doesn't work. What is wrong?
- Tue Aug 16, 2011 7:49 pm
- Forum: General Support
- Topic: Using OSD and display current volume level [SOLVED]
- Replies: 56
- Views: 50110
Re: Using OSD and display current volume level
Volume OSD bar.
Insert after "Change Master Volume" action "Show OSD". Paste in "Text to display" this code:
Volume {'|'*int(round(eg.result))+'.'*(100-int(round(eg.result)))} {int(round(eg.result))}%
That is amazing. I will place that code in the first post.
Thank you
Insert after "Change Master Volume" action "Show OSD". Paste in "Text to display" this code:
Volume {'|'*int(round(eg.result))+'.'*(100-int(round(eg.result)))} {int(round(eg.result))}%
That is amazing. I will place that code in the first post.
Thank you
- Sat Dec 18, 2010 2:11 am
- Forum: General Support
- Topic: Using OSD and display current volume level [SOLVED]
- Replies: 56
- Views: 50110
Re: Using OSD and display current volume level
You are right! The new codes works on Windows XP too. I will edit the tutorial giving the new codes only.jonib wrote:InterlinkKnight, I think you can remove the Windows XP specific commands from your guide as the other ones should work in XP,Vista and 7.
jonib
Thanks
- Fri Dec 17, 2010 6:26 am
- Forum: General Support
- Topic: How to display the time/clock on EventGhost using OSD?
- Replies: 1
- Views: 1655
How to display the time/clock on EventGhost using OSD?
Do I need to add more details about the question? I just want to know what code do I need to add in the OSD to display the time (example: 3:05 PM, 18:45, etc.)
It should be easy but I don't find anything about it.
Can anyone help me?
It should be easy but I don't find anything about it.
Can anyone help me?
- Fri Dec 17, 2010 3:10 am
- Forum: General Support
- Topic: Using OSD and display current volume level [SOLVED]
- Replies: 56
- Views: 50110
Re: Using OSD and display current volume level
Finally I had a chance to look into the Win7 problem.
The short answer is: Run EventGhost in Windows XP sp3 compatibility mode, and it should work in Windows 7. See below for an alternative.
I found an alternative way to get the master volume and mute status:
To show the current master volume ...
The short answer is: Run EventGhost in Windows XP sp3 compatibility mode, and it should work in Windows 7. See below for an alternative.
I found an alternative way to get the master volume and mute status:
To show the current master volume ...