Addons.RemoveAddon or InstallAddon need
#1
Is it possible to create a method for install and remove addon by jsonrpc?
I'm using raspbmc.

Thx.Nod

curl 'http://localhost/jsonrpc' -H 'Content-type: application/json' -d '{"jsonrpc": "2.0", "id": 1, "method": "JSONRPC.Introspect"}' | python -mjson.tool > list.method.json

grep 'Addons' list.method.json

"Addons.ExecuteAddon": {
"Addons.GetAddonDetails": {
"Addons.GetAddons": {
"Addons.SetAddonEnabled": {
Reply
#2
The Addons related methods in JSON-RPC are currently only aimed at the already installed addons. You can't list all available addons. Being able to install and remove addons through JSON-RPC will require quite some changes and additions. Furthermore I'm sure a lot of people would not like it security-wise if it was possible to uninstall an addon with a simple JSON-RPC HTTP request.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not e-mail Team Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#3
I am also interested in the JSON-RPC methods: install, remove and update of addons. Has there been any recent consideration or implementation of this?
Reply

Logout Mark Read Team Forum Stats Members Help
Addons.RemoveAddon or InstallAddon need0