2015-12-06, 11:58
(2015-12-05, 18:32)calexicoca Wrote: As a noob I would appreciate if you explain in detail how to do that?
Much appreciated!
Hi calexicoca,
Yes, it's a very useful addon. I use it a lot, and hope this type of thing will eventually make it's way into the Kodi core code.
Frankly don't get how people manage without it for large libraries
Ah well,
This is the json command you need to invoke this addons tag-window:
http://192.168.1.11:8080/jsonrpc?request={"jsonrpc":"2.0","method":"Addons.ExecuteAddon", "params": { "addonid": "script.tagoverview"}, "id": 1 }
or url encoded:
http://192.168.1.11:8080/jsonrpc?request={"jsonrpc":"2.0","method":"Addons.ExecuteAddon",%20"params":%20{%20"addonid":%20"script.tagoverview"},%20"id":%201%20}
Replace with the IP and port of your own Kodi-box and test it from your browser.
You then need a way to build that into your setup if you want to use this tag overview addon.
I build my own remotes using iRule software, which will allow me to put that command in a button on my smartphone.
It is fairly complicated in terms of the initial threshold but well worth if after you get over that threshold. IMHO.
Good luck.