Fuck that I hate waiting, so here is a cool (and not freezing) version of the plugin (hopefully wink wink nudge nudge)Talguy wrote:I'll wait patiently till a fix is provided as I am in no dire need to create custom json commands.
Yes, I used to love testing now its too much work. That's why I had to fix the most ugly code that should never have been.Was just trying to do some testing at the time.
Great to hear.As for the latest update I can report back that the events received from kodi have been working great. My macros triggered by these events seem to be working about 100% of the time
So here is another test version that should fix the problem with some JSON-RPC commands totally freezing EventGhost, and you have to kill it with fire.
The problem was that I added the option to paste a complete JSON-RPC command like this
Code: Select all
{"jsonrpc": "2.0", "method": "Player.GetActivePlayers", "id": 1}These commands should now work properly.
@ wolfgr: Would you mind testing this version and see if the events work with Kodi, if not could you post a log where it fails to detect Kodi after changing line 1695:
Code: Select all
debug = FalseCode: Select all
debug = Truejonib

