-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
22 lines (22 loc) · 1.06 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.doomcomhr"
name="Competition Doom"
version="0.2.3"
provider-name="doom.com.hr">
<requires>
<import addon="xbmc.python" version="2.20.0"/>
<import addon="script.module.addon.common" version="2.0.0"/>
<import addon="plugin.video.youtube" version="5.0.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Watch Doom world speed records</summary>
<description lang="en">This is official Youtube channel for Doom world speed records also known as COMPET-N and for its re-incarnation called Competition Doom aka. CNDOOM. Covers Doom Speed Demo Archive (DSDA) too.</description>
<platform>all</platform>
<forum>https://doom.com.hr/forum/viewforum.php?f=16</forum>
<website>https://www.doom.com.hr/compet-n/</website>
<email>[email protected]</email>
</extension>
</addon>