-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddons.xml
30 lines (29 loc) · 1.87 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addons>
<addon id="repository.geertbongers" name="Geert Bongers's XBMC Addons" version="1.0.0" provider-name="GeertBongers">
<extension point="xbmc.addon.repository" name="Geert Bongers's XBMC Addon Repository">
<info compressed="false">https://github.com/geertbongers/xbmc_repository/raw/master/addons.xml</info>
<checksum>https://github.com/geertbongers/xbmc_repository/raw/master/addons.xml.md5</checksum>
<datadir zip="true">https://github.com/geertbongers/xbmc_repository/raw/master/</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Geert Bongers's Addon Repository</summary>
<description>Download and install Geert Bongers's addon repository.</description>
<disclaimer></disclaimer>
<platform>all</platform>
</extension>
</addon>
<addon id="skin.quartz_geert" version="0.4.4" name="XBMAL" provider-name="GeertBongers">
<requires>
<import addon="xbmc.python" version="2.1.0" />
</requires>
<extension point="xbmc.addon.metadata">
<language></language>
<summary>MAL Updater script for XBMC by kuroshi</summary>
<description>XBMAL is a simple updater script for MAL, based on your XBMC library. Currently it only deals with watched and plan to watch shows, and marks shows that are completely watched as complete. It still has a long way to go.</description>
<disclaimer>This is still very experimental. Don't blame me if it messes up XBMC, MAL, or kills your cat. Really. (Released under GPLv3)</disclaimer>
</extension>
<extension point="xbmc.python.script" library="default.py" ></extension>
<extension point="xbmc.service" library="updater.py" start="login"></extension>
</addon>
</addons>