-
Notifications
You must be signed in to change notification settings - Fork 1
/
addon.xml
20 lines (20 loc) · 851 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<addon id="script.osdsuppressor"
name="OSD Suppressor"
version="0.0.1"
provider-name="KODeKarnage">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.service" library="default.py" start="login"></extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">OSD Suppressor</summary>
<description lang="en">Script that runs on startup to alter the OSD skin file so that it disappears after a user-defined number of seconds.</description>
<language>en</language>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007</license>
<email></email>
<forum></forum>
<source></source>
</extension>
</addon>