Search found 4 matches
- 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: 2687
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 available?
- Tue Jan 15, 2019 9:53 pm
- Forum: EventGhost News
- Topic: New version 0.5.0-rc6 is out
- Replies: 43
- Views: 4911
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 it ...
- Sat Jan 12, 2019 10:29 pm
- Forum: EventGhost News
- Topic: New version 0.5.0-rc6 is out
- Replies: 43
- Views: 4911
Re: New version 0.5.0-rc6 is out
Ok, I'll do it that way thanks.
- Fri Jan 11, 2019 11:03 pm
- Forum: EventGhost News
- Topic: New version 0.5.0-rc6 is out
- Replies: 43
- Views: 4911
Re: New version 0.5.0-rc6 is out
I used to be able to run this inside a vb script:
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?
Code: Select all
Set objEG = WScript.CreateObject("EventGhost")
objEG.TriggerEvent "Kodi.UpdateVideo"
Any idea what's happened or how to get the previous functionality back?