Subtitle Button
#1
Hi everyone, i'm having a hard time getting my button 3 to the toggle subtitles on/off in XBMC repack using my MCE remote ... here is the code i put into the keymap file ... can someone take a look at the code below and see where i'am screwing things up? thanks!

Code:
<keymap>
<global>
   <remote>
     <one>XBMC.UpdateLibrary(video)</one>
     <two>XBMC.CleanLibrary(video)</two>
     <three>XBMC.ShowSubtitles</three>
   </remote>
</global>
</keymap>
Reply
#2
it's "ShowSubtitles" not "XBMC.ShowSubtitles"
Reply
#3
hmmm i must be putting this in the wrong place because when im playing a movie and press the "3" button, rather then showing subtitles, im shown a x0:00hr dialog on the upper left hand corner (possibly to jump to a scene) ... here is what my keymap looks like right now:

Code:
<keymap>
<global>
   <remote>
     <one>XBMC.UpdateLibrary(video)</one>
     <two>XBMC.CleanLibrary(video)</two>
     <three>ShowSubtitles</three>
   </remote>
</global>
</keymap>

button one and two works great in the main menu but button three doesnt turn on the subtitle like i expect it to ... any other suggestions?
Reply

Logout Mark Read Team Forum Stats Members Help
Subtitle Button0