-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathaddon.xml
More file actions
19 lines (19 loc) · 992 Bytes
/
addon.xml
File metadata and controls
19 lines (19 loc) · 992 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.program.hyperion.configurator" name="Hyperion Config Creator" version="1.9.1" provider-name="tociek">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>linux</platform>
<summary lang="en">Hyperion configuration wizard for Lightberry</summary>
<description lang="en">Easy to use wizard for vanilla users to create their hyperion config file easily. See addon settings for more options...</description>
<license>GNU General Public License, v2</license>
<language></language>
<forum>https://github.com/LightberryEu/plugin.program.hyperion.configurator/issues</forum>
<source>https://github.com/LightberryEu/plugin.program.hyperion.configurator</source>
<email>jacek@lightberry.eu</email>
</extension>
</addon>