forked from mcobit/retrosmc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
18 lines (18 loc) · 769 Bytes
/
addon.xml
File metadata and controls
18 lines (18 loc) · 769 Bytes
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.retrosmc" name="RetrOSMC" version="0.0.2" provider-name="mcobit">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.script" library="retrosmc.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<language/>
<platform>linux</platform>
<disclaimer>For Kodi linux (tested on OSMC final)</disclaimer>
<summary lang="en">Launch RetroPie from Kodi.</summary>
<description lang="en">Launch RetroPie from Kodi.</description>
<website>https://github.com/mcobit/retrosmc/</website>
<email></email>
</extension>
</addon>