Solved Map download subtitles window in remote.xml
#1
Question 
Can I map a button on my remote to directly trigger the download subtitle action in Gotham? If so what should I have as the binding in remote.xml?
Reply
#2
hi, you can associate to a key this command
Code:
RunScript(script.xbmc.subtitles)
in next quote you can see how i've implemented. i use a mce remote with xbmc live installed.
Code:
<keymap>
  <FullscreenVideo>
    <keyboard>
      <two>ShowSubtitles</two>
      <three>RunScript(script.xbmc.subtitles)</three>
    </keyboard>
  </FullscreenVideo>
</keymap>

best regards
Reply
#3
I thought that was the way for frodo?
Reply
#4
this is the one that is working for me in Gotham Smile

<keymap>
<FullscreenVideo>
<remote>
<back>SmallStepBack</back>
<red>ActivateWindow(SubtitleSearch)</red>
<green>subtitledelayminus</green>
<yellow>subtitledelayplus</yellow>
</remote>
</FullscreenVideo>
</keymap>
Reply

Logout Mark Read Team Forum Stats Members Help
Map download subtitles window in remote.xml0