Toggle "hide watched" with remote?
#1
Is it possible to toggle the "hide watched" menu option with a remote? (Using eventghost or a keypress)

I searched the wiki for the action in keymap.xml, but couldn't find it. No
Reply
#2
Look here. Add functions to keymap.

List of Built In Functions
Reply
#3
I'm afraid that doesn't get me much closer.

I found this reference in the mediastream skin:

<control type="radiobutton" id="14">
<description>Watched Toggle</description>
<visible>Window.IsVisible(MyVideoLibrary)</visible>
<label>20367</label>
<include>OMButtonItem</include>
</control>

I somehow have to combine that with a built in function, but I'm at a loss which one.
Reply
#4
Try:

SendClick(14)

Feel free to add this to the online manual:

SendClick([window,]controlID)

Emulates a click message from the given controlID in the (optionally given) window (name or id).

Cheers,
Jonathan
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#5
Thanks. Will try it tomorrow! Nod
Reply
#6
I'll give that a go as well as it's something I'd like on the remote too. Thx J.
ZOTAC IONITX-D-E Intel Atom N330 Dual Core 1.6 GHz NVIDIA ION with LIVE on SSD (now updated to Nvidia Shield Pro (P2897)
Reply
#7
SendClick([window,]controlID)

Like this one.
Thankx Jonathan
Reply
#8
Where does this belong in the wiki? Builtins?
Where can you get a list of controlIDs?
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#9
Belongs here.
List of Built In Functions
Reply
#10
Works like a charm! Thanks!
Reply
#11
Sorry to dredge up an old thread, but trying to do this exact thing myself.

How do I go about doing this? The instructions above arent very clear.

I'm using XBMC on Windows XP, with an MCE remote through eventghost with the built in XBMC plug in.
Reply

Logout Mark Read Team Forum Stats Members Help
Toggle "hide watched" with remote?0