forked from ralyodio/KODI-Popcorn-Time
-
Notifications
You must be signed in to change notification settings - Fork 32
/
addons.xml
65 lines (65 loc) · 2.68 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
<?xml version="1.0" encoding="UTF-8"?>
<addons>
<addon id="plugin.video.kodipopcorntime"
name="KODI Popcorn Time"
version="1.5.3.rc1"
provider-name="Markop159">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<website><![CDATA[https://markop159.github.io/KodiPopcornTime/]]></website>
<source><![CDATA[https://github.com/markop159/KODI-Popcorn-Time]]></source>
<language>English</language>
<licence><![CDATA[GNU GENERAL PUBLIC LICENCE. Version 3, 29 June 2007]]></licence>
<summary lang="en"><![CDATA[KODI Popcorn Time: Stream movies, Tv Shows and Anime in KODI.]]></summary>
<noicon>false</noicon>
<nofanart>false</nofanart>
</extension>
</addon>
<addon id="plugin.video.kodipopcorntime"
name="KODI Popcorn Time"
version="1.5.4.rc2"
provider-name="Markop159">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<website><![CDATA[https://markop159.github.io/KodiPopcornTime/]]></website>
<source><![CDATA[https://github.com/markop159/KODI-Popcorn-Time]]></source>
<language>English</language>
<licence><![CDATA[GNU GENERAL PUBLIC LICENCE. Version 3, 29 June 2007]]></licence>
<summary lang="en"><![CDATA[KODI Popcorn Time: Stream movies, Tv Shows and Anime in KODI.]]></summary>
<noicon>false</noicon>
<nofanart>false</nofanart>
</extension>
</addon>
<addon id="plugin.video.kodipopcorntime.repository"
name="Markop159 Repository"
version="1.1.0"
provider-name="Markop159">
<extension point= "xbmc.addon.repository" name="Official Markop159 Repository">
<info compressed="false">https://raw.githubusercontent.com/markop159/Markop159-repository/master/addons.xml</info>
<checksum>https://raw.githubusercontent.com/markop159/Markop159-repository/master/addons.xml.md5</checksum>
<datadir zip="true">https://raw.githubusercontent.com/markop159/Markop159-repository/master/Releases</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<website><![CDATA[https://markop159.github.io/]]></website>
<source><![CDATA[https://github.com/markop159/KODI-Popcorn-Time]]></source>
<language>English</language>
<licence><![CDATA[GNU GENERAL PUBLIC LICENCE. Version 3, 29 June 2007]]></licence>
<summary lang="en"><![CDATA[Repository for Markop159 Kodi Addons]]></summary>
<noicon>false</noicon>
<nofanart>false</nofanart>
</extension>
</addon>
</addons>