forked from jarmo/service.subtitles.subscene
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
executable file
·24 lines (24 loc) · 1.19 KB
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.subtitles.subscene"
name="Subscene.com"
version="1.8.2"
provider-name="jarmo">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
</requires>
<extension point="xbmc.subtitle.module"
library="service.py"/>
<extension point="xbmc.addon.metadata">
<summary lang="en">Get subtitles from Subscene.com</summary>
<description lang="en">Subscene.com provides subtitles in more than 50 languages, mainly in English, Arabic, Brazilian Portuguese, Farsi, Indonesian and Vietnamese.
Other languages with a great number of subtitles are: Danish, French, Swedish, Dutch, Italian, Norwegian and Spanish.[CR][CR]Note: Needs kodi-vfs-rar and/or kodi-vfs-libarchive addon to extract rar files.</description>
<disclaimer lang="en"/>
<platform>all</platform>
<language/>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum>http://forum.xbmc.org/showthread.php?tid=184854</forum>
<website/>
<email/>
<source>https://github.com/jarmo/service.subtitles.subscene</source>
</extension>
</addon>