-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathaddon.xml
32 lines (32 loc) · 1.47 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
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.metahandler" name="metahandler" version="5.0.1" provider-name="Eldorado">
<requires>
<import addon="xbmc.python" version="3.0.0" />
<import addon="script.module.six" version="1.14.0+matrix.2" />
<import addon="script.module.simplejson" version="3.17.0+matrix.2" />
<import addon="script.module.myconnpy" version="8.0.18+matrix.1" />
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.python.pluginsource" library="lib/default.py" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Downloads Artwork for TV shows, Movies and Music videos for addons and stores them in a local SQLITE database</summary>
<description lang="en">Queries, stores, and returns metadata for TV shows, Movies and Musicvideos. [CR]Sources:[CR]www.thetvdb.com[CR]www.themoviedb.org[CR]www.imdb.com[CR]www.omdbapi.com[CR]This product uses the TMDb API but is not endorsed or certified by TMDb.</description>
<disclaimer lang="en"></disclaimer>
<language></language>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum></forum>
<website></website>
<email></email>
<source></source>
<assets>
<icon>icon.png</icon>
<fanart></fanart>
<screenshot></screenshot>
</assets>
<news>
[B]Version 5.0.1[/B]
- Fixed settings.xml version preventing setting UI from showing in Kodiunder Matrix
</news>
</extension>
</addon>