-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddons.xml
27 lines (23 loc) · 1.09 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="plugin.fusionlauncher" name="Fusion Launcher" version="0.1.4" provider-name="Project Fusion">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">This Add-On connect Kodi with the FusionLauncher CLI</summary>
<description lang="en">With this Add-On, you are Able to launch Games from various Plattforms directly from Kodi. To do so, a working installation of FusionLauncher with CLI is required. See http://thenewwaytoplay.com/ for more Infos.</description>
<disclaimer lang="en"></disclaimer>
<language></language>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum></forum>
<website>http://thenewwaytoplay.com/</website>
<email></email>
<source>https://github.com/FusionLauncher/FusionKodiPlugin</source>
</extension>
</addon>
</addons>