-
Notifications
You must be signed in to change notification settings - Fork 0
/
addons.xml
55 lines (54 loc) · 2.5 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addons>
<addon id="plugin.video.flix2kodi"
name="Flix2Kodi"
version="0.5.5"
provider-name="logi85 and many others (especially z-e-r-o)">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.requests" version="2.8.1"/>
<import addon="plugin.video.youtube" version="5.1.11"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Netflix plugin</summary>
<summary lang="de">Netflix plugin</summary>
<description lang="en">Plugin to watch netflix with Kodi.</description>
<description lang="de">Plugin um Netflix mit Kodi anzusehen.</description>
<disclaimer lang="en">Some parts of this addon may not be legal in your country of residence - please check with
your local laws before installing.
</disclaimer>
<disclaimer lang="de">Einige Teile dieses Addons sind möglicherweise in Ihrem Land nicht legal - bitte prüfen
Sie Ihre lokal gültigen Gesetze vor der Installation.
</disclaimer>
<language>en de</language>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum>http://forum.kodi.tv/showthread.php?tid=254263</forum>
<website>https://github.com/logi85/plugin.video.flix2kodi</website>
<email/>
<source/>
</extension>
</addon>
<addon id="repository.logi85" name="Logi85 Addons" version="1.0" provider-name="logi85 and many others">
<extension point="xbmc.addon.repository" name="Logi85 Addons">
<info compressed="false">http://logi85.github.io/addons.xml</info>
<checksum>http://logi85.github.io/addons.xml.md5</checksum>
<datadir zip="true">http://logi85.github.io/</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Logi85 Addons</summary>
<description>Logi85's Addon-Repository</description>
<disclaimer lang="en">Some parts of this addon may not be legal in your country of residence - please check with
your local laws before installing.
</disclaimer>
<disclaimer lang="de">Einige Teile dieses Addons sind möglicherweise in Ihrem Land nicht legal - bitte prüfen
Sie Ihre lokal gültigen Gesetze vor der Installation.
</disclaimer>
<language>en de</language>
<platform>all</platform>
</extension>
</addon>
</addons>