-
Notifications
You must be signed in to change notification settings - Fork 12
/
addon.xml
21 lines (21 loc) · 960 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.35"
provider-name="marcelveldt and others">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.requests" version="2.9.1"/>
<import addon="script.module.simplejson" version="3.17.0"/>
<import addon="script.module.simplecache" version="2.0.2"/>
<import addon="script.module.arrow" version="0.15.5"/>
</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 v3 python module for Kodi</description>
<license>Apache 2.0</license>
<source>https://github.com/kodi-community-addons/script.module.thetvdb</source>
<platform>all</platform>
</extension>
</addon>