Which version of EG and the plugin? How do you install (double click .egplugin file, copy to directory)?
You could also run EG from command line with the -debug parameter and see it prints any error message.
Search found 441 matches
- Sat Mar 23, 2019 5:11 pm
- Forum: Plugin Support
- Topic: MQTT Client
- Replies: 261
- Views: 104827
- Tue Mar 19, 2019 6:30 pm
- Forum: Plugin Support
- Topic: MouseEvent Plugin
- Replies: 115
- Views: 39674
Re: MouseEvent Plugin
Are you using MouseEvent plugin version 1.1.14?
- Tue Mar 19, 2019 5:51 pm
- Forum: Plugin Support
- Topic: Media Player Classic view modes not working
- Replies: 10
- Views: 2412
- Tue Mar 19, 2019 5:24 pm
- Forum: Plugin Support
- Topic: Media Player Classic view modes not working
- Replies: 10
- Views: 2412
Re: Media Player Classic view modes not working
hmm, strange, it's not happening here on my test machine.
I can jump backward (small/medium/large/keyframe/n seconds) and the video continues to play.

- Tue Mar 19, 2019 4:45 pm
- Forum: Plugin Support
- Topic: Full Screen
- Replies: 4
- Views: 1426
Re: Full Screen
Interesting plugin. I've tried it and it's working good. Just a few remarks: How about a toggle action? How about using the result from a FindWindow action? Why are you filtering processes from windows and system32 paths? That makes it impossible to set cmd.exe or notepad.exe as target (for example)...
- Sun Mar 10, 2019 7:51 pm
- Forum: Plugin Support
- Topic: Media Player Classic view modes not working
- Replies: 10
- Views: 2412
Re: Media Player Classic view modes not working
Looks like something with your script is wrong. Where comes the variables eg.globals.WindowsState and result from? Is your script correct indented? (Would have been better to paste it here in a code block) This edited version worked for me: from eg.WinApi.Dynamic import GetWindowLong, ShowWindow, SW...
- Sun Mar 10, 2019 11:06 am
- Forum: Plugin Support
- Topic: Media Player Classic view modes not working
- Replies: 10
- Views: 2412
Re: Media Player Classic view modes not working
Which version of the plugin are you using? The latest is 2.13.
Which edition (HC or BE) and version of MPC do you have? I've tested it with MPC-BE x64 1.5.2 and MPC-HC x64 1.7.13, both are working.
Which edition (HC or BE) and version of MPC do you have? I've tested it with MPC-BE x64 1.5.2 and MPC-HC x64 1.7.13, both are working.
- Wed Mar 06, 2019 4:01 pm
- Forum: General Support
- Topic: LIFX Plugin error
- Replies: 8
- Views: 1911
Re: LIFX Plugin error
When I add the plugin via the plugin file in the folder, EG indicates that it is an unknown Plugin Ah, that's probably because i've added a GUID to the plugin file. If you can send me your config file with PM i would investigate. If I then replace the existing init file with the new one, EG errors ...
- Sun Mar 03, 2019 11:20 am
- Forum: General Support
- Topic: Desktop Remote 'Add Button' Event
- Replies: 2
- Views: 1125
Re: Desktop Remote 'Add Button' Event
When you add a button to the desktopremote you enter a event name. This event will be fired when you press the button on the desktopremote. The generated event can then be used to trigger macros (use drag'n'drop to move the event from log window to macro in config tree).
- Sun Mar 03, 2019 11:06 am
- Forum: General Support
- Topic: LIFX Plugin error
- Replies: 8
- Views: 1911
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.
- Sun Mar 03, 2019 10:15 am
- Forum: General Support
- Topic: Automatically triggering actions after running Macros
- Replies: 2
- Views: 1205
Re: Automatically triggering actions after running Macros
What is shown in the log window? Will the actions be run but don't have the awaited effect or are the actions not executed (see log)?
- Sun Feb 10, 2019 10:39 pm
- Forum: Plugin Support
- Topic: J. River Media Center Command Sender
- Replies: 26
- Views: 5968
Re: J. River Media Center Command Sender
I think you have a 64Bit installation of J.River Media Center. I've made small changes to access the registry on 64Bit. Please test the attached version.
- Fri Feb 08, 2019 3:51 pm
- Forum: Plugin Support
- Topic: OpenWeatherMap
- Replies: 31
- Views: 13380
Re: OpenWeatherMap
Here is a version that works with 0.5 and 0.4.
- Fri Feb 08, 2019 3:30 pm
- Forum: EventGhost News
- Topic: New version 0.5.0-rc6 is out
- Replies: 49
- Views: 16489
Re: New version 0.5.0-rc6 is out
I'm having problems getting this to run on startup. It appears in shell:startup, but even after making it always run as admin, it doesn't. Shortcut works fine when I click when windows has loaded, but .bat files, shortcuts to .bat files, dragging EG from shell:appsfolder to startup...none of them w...
- Sat Jan 19, 2019 8:36 pm
- Forum: Plugin Support
- Topic: XMPlay
- Replies: 7
- Views: 4151
Re: XMPlay
Executing an action Scripting: Open/Add file(s) or folder when XMPlay is running throws an error: Traceback (most recent call last) (WIP): File "E:\EventGhost-topic2k\eg\Classes\ActionBase.py", line 116, in CallWrapper return self(*args) File "E:\EventGhost-topic2k\plugins\XMPlay\actions_xmp_open.py...