forked from Steveb1968/script.html.library-report
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
23 lines (23 loc) · 1.21 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
<?xml version="1.0" encoding="UTF-8"?>
<addon id="script.html.library-report" name="Kodi Library Report" provider-name="Steveb" version="0.3.4">
<requires>
<import addon="xbmc.python" version="3.0.0" />
</requires>
<extension library="default.py" point="xbmc.python.script">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">HTML file summary for movies/tvshows in your library.</summary>
<description lang="en_GB">Create a HTML file summary of all the movies and/or tvshows in your library. Option to upload the results to a server via FTP.</description>
<platform>all</platform>
<forum>http://forum.xbmc.org/showthread.php?tid=167632</forum>
<source>https://github.com/Steveb1968/script.html.library-report</source>
<license>GNU GENERAL PUBLIC LICENSE Version 2</license>
<news lang="en">Kodi Krypton compatible (v19). Added runtime for TvShows.</news>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
<screenshot>resources/screenshots/screenshot-01.jpg</screenshot>
</assets>
</extension>
</addon>