Open an Add-on information window of a specific video add-on.
#1
Hello,

I am looking for a built-in command to open an Add-on Information window of a specific video addon (ex: addon id=" plugin.video.sampleaddon" name="abc")  for Kodi 17.x. The closest action I can do is
Code:
ActivateWindow(10040,addons://repo_id/xbmc.addon.video)
which is one step short of what I like. I have to find and click on the add-on in order to open up the Add-on Information window.
I've tried the following codes without success
Code:
ActivateWindow(10040,addons://repo_id/xbmc.addon.video/plugin.video.sampleaddon)
ActivateWindow(10040,addons://repo_id/xbmc.addon.video/abc)
Any help would be greatly appreciated.
Reply
#2
There is a built-in for that:
python:
Addon.OpenSettings(plugin.video.sampleaddon)
Reply
#3
Thanks for reply, but what I am looking for is Add-on information window (where we can right click on an add-on then click information) Please see the link for picture
https://postimg.org/image/mdb72zgqt/

Reply
#4
Hi,
I'm looking for exactly the same thing as you! Did you manage to find an answer by any chance?

Thanks!
Reply
#5
Hi,

Is anyone has an answer for this?
I'm looking for this also. Not opening the settings window. Opening the information window.
Reply

Logout Mark Read Team Forum Stats Members Help
Open an Add-on information window of a specific video add-on.0