Kodi Community Forum

Full Version: Change GUI setting with a builtin command
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I'm trying to remap a key to toggle the GUI setting "hide watched" for videos but I can not find a command to do it. I know that the GUI setting I want to toggle is <watchmode> and I've found a HTTPAPI to change it but not from within builtin commands...

Any ideas?
I'll answer to myself, this command did the trick:

SendClick(6,14)

At least using the mediastream skin works fine.
The 6 can be replaced by VideoLibrary to make it a little clearer Smile