Kodi Community Forum

Full Version: [Windows] How to use Xbmc subtitles addon ??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all ..

I tried to search the forum for the answer .. but the search function is not working ..

So how can I use the installed addon "Xbmc subtitles" ?

Thanks
Just download it from the addon section, and enable it in the skin setting, then you will have its icon on the skin display (if you press "enter" while playing a movie), use the icon to download the subtitle.

I hope you can follow that.
thanks kim.
i posted this question elsewhere on the forums but i think i should have asked here!

When i want to watch a movie/serie i usually want to watch it with (dutch) subtitles. The situation right now is:
1) i start the movie
2) i go to play menu
3) i go to subtitle addon(movie paused)
4) i choose the subtitle
5) i watch the movie

Is there a way to make a shortcut (for remote) wich goes directly to the subtitle addon?


Btw. i am using xbmc for windows on an asrock ion 330 with a logitech harmony 525 remote
@tikker

Take a look at this thread:

http://forum.xbmc.org/showthread.php?tid=77519

and bind a key (in this example 'u'):

Create a keymap.xml in your xbmc profile 'XBMC\userdata\keymaps' with content:

Code:
<keymap>
<FullscreenVideo>
<keyboard>
<u>RunScript(script.xbmc.subtitles)</u>
</keyboard>
</FullscreenVideo>
</keymap>