forked from kodi-community-addons/script.module.thetvdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
21 lines (21 loc) · 944 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.thetvdb"
name="The TVDB API v2"
version="1.0.25"
provider-name="marcelveldt">
<requires>
<import addon="xbmc.python" version="2.24.0"/>
<import addon="script.module.requests" version="2.3.0"/>
<import addon="script.module.simplejson" version="3.3.0"/>
<import addon="script.module.simplecache" version="1.0.0"/>
<import addon="script.module.arrow" version="0.6.0"/>
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<summary>TheTVDB API v2 python module for Kodi</summary>
<description>TheTVDB API v2 python module for Kodi</description>
<license>Apache 2.0</license>
<source>https://github.com/marcelveldt/script.module.thetvdb</source>
<platform>all</platform>
</extension>
</addon>