-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
23 lines (23 loc) · 1.45 KB
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.gametest.dk" version="3.0.1" name="Gametest" provider-name="twinther">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.buggalo" version="1.1.2"/>
<import addon="plugin.video.youtube" version="3.0.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Games, toast and rock n' roll</summary>
<summary lang="da">Spil, toast og rock n' roll</summary>
<description lang="en">Gametest is an independent, non-profit game magazine, run by enthusiasts.[CR][CR]If you have comments or suggestions for this addon, please feel free to participate in the debate on my blog at http://tommy.winther.nu</description>
<description lang="da">Gametest er et uafhængigt, profitløst spilmagasin, drevet af ildsjæle. Vi brænder for spil, og for at guide dig igennem den store, indviklede spiljungle.[CR][CR]Har du kommentarer, ris eller ros til denne addon er du velkommen til at deltage i debatten på min blog på http://tommy.winther.nu</description>
<license>GPL 2.0</license>
<platform>all</platform>
<email>[email protected]</email>
<website>http://tommy.winther.nu</website>
<source>https://github.com/xbmc-danish-addons/plugin.video.gametest.dk</source>
<language>da</language>
</extension>
</addon>