-
Notifications
You must be signed in to change notification settings - Fork 29
/
addon.xml
24 lines (24 loc) · 1001 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
24
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.subtitles.addic7ed"
name="Addic7ed.com"
version="1.0.0"
provider-name="CFlannagan">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
<import addon="script.module.beautifulsoup" version="3.2.1"/>
</requires>
<extension point="xbmc.subtitle.module"
library="service.py"/>
<extension point="xbmc.addon.metadata">
<summary lang="en">Get subtitles from Addic7ed.com</summary>
<description lang="en">Download free subtitles for TV Shows and Movies.</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/cflannagan/service.subtitles.addic7ed</source>
</extension>
</addon>