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

From Official Kodi Wiki
Jump to navigation Jump to search
m (Addon-Bot repo category update)
No edit summary
(44 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{outdated}}
{{outdated}}
{{Gotham|raw={{bigger|In XBMC v13 "Gotham", this subtitles add-on has been replaced by a new system of subtitle service add-ons. See [[HOW-TO:Setup subtitle services]] for more info.}} }}
 
{{Addon
 
|Name=XBMC Subtitles
{{warning|{{bigger|In XBMC v13 "Gotham", this subtitles add-on has been replaced by a new system of subtitle service add-ons. See [[HOW-TO:Setup subtitle services]] for more info.}} }}
|provider-name=amet, mr_blobby
 
|ID=script.xbmc.subtitles
{| cellspacing="0" cellpadding="0" style="margin: 0.5em 0 0.5em 1em; {{border-radius|5px}}; {{box-shadow|0px|1px|3px|#878787}}; float: right; clear: right;" width="256"
|latest-version=3.9.18
| style="padding: 0.4em; {{border-radius|5px 5px 0px 0px}}; {{radial-gradient|100px center|ellipse|#5A6169, #2D3236}}; background-color:gray; text-align:center; font-size:125%; font-weight:bold;" | {{color|white|XBMC Subtitles }}
|extension point=xbmc.python.subtitles
|-
|provides=
| style="margin: 0.5em 0 0.5em 1em; padding: 0.4em;" |
|Summary=XBMC Subtitles
{|
|Description=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
| colspan="2" align="center" style="background:#000000;" | <img width="256" src="http://mirrors.kodi.tv/addons/krypton/script.xbmc.subtitles/icon.png"/>
|Platform=all
|-
|Language=
| align="right" valign="top" | '''Author:''' || amet, mr_blobby
|License=
|-
|Forum=http://forum.xbmc.org/showthread.php?tid=126495
| align="right" valign="top" | '''Source:''' || [https://github.com/amet/script.xbmc.subtitles Source code]
|Website=
|-
|Source=https://github.com/amet/script.xbmc.subtitles
| align="right" valign="top" | '''Summary:''' || valign="top" | XBMC Subtitles
|Email=
|}
|broken=
|}
|icon url=http://mirrors.kodi.tv/addons/gotham/script.xbmc.subtitles/icon.png}}


== Usage ==
== Usage ==
Line 34: Line 33:
<section end="Usage" />
<section end="Usage" />


[[Category:Frodo add-on repository]]
{{nobots}}
[[Category:Gotham add-on repository]]

Revision as of 07:00, 31 May 2017

Time.png THIS PAGE IS OUTDATED:

This page or section has not been updated in a long time, no longer applies, refers to features that have been replaced/removed, and/or may not be reliable.

This page is only kept for historical reasons, or in case someone wants to try updating it.


Stop hand.png In XBMC v13 "Gotham", this subtitles add-on has been replaced by a new system of subtitle service add-ons. See HOW-TO:Setup subtitle services for more info.


XBMC Subtitles
<img width="256" src="icon.png"/>
Author: amet, mr_blobby
Source: Source code
Summary: XBMC Subtitles

Usage

XBMC Subtitles is activated by pressing the subtitle button on the OSD (on-screen display). To bring up the OSD press M while playing/pausing video in fullscreen mode (toggle with Tab ).

To be able to use the add-on you need to enable it at:

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

XBMC Subtitles can be set to automatically download (when pressing the subtitle button) the first synced subtitle if you enable Auto download first "sync" subtitle. Even though a synced subtitle is downloaded according to the add-on it's not always in sync. You can then either press the subtitle button again to manually select a different subtitle/provider or change the subtitle offset.

To bind the add-on to a key use ActivateWindow(SubtitleSearch) in the keyboard.xml file. (This was previously RunScript(script.xbmc.subtitles) before v13 Gotham.

OSD subtitle button