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

by cableghost
Sat Nov 23, 2019 2:25 pm
Forum: General Support
Topic: New user wondering if my idea is even possible
Replies: 13
Views: 7219

Re: New user wondering if my idea is even possible

kgschlosser wrote: Sat Jun 08, 2019 7:07 am as it turn out discord chat has a pretty extensive development API.
Thanks for looking into this for the OP.
by cableghost
Tue Mar 12, 2019 11:35 pm
Forum: EventGhost News
Topic: New version 0.5.0-rc6 is out
Replies: 45
Views: 10759

Re: New version 0.5.0-rc6 is out


post the error for me please

6:34:14 PM Traceback (most recent call last) (0.5.0-rc6):
6:34:14 PM File "C:\Program Files (x86)\EventGhost\eg\Classes\TaskletDialog.py", line 162, in ProcessingTask
6:34:14 PM self.Configure(*args, **kwargs)
6:34:14 PM File "C:\Program Files (x86)\EventGhost\eg ...
by cableghost
Tue Mar 12, 2019 10:32 pm
Forum: EventGhost News
Topic: New version 0.5.0-rc6 is out
Replies: 45
Views: 10759

Re: New version 0.5.0-rc6 is out

kgschlosser wrote: Tue Mar 12, 2019 8:39 pm @molitar

replace the file

Code: Select all

C:\Program Files (x86)\EventGhost\eg\Classes\OptionsDialog.py
with the one that is attached
I'm still receiving the error mentioned above after shutting EG down, replacing file and restarting.
by cableghost
Sat Mar 09, 2019 5:44 pm
Forum: EventGhost News
Topic: New version 0.5.0-rc6 is out
Replies: 45
Views: 10759

Error opening EG Options

Receive error on trying to access Options...

2:22:43 AM Traceback (most recent call last) (0.5.0-rc6):
2:22:43 AM File "C:\Program Files (x86)\EventGhost\eg\Classes\TaskletDialog.py", line 162, in ProcessingTask
2:22:43 AM self.Configure(*args, **kwargs)
2:22:43 AM File "C:\Program Files (x86 ...
by cableghost
Mon Mar 04, 2019 7:26 pm
Forum: General Support
Topic: LIFX Plugin error
Replies: 8
Views: 1273

Re: LIFX Plugin error


I fixed the plugin code to pass allowed values (on first configure). The fixed plugin is attached and i will create a pull request on GitHub.

When I add the plugin via the plugin file in the folder, EG indicates that it is an unknown Plugin (see attached screenshot). If I then replace the ...
by cableghost
Sun Feb 24, 2019 3:43 pm
Forum: General Support
Topic: LIFX Plugin error
Replies: 8
Views: 1273

LIFX Plugin error

I've started to receive the following errors in the log when attempting to use the LIFX plugin. I assume this is plugin-related?

9:34:45 AM Traceback (most recent call last) (0.5.0-rc6):
9:34:45 AM File "C:\Program Files (x86)\EventGhost\eg\Classes\TaskletDialog.py", line 162, in ProcessingTask
9 ...
by cableghost
Mon Sep 10, 2018 5:03 pm
Forum: General Support
Topic: Detect Windows 10 Night Light
Replies: 25
Views: 2593

Re: Detect Windows 10 Night Light

Thanks for the effort. In the meantime, I found another solution via Android/Tasker/AutoRemote. I already use this combo related to session locking. I also use a Tasker sunset-related plug-in to adjust my display brightness, so I can simply send a respective message to EG via AutoRemote and adjust ...
by cableghost
Mon Sep 10, 2018 12:45 am
Forum: General Support
Topic: Detect Windows 10 Night Light
Replies: 25
Views: 2593

Re: Detect Windows 10 Night Light

If you can do me a favor tho. go into your monitors settings and write down what the present values are for all of the adjustments. and then when the screen dims go back in and write them down again. see if any have changed. there are several ways to change the values as well. it can be done ...
by cableghost
Sun Sep 09, 2018 6:20 pm
Forum: General Support
Topic: Enable/Disable Windows Sounds
Replies: 3
Views: 815

Re: Enable/Disable Windows Sounds

Thanks, though that turns off all sound. I would like to simply turn off Windows Sounds (see screenshot).

Purpose...when watching media on my Plex Media Player or other media app, I would like to mute all other sounds. I can react to 'Task.Activated.PlexMediaPlayer', as an example.

https://i ...
by cableghost
Sun Sep 09, 2018 4:56 pm
Forum: General Support
Topic: Detect Windows 10 Night Light
Replies: 25
Views: 2593

Re: Detect Windows 10 Night Light


you only need to run the script once. It creates a thread and that new thread will loop until the end of time (or you close EG)
That is why i said to place it in your autostart group.
Yep, got that...thank you. Pardon my ignorance...how do I react to it now? If something is to show in the log ...
by cableghost
Sun Sep 09, 2018 12:04 am
Forum: General Support
Topic: Detect Windows 10 Night Light
Replies: 25
Views: 2593

Re: Detect Windows 10 Night Light

I had simply been testing the script as an Action. How should I be using this?
by cableghost
Sat Sep 08, 2018 9:55 pm
Forum: General Support
Topic: Detect Windows 10 Night Light
Replies: 25
Views: 2593

Re: Detect Windows 10 Night Light

I have only one/same primary screen.

Edit: no script error...nothing shows in log after execution.
by cableghost
Sat Sep 08, 2018 2:15 pm
Forum: General Support
Topic: Detect Windows 10 Night Light
Replies: 25
Views: 2593

Re: Detect Windows 10 Night Light


add a python script action to your Autostart group. in the action put the code below.
I ran the script and below is what I received. This seems like a lot of data, though I have 6 displays connected. Note that the script ends with 'Off' even when excuted with Night Light function on.

09:09:44 ...
by cableghost
Sat Sep 08, 2018 3:06 am
Forum: General Support
Topic: Enable/Disable Windows Sounds
Replies: 3
Views: 815

Enable/Disable Windows Sounds

Any idea on creating an Action to disable Windows Sounds (No Sounds), not system mute? I've looked at NirCmd as well, but no option.

Thanks.
by cableghost
Wed Sep 05, 2018 9:23 pm
Forum: General Support
Topic: Detect Windows 10 Night Light
Replies: 25
Views: 2593

Re: Detect Windows 10 Night Light

kgschlosser wrote: Wed Sep 05, 2018 3:04 am ok so here you are.

add a python script action to your Autostart group. in the action put the code below.
You can run it manually the first time. after that it will run automatically each and every time EventGhost runs.
Thank you. I'll report back on this.