-
Notifications
You must be signed in to change notification settings - Fork 2
/
addon.xml
23 lines (23 loc) · 894 Bytes
/
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.subtitles.subswiki"
name="Subswiki.com"
version="0.0.2"
provider-name="felexx90">
<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">Subswiki.com</summary>
<description lang="en">Search and download subtitles from Subswiki.com</description>
<disclaimer lang="en"></disclaimer>
<language>es en</language>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum>http://forum.xbmc.org/forumdisplay.php?fid=143</forum>
<website></website>
<email></email>
<source>https://github.com/felexx90/service.subtitles.subswiki</source>
</extension>
</addon>