Onclick event to disable (or at least toggle) hide watched
#1
Hi everyone,

I hope I'm not asking something that has been asked before, but I tried searching, and couldn't find what I was looking for.

I've customized my Home.xml menu to add an item for a playlist (as described here http://forum.xbmc.org/showthread.php?tid=70882). That part works great, but what I'd really like is to have it also automatically disable the hide watched function.
I already have the onclick event described here:
<onclick>ActivateWindow(Videos,special://videoplaylists/playlist.xsp,return)</onclick>

I thought I could add something like
<onclick>Skin.Reset(HideWatched)</onclick>
But the problem is, I don't know what the Hide Watched setting is actually called. I also suspect it's not a skin setting, and I don't know the command to clear a non-skin setting.

When I couldn't figure it out, I had hoped to at least add a toggle. That way if my family opens it and everything is hidden, they can just go back to the home menu and re-open it to see everything. So I added this:
<onclick>SendClick(10017,14)</onclick>
I tried it with no window ID, an with several window IDs I thought would be applicable, but to no avail.

Can anyone help me with this?
Reply


Messages In This Thread
Onclick event to disable (or at least toggle) hide watched - by Omnipresence - 2012-05-22, 02:00
Logout Mark Read Team Forum Stats Members Help
Onclick event to disable (or at least toggle) hide watched0