-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathaddon.xml
26 lines (26 loc) · 1.14 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.grab.fanart"
name="Grab Fanart" version="0.16.0" provider-name="robweber">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.future" version="0.16.0.4"/>
</requires>
<extension point="xbmc.python.library" library="default.py" />
<extension point="xbmc.service" library="launcher.py" />
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Exposes fanart as skin properties for slideshows, etc</summary>
<description lang="en_GB">Uses the Kodi database to grab all fanart from media items and put it into a skin property for use by skins/slideshows.</description>
<forum>https://forum.kodi.tv/showthread.php?tid=166572</forum>
<source>https://github.com/robweber/script.grab.fanart</source>
<website>https://github.com/robweber/script.grab.fanart</website>
<license>MIT</license>
<platform>all</platform>
<language>en</language>
<news>Version 0.16.0
- made compatible with Matrix
</news>
<assets>
<icon>resources/media/icon.png</icon>
</assets>
</extension>
</addon>