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

by Radar73
Sun Feb 03, 2019 7:21 pm
Forum: Plugin Support
Topic: MCE remote plugin on windows 10 only working run-as-admin
Replies: 44
Views: 3957

Re: MCE remote plugin on windows 10 only working run-as-admin


I am going to be finishing up writing a pure python version of that service. that is no longer going to run as a service.


I am looking forward to this ... I find alternatemceirservice on my system occasionally stops running and my wife complains the remote isn't working. Any test releases ...
by Radar73
Tue Jan 15, 2019 9:53 pm
Forum: EventGhost News
Topic: New version 0.5.0-rc6 is out
Replies: 45
Views: 10680

Re: New version 0.5.0-rc6 is out

Yeah it works fine calling the application with -e  I wasn't doing anything complicated with the Eventghost object in vbscript anyways so this works just as well. Is there anyway to prevent the addition of "Main" being added to the event name? For example I sent it eventghost.exe -e "Hello" and ...
by Radar73
Sat Jan 12, 2019 10:29 pm
Forum: EventGhost News
Topic: New version 0.5.0-rc6 is out
Replies: 45
Views: 10680

Re: New version 0.5.0-rc6 is out

Ok, I'll do it that way thanks.
by Radar73
Fri Jan 11, 2019 11:03 pm
Forum: EventGhost News
Topic: New version 0.5.0-rc6 is out
Replies: 45
Views: 10680

Re: New version 0.5.0-rc6 is out

I used to be able to run this inside a vb script:

Code: Select all

Set objEG = WScript.CreateObject("EventGhost")
objEG.TriggerEvent "Kodi.UpdateVideo"
With RC6 I get an error that it couldn't create object Eventghost.

Any idea what's happened or how to get the previous functionality back?