Archive:Configure Philips Pronto Universal Remote: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Sho
>Sho
mNo edit summary
Line 19: Line 19:
<xml>
<xml>
     <universalremote>           
     <universalremote>           
       <obc148>XBMC.RestartApp</obc148>
       <obc148>XBMC.RestartApp</obc148> <!-- Warm reboots XBMC -->
       <obc149>XBMC.ActivateWindow(favourites)</obc149>  <!-- Takes you directly to the favourites menu -->
       <obc149>XBMC.ActivateWindow(favourites)</obc149>  <!-- Takes you directly to the favourites menu -->
       <obc150>XBMC.ActivateWindow(systeminfo) </obc150>  <!-- Takes you directly to the systeminfo menu -->
       <obc150>XBMC.ActivateWindow(systeminfo)</obc150>  <!-- Takes you directly to the systeminfo menu -->
       <obc151>XBMC.ActivateWindow(videolibrary,movietitles) </obc151>  <!-- Takes you directly to the title node of the movie library -->
       <obc151>XBMC.ActivateWindow(videolibrary,movietitles)</obc151>  <!-- Takes you directly to the title node of the movie library -->
       <obc152>XBMC.ActivateWindow(videofiles,kids) </obc152>  <!-- Takes you directly to the kids source in the videos files section -->
       <obc152>XBMC.ActivateWindow(videofiles,kids)</obc152>  <!-- Takes you directly to the kids source in the videos files section -->
       <obc153>XBMC.ActivateWindow(weather) </obc153>  <!-- Takes you directly to weather -->
       <obc153>XBMC.ActivateWindow(weather)</obc153>  <!-- Takes you directly to weather -->
      <obc154>XBMC.PlayMedia(Q:\UserData\playlists\music\Test.xsp)</obc152>  <!-- Plays the Test smart playlist -->
     </universalremote>
     </universalremote>
</xml>
</xml>


<obc148> Would warm reboot XBMC and the rest open various windows at the touch of a button.(List of [[Window IDs]])
*[[List of Built In Functions]]
*List of [[Window IDs]]
*[[Opening Windows and Dialogs]]


===Power On/Off===
===Power On/Off===

Revision as of 13:31, 9 August 2008

The Philips Pronto is a versatile fully programmable touchscreen Universal Remote with advanced capabilities. It is available in several models, this HOW-TO should apply to most or all of them, although I have only experience with Pronto NG.

Using the Pronto with XBMC

I will not go into how to program the Pronto itself, but how to utilize it to the max with XBMC. Basically there are several ways to use your Pronto with the Xbox and XBMC, some of which are:

  • You could program it from scratch, learning IR codes from an original Xbox DVD remote.
  • You could get a predefined layout/configuration from a source like Remote Central and use it like the original DVD remote.
  • To unleash the full potential of your Pronto you can map whatever function you want to a button on your remote. This is what this How-To is all about.

Using Pronto Custom Functions With XBMC

First off download the Pronto CCF file from Sourceforge and import it into ProntoEdit.
It contains all the OBC codes the Xbox can receive.

Then in ProntoEdit link your custom buttons to unused OBC codes from the CCF file.
A list of all the default used OBC codes is here: Remote Buttons.
Next you have to edit Keymap.xml for XBMC to recognize your buttons.

Example, you could insert the following into the <global> section of keymap.xml: <xml>

    <universalremote>          
      <obc148>XBMC.RestartApp</obc148> 
      <obc149>XBMC.ActivateWindow(favourites)</obc149>  
      <obc150>XBMC.ActivateWindow(systeminfo)</obc150>  
      <obc151>XBMC.ActivateWindow(videolibrary,movietitles)</obc151>  
      <obc152>XBMC.ActivateWindow(videofiles,kids)</obc152>  
      <obc153>XBMC.ActivateWindow(weather)</obc153>  
      <obc154>XBMC.PlayMedia(Q:\UserData\playlists\music\Test.xsp)</obc152>  
   </universalremote>

</xml>

Power On/Off

Power Off is even simpler, for you only have to link a button to OBC 59, no need to modify keymap.xml.
For Power On you need to modify your Xbox with a Infrared-MOD