Kodi Community Forum

Full Version: [Gotham] Add a keyboard shortcut for SubtitleSearch
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
as you know, Gotham features a new subtitle download/search service. The skin I'm using "nbox" doesn't yet support this service, so I can't download new subtitles when I'm using it.

Is there any way to fix that? Add a keyboard shortcut maybe?
That's is a skin problem use confluence to full support for subtitles or ask in the skin forum to ask the developer to include it
That's not really answering the question.

I'm using Confluence myself, but used a keyboard shotcut anyway, because it's way more convenient. I had the shortcut programmed via keymap.xml. But since I updated to Gotham, that doesn't work anymore.

I would really like to restore that functionality, but I have no clue what function I'n supposed to call.

The old function:
Code:
RunScript(script.xbmc.subtitles)

What should I call now I'm running Gotham?

Anyone?
ActivateWindow(subtitlesearch)
Worked like a charm.

Thanks!
Hi, it is not working for me, running xbmc (openelec), but keymap is not working for downloading subtitles

<keymap>
<global>
<remote>
<SUBTITLE>ActivateWindow(subtitlesearch)</SUBTITLE>
</remote>
</global>
</keymap>

keystrokelogger (irw) shows the key stroke:
172 0 KEY_SUBTITLE devinput
172 0 KEY_SUBTITLE_UP devinput

When a subtitle is already available the above setting only turn on/off the subtitle, but now subtitle download is performed. Does anyone know how to configure one key on the remote to download subtitles?

Regards,
Michel