-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathaddon.xml
More file actions
18 lines (18 loc) · 1.1 KB
/
addon.xml
File metadata and controls
18 lines (18 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.tvaddons.debug.log" name="TVA Log Uploader" version="1.0.7" provider-name="tvaddons.ag">
<requires>
<import addon="xbmc.python" version="2.20.0"/>
</requires>
<extension point="xbmc.python.script" library="default.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Upload Debug Logs to Shareable Location</summary>
<description lang="en">This add-on gives you the ability to upload your Kodi error logs to a shareable location, and can also optionally email you the link to your logs. Before you get started, be sure to Toggle ON the “Enable debug logging” function under the SYSTEM -> Settings -> System -> Logging menu within Kodi.</description>
<language></language>
<platform>all</platform>
<website>https://www.tvaddons.ag/</website>
<source>https://github.com/tknorris/script.tvaddons.debug.log</source>
<forum>https://forums.tvaddons.ag/maintenance-tool/</forum>
</extension>
</addon>