Kodi Community Forum

Full Version: Adding Settings on Home
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all, i have been trying for a while. Do anyone knows how to get the command to open the settings of a certain plugin?

Eg. i would want a button on the home page which directly open settings of MultiCam Plugin.

Is there a way?

ActivateWindow(plugin.id,settings) ?

or is there another way
You could try
Code:
Addon.OpenSettings(id)