Win Favorites remote shortcut
#1
Dear Forum,

Please advise how to recall favorites menu directly from IR remote with the press of single key, (XBMC 11 with default skin).

Thank you for your hlep Walter
Reply
#2
Walter,

It would be very helpful to know what kind of remote you are using, and if you have already created your own keyboard.xml file in your userdata folder.

That said, if you are using a standard Media extender remote with a standard IR receiver, and have already created a keyboard.xml file in your userdata folder.... Well, then, this should about do it.
______________________________________________________________

In your keyboard.xml file that you created in your userdata folder you would add a line of code that looks somehing like

Code:
<universalremote>
  <obc148>ActivateWindow(favourites)</obc148>
</universalremote>

or (either will work equally well)

Code:
<universalremote>
  <obc148>ActivateWindow(10134)</obc148>
</universalremote>

You would need to change "obc148" to whatever appropriate code corresponds to your remote button that you want mapped....
XBMC Gotham via OpenElec 5.0.8
ASRock H87M-ITX
I3-4330 Haswell CPU
64GB SSD ADATA
4GB Team Elite DDR3
MI-008 Case
unRAID 5disks 18TB of awesome
Reply
#3
Thank you for your help,

I am using Microsoft Windows Media Center compatible remote control but without 4 bottom colour keys. How can I verify OBC number and corresponding remote key?

What is the difference between <remote> section and <universalremote> section in keyboard.xml file.


Reply

Logout Mark Read Team Forum Stats Members Help
Favorites remote shortcut0