Kodi Community Forum

Full Version: sending click to system window
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would like to create a button in the buttonmenu dialog that sends a click to the "clean library" command in videossettings. Would this be possible?

If so, where would I be able to find the ID of that command? I've been looking for it in the git source, but I can't seem to find it.
why not use:
<onclick>cleanlibrary(video)</onclick>
lol, guess I just didn't know about it Blush
Thanks Smile