OKfuqit3 wrote: Mon Dec 30, 2019 9:41 pm Thanks! but I don't need it, things are working correctly now after an update.
jonib
OKfuqit3 wrote: Mon Dec 30, 2019 9:41 pm Thanks! but I don't need it, things are working correctly now after an update.
Sure, your in luck that I hadn't started my PC (re)build yetfuqit3 wrote: Fri Jan 03, 2020 10:24 pmStill having issues after the update so I do need your help with this. Would you mind?
Code: Select all
eg.plugins.XBMC2.JSONRPC(u'Addons.SetAddonEnabled', u'["pvr.wmc", False]', True, True)
eg.plugins.EventGhost.Wait(1.0)
eg.plugins.XBMC2.JSONRPC(u'Addons.SetAddonEnabled', u'["pvr.wmc", True]', True, True)
Code: Select all
eg.plugins.XBMC2.JSONRPC(u'Addons.SetAddonEnabled', u'["pvr.wmc", False]', True)
eg.plugins.EventGhost.Wait(1.0)
eg.plugins.XBMC2.JSONRPC(u'Addons.SetAddonEnabled', u'["pvr.wmc", True]', True)
Great
That seems to be a "Broadcast event" but the format seems to be different, I'm guessing it is from a plugin and if so I need to know what plugin.powermarcel10 wrote: Thu Jan 16, 2020 5:48 pm XBMC2: Raw event: 'XBMC\x02\x00\x00\x03\x00\x00\x00\x01\x00\x00\x00\x01\x00\x0eU\x89\x1e\xe8\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x003\x00\x00R1\x00down\x00' ('MY.IP.Adress', 44775)