Archive:Add-on:XBMC Subtitles: Difference between revisions
Appearance
>Udepub mNo edit summary |
>Udepub mNo edit summary |
||
| Line 7: | Line 7: | ||
|provides= | |provides= | ||
|Summary=XBMC Subtitles | |Summary=XBMC Subtitles | ||
|Description='''XBMC subtitles''' search and download subtitles from | |Description='''XBMC subtitles''' search and download subtitles from multiple providers. It can be set to automatically download first synced subtitle.<br /> | ||
;<big>{{highlight|System -> Appearance -> Skin -> Settings -> Add-on Shortcuts -> Video OSD -> Subtitle Add-on |bordered=yes}}</big> | The subtitle button on OSD ''needs'' to be activated and path set to XBMC Subtitles under: | ||
;<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 /> | |||
E.g. bined to the {{key press|q}} key: <code><q>RunScript(script.xbmc.subtitles)</q></code> | |||
|Platform=all | |Platform=all | ||
|Language= | |Language= | ||
Revision as of 07:11, 24 April 2013
| 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 OSD needs to be activated and path set to XBMC Subtitles under:
- System -> Appearance -> Skin -> Settings -> Add-on Shortcuts -> Video OSD -> Subtitle Add-on
To bind the add-on to a button add RunScript(script.xbmc.subtitles) in the keyboard.xml file.
E.g. bined to the q key: RunScript(script.xbmc.subtitles)