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

From Official Kodi Wiki
Jump to navigation Jump to search
m (Addon-Bot Update)
m (Reverted edits by NedBot (talk) to last revision by Ysim)
Line 1: Line 1:
{{Add-on
|Name=XBMC Subtitles
|provider-name=amet, mr_blobby
|ID=script.xbmc.subtitles
|latest-version=3.9.18
|extension point=xbmc.python.subtitles
|provides=
|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
|Platform=all
|Language=
|License=
|Forum=http://forum.xbmc.org/showthread.php?tid=126495
|Website=
|Source=https://github.com/amet/script.xbmc.subtitles
|Email=
|broken=
|icon url=http://mirrors.kodi.tv/addons/gotham/script.xbmc.subtitles/icon.png}}
{{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.}} }}
{{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.}} }}
{{Add-on
{{Addon
|Name=XBMC Subtitles
|Name=XBMC Subtitles
|provider-name=amet, mr_blobby
|provider-name=amet, mr_blobby
Line 36: Line 18:
|Email=
|Email=
|broken=
|broken=
|icon url=http://mirrors.kodi.tv/addons/gotham/script.xbmc.subtitles/icon.png}}
|icon url=http://mirrors.xbmc.org/addons/frodo/script.xbmc.subtitles/icon.png}}


== Usage ==
==Usage==
<section begin="Usage" />'''XBMC Subtitles''' is activated by pressing the subtitle button on the OSD (on-screen display).
<section begin="Usage" />'''XBMC Subtitles''' is activated by pressing the subtitle button on the OSD (on-screen display).
To bring up the OSD press {{key press|M}} while playing/pausing video in fullscreen mode (toggle with {{key press|TAB}}).
To bring up the OSD press {{key press|M}} while playing/pausing video in fullscreen mode (toggle with {{key press|TAB}}).
Line 45: Line 27:
;<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 />


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 ''[[Subtitles#Changing subtitle settings during playback|subtitle offset]]''.<br />
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 ''[[Subtitles#Changing_subtitle_settings_during_playback|subtitle offset]]''.<br />


To bind the add-on to a key use <code>ActivateWindow(SubtitleSearch)</code> in the [[HOW-TO:Modify_keyboard.xml|keyboard.xml]] file. (This was previously <code>RunScript(script.xbmc.subtitles)</code> before v13 Gotham.<br />
To bind the add-on to a key use <code>ActivateWindow(SubtitleSearch)</code> in the [[HOW-TO:Modify_keyboard.xml|keyboard.xml]] file. (This was previously <code>RunScript(script.xbmc.subtitles)</code> before v13 Gotham.<br />
Line 53: Line 35:


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

Revision as of 07:38, 16 April 2015

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.

Template:Gotham

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

Author: amet, mr_blobby

Type: Subtitles
Repo:

Source: Source code
Summary: XBMC Subtitles
Home icon grey.png   ▶ Add-ons ▶ XBMC Subtitles
Attention talk.png Need help with this add-on? See here.

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