-
Notifications
You must be signed in to change notification settings - Fork 0
/
addons.xml
36 lines (35 loc) · 1.51 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
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<addons>
<addon id="plugin.video.climbthewall" name="Climb The Wall" version="1.0.0" provider-name="Harrell">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Watch a live stream of Climb The Wall events</summary>
<description lang="en">Watch the live stream from Sabbath Bible Studies and other events.</description>
<disclaimer lang="en"></disclaimer>
<language>en</language>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007</license>
<forum></forum>
<website></website>
<email></email>
<source></source>
</extension>
</addon>
<addon id="repository.harrelld" name="harrelld REPO" version="1.0" provider-name="harrelld">
<extension point="xbmc.addon.repository" name="harrelld Addon Repository">
<info compressed="false">http://github.com/propagandi/harrelld/raw/master/addons.xml</info>
<checksum>http://github.com/propagandi/harrelld/raw/master/addons.xml.md5</checksum>
<datadir zip="true">http://github.com/propagandi/harrelld/raw/master/zips</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Install MY Addons</summary>
<description>Download and install addons from Harrelld.</description>
<platform>all</platform>
</extension>
</addon>
</addons>