forked from payton123/repository.crzen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addons.xml
54 lines (53 loc) · 2.3 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addons>
<addon id="script.program.Navi-X-freeze-fix"
version="0.0.6"
name="Navi-X freeze fix"
provider-name="Crzen, With help from HIGHWAY99, Artwork by Marquerite">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.script" library="default.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary></summary>
<description>Fixes the "please wait" freeze/lockup when Navi-X 3.7.8 cant connect to its
servers. It enables the smartcaching feature to access previously visited pages.
This fix can be undone by rerunning this program and clicking undo to put the original files back.
There is also a Gotham fix for the XML file to allow Navi-X to run in Gotham
</description>
<disclaimer lang="en">This was NOT made by the Navi-X team and is not their fault.
This can be undone by rerunning this program. This was written in
the hopes that it could help some people.</disclaimer>
<language>en</language>
<platform>all</platform>
<forum>http://www.xbmchub.com/forums/</forum>
<website>http://www.xbmchub.com/</website>
<email></email>
</extension>
</addon>
<addon
id="repository.crzen"
name="Crzen's Repository"
version="0.1.0"
provider-name="Crzen">
<extension point="xbmc.addon.repository" name="Crzen's Repository">
<info compressed="false">http://raw.github.com/crzen/repository.crzen/master/addons.xml</info>
<checksum>http://raw.github.com/crzen/repository.crzen/master/addons.xml.md5</checksum>
<datadir zip="true">http://raw.github.com/crzen/repository.crzen/master/zips</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Crzen's Addon Repository</summary>
<description lang="en">Addons developed by Crzen.</description>
<disclaimer lang="en">For bugs, requests or general questions contact Crzen on the XBMCHUB forum.</disclaimer>
<platform>all</platform>
<license></license>
<language>en</language>
<forum>http://www.xbmchub.com/forums/</forum>
<website>http://www.xbmchub.com/</website>
<email></email>
<source>https://github.com/crzen/repository.crzen/tree/master/repository.crzen</source>
</extension>
</addon>
</addons>