Kodi Community Forum
[Windows] How to use Xbmc subtitles addon ?? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Subtitle Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=143)
+---- Thread: [Windows] How to use Xbmc subtitles addon ?? (/showthread.php?tid=93870)



[Windows] How to use Xbmc subtitles addon ?? - costa - 2011-02-11

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


- kim1406 - 2011-02-11

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.


- costa - 2011-02-14

thanks kim.


- tikker - 2011-02-14

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


- jolid - 2011-02-14

@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>