-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathaddons.xml
27 lines (27 loc) · 1.26 KB
/
addons.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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addons>
<addon id="script.unqlocked"
name="UnQlocked"
version="1.0.1"
provider-name="Garrett (garbear)">
<requires>
<import addon="xbmc.python" version="2.1"/>
<import addon="script.module.elementtree" version="1.2.7"/>
</requires>
<extension point="xbmc.ui.screensaver"
library="default.py"/>
<extension point="xbmc.python.script"
library="default.py"/>
<extension point="xbmc.addon.repository"
name="Unqlocked Update Repository">
<info compressed="false">https://raw.github.com/garbear/unqlocked/master/addons.xml</info>
<checksum>https://raw.github.com/garbear/unqlocked/master/addons.xml.md5</checksum>
<datadir zip="true">https://raw.github.com/garbear/unqlocked/master/release/</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">UnQlocked script</summary>
<description lang="en">Script to display the current time using common phrases instead of numbers. Originally an unabashed ripoff of Biegert & Funk's awesome product, this script has been extended to support a much larger set of languages and configurations.</description>
<platform>all</platform>
</extension>
</addon>
</addons>