-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathaddon.xml
More file actions
27 lines (27 loc) · 1.3 KB
/
addon.xml
File metadata and controls
27 lines (27 loc) · 1.3 KB
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"?>
<addon id="screensaver.unaryclock" name="Unary Clock Screensaver" version="0.8.0" provider-name="Philip Schmiegelt">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
</requires>
<extension point="xbmc.ui.screensaver" library="default.py"/>
<extension point="xbmc.python.script" library="default.py"/>
<extension point="xbmc.addon.metadata">
<provides>executable</provides>
<summary lang="en">Screensaver unary clock</summary>
<description lang="en">A screensaver which displays a unary clock</description>
<platform>all</platform>
<disclaimer lang="en">For bugs, requests or general questions visit see
https://github.com/schmiegelt/xbmc.screensaver.unaryclock
</disclaimer>
<language></language>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum>http://forum.xbmc.org/showthread.php?tid=179237</forum>
<website>https://github.com/schmiegelt/xbmc.screensaver.unaryclock</website>
<email></email>
<source>https://github.com/schmiegelt/xbmc.screensaver.unaryclock</source>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
</assets>
</extension>
</addon>