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

From Official Kodi Wiki
Jump to navigation Jump to search
>DonJBot
m (Addon-Bot Update)
No edit summary
 
(144 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Addon
{{outdated}}
|Name=XBMC Subtitles
|provider-name=Amet, mr_blobby
|ID=script.xbmc.subtitles
|latest-version=2.9.25
|extension point=xbmc.python.subtitles
|provides=
|Summary=XBMC Subtitles
|Description=Search and download subtitles from 20 websites:Bierdopje.com, Italiansubs.net, Legendas-Zone.org, LegendasDivx.com, Legendas.tv, Napiprojekt.pl, OmniSubs.net, Ondertitel.com, OpenSubtitles.org, Podnapisi.net, PT-SUBS.NET, theSubDB.com, Subdivx.com, Sublight.si, Subscene.com, Swesub.nu, Subscenter.org, Titlovi.com, Titulky.com and Undertexter.se.Subtitle button on OSD needs to be activated and path set to XBMC Subtitles under System-> Skin-> Addon Scripts
|Platform=all
|icon url=<img src="http://mirrors.xbmc.org/addons/eden-pre/script.xbmc.subtitles/icon.png"/>}}


[[Category:Repo: Dharma]]
 
[[Category:Repo: Eden-pre]]
{{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.}} }}
 
{| 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"
| 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 }}
|-
| style="margin: 0.5em 0 0.5em 1em; padding: 0.4em;" |
{|
| colspan="2" align="center" style="background:#000000;" | <img width="256" src="http://mirrors.kodi.tv/addons/krypton/script.xbmc.subtitles/icon.png"/>
|-
| align="right" valign="top" | '''Author:''' || amet, mr_blobby
|-
| align="right" valign="top" | '''Source:''' || [https://github.com/amet/script.xbmc.subtitles Source code]
|-
| align="right" valign="top" | '''Summary:''' || valign="top" | XBMC Subtitles
|}
|}
 
== Usage ==
<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 be able to use the add-on you need to enable it at:  
;<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 ''subtitle offset''.<br />
 
To bind the add-on to a key use <code>ActivateWindow(SubtitleSearch)</code> in the keyboard.xml file. (This was previously <code>RunScript(script.xbmc.subtitles)</code> before v13 Gotham.<br />
[[File:OSD subtitle button.png|thumb|OSD subtitle button|500px|left]]
{{-}}
<section end="Usage" />
 
{{nobots}}

Latest revision as of 07:23, 12 July 2020

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