Json RPC Addons.SetAddonEnabled
#1
hi anyone, i'm can't post on general support and i think this is the best place or similar, my doubt its if possible disable or enable two addons with single json RPC request. currently i'm try send array into params but doesn't work.


i'm try like this.
Code:

params: [
  {
    "addonid": "service.xbmc.versioncheck",
    "enabled": False
  },
  {
    "addonid": "other addon",
    "enabled": False
  }
]

thanks!
Reply
#2
It's not anything I've seen documented, so I'd be amazed if it worked.
Is there a problem with making multiple calls?
Reply
#3
nop only a doubt, thanks.
Reply

Logout Mark Read Team Forum Stats Members Help
Json RPC Addons.SetAddonEnabled0