Toggle watched hide/show?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Kaitlyn2004 Offline
Senior Member
Posts: 217
Joined: Jun 2011
Reputation: 0
Post: #1
When browsing a list I can hit left, left and get to the menu where there is an option "hide watched".

Is there any way I can toggle this through a keypress directly?
find quote
jhsrennie Offline
Team-XBMC Developer
Posts: 7,237
Joined: Nov 2008
Reputation: 117
Location: Chester, UK
Post: #2
There is no action that you can simply map to a keypress. It might be possible to write a Python script to do it, and you could run this from a keypress.

Later: it might be possible to do this with the SendClick function (see http://wiki.xbmc.org/?title=List_of_Built_In_Functions). However the "Hide Watched" setting is a control within a control, so I'm not sure what you'd use for the control id.

JR
(This post was last modified: 2011-10-14 10:14 by jhsrennie.)
find quote
tjpoe Offline
Junior Member
Posts: 46
Joined: Nov 2009
Reputation: 0
Post: #3
i saw someone do this in a demonstration for VOX Commando, so it seems like it has to be doable. Would love to program a custom HTTP command for my remote that toggles this on / off
find quote