Toggling viewed: shown/hidden
#1
In this thread http://forum.xbmc.org/showthread.php?tid=43676 they talk about setting a button on the remote to toggle the "viewed" option of videos between shown and hidden by using SendClick(id) where id is the id of the toggle button in the skin. Can anyone help find the id of the button when displaying the video library? I looked through some of the skin files but couldn't find a reference for it.
Reply
#2
It's all explained in that thread.

SendClick([window,]controlID)

Window = 25 (Video Library)

controlID = 14 (toggle Watched)
Reply
#3
Ah many thanks, I was being thick and thought maybe the id would be different for different skins. It works great.
Reply

Logout Mark Read Team Forum Stats Members Help
Toggling viewed: shown/hidden0