This repository was archived by the owner on May 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathaddon.xml
More file actions
23 lines (23 loc) · 1.21 KB
/
addon.xml
File metadata and controls
23 lines (23 loc) · 1.21 KB
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.3">
<requires>
<import addon="xbmc.python" version="2.14.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 (v17). 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>