-
Notifications
You must be signed in to change notification settings - Fork 3
/
addon.xml
28 lines (28 loc) · 1.36 KB
/
addon.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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.pcloud-video-streaming" name="PCloud Video Streaming" version="1.5.1" provider-name="Guido Domenici, updated for Kodi Matrix by Carneal">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
</requires>
<!-- addon.py, below, is the entry point -->
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video image audio</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Provides streaming from a pcloud.com bucket</summary>
<description lang="en_GB">Provides streaming from a pcloud.com video source. You need an account with pCloud to use this (free accounts are OK). Not affiliated with pcloud.com.</description>
<disclaimer lang="en_GB">
The plugin's author(s) are not affiliated with Kodi.
</disclaimer>
<language>en</language>
<platform>all</platform>
<license>GPL-3.0-or-later</license>
<forum>http://forum.kodi.tv/showthread.php?tid=239955</forum>
<website>https://github.com/gdomenici/plugin.video.pcloud-video-streaming/wiki</website>
<email>guido.domenici@gmail.com</email>
<source>https://github.com/gdomenici/plugin.video.pcloud-video-streaming</source>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
</assets>
</extension>
</addon>