-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathaddon.xml
50 lines (45 loc) · 2.01 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.ezmaintenanceplus" name="EZ Maintenance+" version="2023.01.09.0" provider-name="aenema, peno">
<requires>
<import addon="script.module.requests" version="1.0.0" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.service" library="service.py" start="startup" />
<extension point="xbmc.addon.metadata">
<summary>A Streamlined Utility Tool for Kodi</summary>
<description>No Bloatware, no Nonsense! Just Keep your Kodi sharp and clean with this utility tool... Now with a Custom Wizard.</description>
<language></language>
<platform>all</platform>
<license>The MIT License</license>
<forum>-</forum>
<source>https://github.com</source>
<assets>
<icon>icon.png</icon>
<fanart>fanart.png</fanart>
</assets>
<news>
2023.01.09.0
- Added AutoClean Cache functionality every x days at a given hour.
- Backup always replaced the home folder reference in xml files with special://home
Not all addons can handle this replace so it is now possible via a setting to disable this.
- Backup Cancel didn't work. This is now fixed.
2023.01.01.0
- Fix a fix on 2022.12.28.0
2022.12.28.0
- Fix crash with full backup when there are foreign, like Hebrew, characters in xml files
2021.12.19.0
- Made kodi 19 (Matrix) compatible.
2021.11.03.0
- Fix Speedtest crash.
2020.12.19.1
- The plugin was also installed under Video add-ons. Now it only is in Program add-ons where it belongs
- Clean removed some files created by Common plugin cache or StorageServer or script.common.plugin.cache at kodi startup.
This resulted in breaking cache functionality of kodi
- Upload kodi log file to pastebin didn't always work and the first bytes were binary characters
- Made all decode calls UTF-8
- Improved ADVANCED SETTINGS(BUFFER SIZE) functionality
</news>
</extension>
</addon>