Kodi Community Forum

Full Version: Change XBMC settings from anywhere in the skin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to change any XBMC setting from anywhere in the skin with a SendClick action ?. If so where can i find the ID's for those controls ?.

Example : Let's say that you are in fullscreen video and you want to change the Audio output device.
Adding a button control to the OSD screen like the one bellow it will work ?
PHP Code:
<onclick>SendClick(SystemSettingsaudio-output-device-controlID)</onclick

Cheers
Nessus