how does kodi communicate the enabled status?
#10
(2017-01-08, 15:45)Demonstratorz Wrote: So far I've tried it all, thru json python and it seems like the only thing left it to modify The or if you wanna wait I'm making a script that enables the pvr management then uses actions to enable the pvr client, it works ATM but there are still a few bugs. I'm not sire on what the protocols are here so I don't know if I can give you a link or nor. But I can tell you how I did it. I enabled the pvr management system as a whole not a client through json rpc. You can can send commends with rpc through either a urllib query or you can simple use the xbmc python module http://mirrors.kodi.tv/docs/python-docs/...uteJSONRPC. Btw there is another wat to start pvr manager but during my time of making this script I found that it worked in 90% of situations. Anyway, after that I set a service to activate when a setting is enabled but you could easily use something like a skinstring to set the conditions for the script to be active. And I used execute built in with the action function, set the appropriate action ids and spaced them out accordinly with xbmc. Sleep and voicla. But pretty soon here I'm going to send clicks instead
Reply


Messages In This Thread
RE: how does kodi communicate the enabled status? - by Demonstratorz - 2017-01-08, 15:50
Logout Mark Read Team Forum Stats Members Help
how does kodi communicate the enabled status?0