Archive:Add-on:XBMC Subtitles: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Udepub
mNo edit summary
>Udepub
mNo edit summary
Line 12: Line 12:
;<big>{{highlight|System -> Appearance -> Skin -> Settings -> Add-on Shortcuts -> Video OSD -> Subtitle Add-on |bordered=yes}}</big><br />
;<big>{{highlight|System -> Appearance -> Skin -> Settings -> Add-on Shortcuts -> Video OSD -> Subtitle Add-on |bordered=yes}}</big><br />


To bind the add-on to a button add <code>RunScript(script.xbmc.subtitles)</code> in the [http://wiki.xbmc.org/index.php?title=HOW-TO:Modify_keyboard.xml keyboard.xml] file.<br />
To bind the add-on to a key add <code>RunScript(script.xbmc.subtitles)</code> in the [http://wiki.xbmc.org/index.php?title=HOW-TO:Modify_keyboard.xml keyboard.xml] file.<br />
E.g. XBMC Subtitles bined to the {{key press|Q}} key: <code><q>RunScript(script.xbmc.subtitles)</q></code>
E.g. XBMC Subtitles bined to the {{key press|Q}} key: <code><q>RunScript(script.xbmc.subtitles)</q></code>
[[File:OSD subtitle button.png|thumb|OSD subtitle button|500px|left]]<br clear=all>
[[File:OSD subtitle button.png|thumb|OSD subtitle button|500px|left]]<br clear=all>

Revision as of 07:42, 24 April 2013

XBMC Subtitles
http://mirrors.xbmc.org/addons/frodo/script.xbmc.subtitles/icon.png

Author: amet, mr_blobby

Type: Subtitles
Repo:

Summary: XBMC Subtitles
Home icon grey.png   ▶ Add-ons ▶ XBMC Subtitles

XBMC Subtitles search and download subtitles from multiple providers. It can be set to automatically download first synced subtitle.


The subtitle button on the OSD (On-screen display; brought up with the M key) needs to be activated and path set to XBMC Subtitles at:

System -> Appearance -> Skin -> Settings -> Add-on Shortcuts -> Video OSD -> Subtitle Add-on


To bind the add-on to a key add RunScript(script.xbmc.subtitles) in the keyboard.xml file.

E.g. XBMC Subtitles bined to the Q key: RunScript(script.xbmc.subtitles)

OSD subtitle button