forked from superfreakrepos/megatron
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddons.xml
More file actions
75 lines (75 loc) · 3.66 KB
/
Copy pathaddons.xml
File metadata and controls
75 lines (75 loc) · 3.66 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<addons>
<addon id="repository.megatron" name="[COLOR purple]Megatron Repo[/COLOR]" version="1.0.2" provider-name="[COLOR purple]Megatron[/COLOR]">
<extension point="xbmc.addon.repository" name="[COLOR purple]Megatron Repo[/COLOR]">
<info compressed="false">https://raw.githubusercontent.com/superfreakrepos/megatron/master/addons.xml</info>
<checksum>https://raw.githubusercontent.com/superfreakrepos/megatron/master/addons.xml.md5</checksum>
<datadir zip="true">https://raw.githubusercontent.com/superfreakrepos/megatron/master/</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Transform your TV</summary>
<description></description>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.fistsofury" name="[COLOR white]Fists-O-Fury[/COLOR]" version="1.6" provider-name="[COLOR purple]Megatron[/COLOR]">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Fists-O-Fury</summary>
<description lang="en">Easy to install and easy to clean up ![CR][CR]Big thanks to developers of the repos/addons included[CR][CR]Thanks [COLOR red]@4yoursak[/COLOR] for graphics</description>
<disclaimer>[COLOR yellow]Kodi will close and need to be restarted after wipe finishes[/COLOR]</disclaimer>
<platform>all</platform>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
<screenshot>resources/screenshot-01.png</screenshot>
<screenshot>resources/screenshot-02.png</screenshot>
<screenshot>resources/screenshot-03.png</screenshot>
</assets>
</extension>
</addon>
<addon id="plugin.video.apkdownload" name="[COLOR white]APK Download[/COLOR]" version="1.0.11" provider-name="[COLOR purple]Megatron[/COLOR]">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">APK Download</summary>
<description lang="en">Download the best Android applications![CR][CR]Thanks [COLOR orange]@Mikey1234[/COLOR] and [COLOR red]@4yoursak[/COLOR]</description>
<disclaimer lang="en">[B]For Android devices only[/B]</disclaimer>
<platform>android</platform>
</extension>
</addon>
<addon id="plugin.video.emudownload" name="[COLOR white]EMU Download[/COLOR]" version="1.0.3" provider-name="[COLOR purple]Megatron[/COLOR]">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">EMU Download</summary>
<description lang="en">Download the best Emulators for Android![CR][CR]Thanks [COLOR orange]@Mikey1234[/COLOR] and [COLOR red]@4yoursak[/COLOR]</description>
<disclaimer lang="en">[B]For Android devices only[/B]</disclaimer>
<email>apkdownload@mega-tron.tv</email>
<platform>android</platform>
</extension>
</addon>
<addon id="resource.uisounds.star.wars" version="1.0.7" name="Star Wars Sounds" provider-name="[COLOR purple]Megatron[/COLOR] and [COLOR lightblue]H24[/COLOR]">
<requires>
<import addon="kodi.resource" version="1.0.0"/>
</requires>
<extension point="kodi.resource.uisounds"/>
<extension point="kodi.addon.metadata">
<summary lang="en">Star Wars Sounds</summary>
<description lang="en"></description>
<platform>all</platform>
</extension>
</addon>
</addons>