-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddons.xml
111 lines (104 loc) · 4.57 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addons>
<addon id="plugin.video.xstream"
name="xStream"
version="2.0.16"
provider-name="MaxMustermann">
<requires>
<import addon="script.module.urlresolver" version="1.0.0" />
<import addon="script.module.t0mm0.common" version="1.1.0" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="de">xStream</summary>
<description lang="de">xStream ist ein Plugin, welches mit eigenen Plugins erweitert werden kann. Hiermit kann man Filme, Serien, etc. per Stream anschauen</description>
<summary lang="en">xStream</summary>
<description lang="en">Plugin to watch streams from various film an series sites.</description>
<platform>all</platform>
</extension>
</addon>
<addon
id="skin.monkee"
version="0.3.1"
name="Monkeemedia 1.0"
provider-name="monkeemedia.ch, monkee.ch">
<requires>
<import addon="xbmc.gui" version="5.3.0"/>
</requires>
<extension
point="xbmc.gui.skin"
debugging="false"
effectslowdown="0.75">
<res width="1280" height="720" aspect="16:9" default="true" folder="720p" />
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Monkeemedia default Skin</summary>
<summary lang="de">Monkeemedia Standard Thema</summary>
<description lang="de">Der Monkeeemdia Skin basiert auf Conflunce dem Standardskin ab Kodi 14.0. Er ist eine Kombination mehrerer unterschiedlicher Skin-Konzepte und versucht dabei die besten Ideen zu kombinieren, um einen einfachen Einstieg für neue Kodi-Nutzer zu ermöglichen.</description>
<description lang="en">Confluence is the default skin for Kodi 14.0 and above. It is a combination of concepts from many popular skins, and attempts to embrace and integrate their good ideas into a skin that should be easy for first time Kodi users to understand and use.</description>
<disclaimer lang="de">Monkeemedia ist der Standard-Skin auf dieser Box. Die Deinstallation kann zu unerwünschten Nebeneffekten führen. Kodi Standard ist Confluence</disclaimer>
<disclaimer lang="en">Monkeemedia is the default skin of this box, removing it may cause issues. Kodi Standard is Confluence</disclaimer>
<platform>all</platform>
</extension>
</addon>
<addon id="script.module.mindmadetools"
name="mindmade.org addon tools"
version="0.2.2"
provider-name="Andreas Wetzel [[email protected]]">
<requires>
<import addon="xbmc.python" version="1.0" />
<import addon="script.module.simplejson" version="2.0.10" />
</requires>
<extension point="xbmc.python.module"
library="lib">
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary>mindmade.org addon tools</summary>
<description>
tool library for xbmc addons.
</description>
</extension>
</addon>
<addon id="plugin.video.sf-videoportal"
name="SRF Videoportal"
version="0.6.0"
provider-name="Andreas Wetzel [[email protected]]">
<requires>
<import addon="xbmc.python" version="1.0"/>
<import addon="script.module.simplejson" version="2.0.10"/>
<import addon="script.module.beautifulsoup" version="3.0.8"/>
<import addon="script.module.mindmadetools" version="0.2.0"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="videoportal.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary>SRF Videoportal</summary>
<description>
This plug-in allows access to the content of the SRF Videoportal (http://http://www.srf.ch/player/tv).
</description>
</extension>
</addon>
<addon id="xbmc.repo.monkeemedia.ch"
name="Monkeemedia.ch Software"
version="0.0.14"
provider-name="monkeemedia.ch">
<extension point="xbmc.addon.repository"
name="Monkeemedia.ch Software">
<info>https://raw.githubusercontent.com/monkee-ch/mediacenter/master/addons.xml</info>
<checksum>https://raw.githubusercontent.com/monkee-ch/mediacenter/master/addons.xml.md5</checksum>
<datadir zip="false">https://github.com/monkee-ch/mediacenter</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Monkeemedia.ch approved Software</summary>
<description>von Monkeemedia.ch zusammengestellte Software für ihr Home Entertainement System!</description>
<disclaimer>No Risk! No Fun!</disclaimer>
<platform>all</platform>
</extension>
</addon>
</addons>