forked from the-black-eagle/script.database.cleaner
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathaddon.xml
24 lines (23 loc) · 1.27 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
<?xml version="1.1" encoding="UTF-8" standalone="yes"?>
<addon id="script.database.cleaner"
name="Video Database Cleaner"
version="3.0.0"
provider-name="black_eagle, BatterPudding, KenMills, Fernando">
<requires>
<import addon="script.module.myconnpy" version="1.1.7"/>
</requires>
<extension point="xbmc.python.script"
library="default.py" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">A Script to clean Kodi's video database</summary>
<description lang="en">This program add-on will clean streams, old missing files and general junk from your video database. Works with both MySQL and SQLite libraries.As well as removing old streams and missing files, the script can optionally remove or rename a specific path. Please see the README or the forum thread for details (http://forum.kodi.tv/showthread.php?tid=272112).</description>
<disclaimer lang="en_GB">Whilst every effort has been taken to ensure it doesn't, this script could break your database. Always make sure you back it up !!</disclaimer>
<forum>http://forum.kodi.tv/showthread.php?tid=272112</forum>
<assets>
<icon>icon.png</icon>
<fanart>fanart.png</fanart>
<screenshot></screenshot>
</assets>
</extension>
</addon>