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

From Official Kodi Wiki
Jump to navigation Jump to search
>Udepub
m (link to keyboard.xml is enough)
(moving this down here so the bot-script doesn't erase it when it runs next)
Line 7: Line 7:
|provides=
|provides=
|Summary=XBMC Subtitles
|Summary=XBMC Subtitles
|Description='''XBMC Subtitles''' searches and downloads subtitles from multiple providers. It can be set to automatically download (when pressing the subtitle button) the first synced subtitle.<br />
|Description=Search and download subtitles from multipe providers.Subtitle button on OSD needs to be activated and path set to XBMC Subtitles under System-&gt; Skin-&gt; Addon Scripts
 
The subtitle button on the OSD (On-screen display) ''needs'' to be activated and the path set to XBMC Subtitles at:
;<big>{{highlight|System -> Appearance -> Skin -> Settings -> Add-on Shortcuts -> Video OSD -> Subtitle Add-on |bordered=yes}}</big><br />
To bring up the OSD press {{key press|M}} while playing/pausing video in fullscreen mode (toggle with {{key press|TAB}}).
 
To bind the add-on to a key use <code>RunScript(script.xbmc.subtitles)</code> in the [[HOW-TO:Modify_keyboard.xml|keyboard.xml]] file.<br />
[[File:OSD subtitle button.png|thumb|OSD subtitle button|500px|left]]<br clear=all>
|Platform=all
|Platform=all
|Language=
|Language=
Line 24: Line 17:
|broken=
|broken=
|icon url=http://mirrors.xbmc.org/addons/frodo/script.xbmc.subtitles/icon.png}}
|icon url=http://mirrors.xbmc.org/addons/frodo/script.xbmc.subtitles/icon.png}}
==Usage==
'''XBMC Subtitles''' searches and downloads subtitles from multiple providers. It can be set to automatically download (when pressing the subtitle button) the first synced subtitle.<br />
The subtitle button on the OSD (On-screen display) ''needs'' to be activated and the path set to XBMC Subtitles at:
;<big>{{highlight|System -> Appearance -> Skin -> Settings -> Add-on Shortcuts -> Video OSD -> Subtitle Add-on |bordered=yes}}</big><br />
To bring up the OSD press {{key press|M}} while playing/pausing video in fullscreen mode (toggle with {{key press|TAB}}).
To bind the add-on to a key use <code>RunScript(script.xbmc.subtitles)</code> in the [[HOW-TO:Modify_keyboard.xml|keyboard.xml]] file.<br />
[[File:OSD subtitle button.png|thumb|OSD subtitle button|500px|left]]<br clear=all>


[[Category:Frodo add-on repository]]
[[Category:Frodo add-on repository]]
[[Category:Eden add-on repository]]
[[Category:Eden add-on repository]]

Revision as of 04:23, 29 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

Search and download subtitles from multipe providers.Subtitle button on OSD needs to be activated and path set to XBMC Subtitles under System-> Skin-> Addon Scripts

Usage

XBMC Subtitles searches and downloads subtitles from multiple providers. It can be set to automatically download (when pressing the subtitle button) the first synced subtitle.

The subtitle button on the OSD (On-screen display) needs to be activated and the path set to XBMC Subtitles at:

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

To bring up the OSD press M while playing/pausing video in fullscreen mode (toggle with Tab ).

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

OSD subtitle button