Kodi Community Forum

Full Version: Single key press to download subtitle
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello All,

Is there any way for me to setup my harmony one to press a single button, to start the subtitle addon? Then I'm set to download the first sync subtitle.

I'm using Openelec, and I'm configured to this kind of setting. Someone taught me to modify keymap.xml. How do I do it in windows?

Thanks.
Add this to your keymap.xml:

Code:
<FullscreenVideo>
  <remote>
      <blue>RunScript(script.xbmc.subtitles)</blue>
  </remote>
</FullscreenVideo>

The button blue of your remote will open Subtitles download when clicked.
And with apple remote for atv2. Can i setup, for example, the up arrow to do exactly the same? How?

thank you.