forked from ybrs/putio-xbmc-v2
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathaddon.xml
29 lines (28 loc) · 1.21 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
29
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.putio"
name="put.io"
version="3.1.0"
provider-name="Put.io Developers">
<requires>
<import addon="xbmc.python" version="3.0.0" />
<import addon="script.module.requests" version="2.12.4" />
</requires>
<extension point="xbmc.python.pluginsource" library="main.py">
<provides>video</provides>
</extension>
<extension point="xbmc.service" library="service.py" />
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Put.io for Kodi</summary>
<description lang="en_GB">Put.io is a service that combines cloud storage and bittorrent. You need an account to use this plug-in. Get one from https://put.io</description>
<disclaimer lang="en_GB">Please read terms of service at https://put.io/terms-of-service/</disclaimer>
<language>en tr</language>
<platform>all</platform>
<license>GPL-3.0-only</license>
<website>https://put.io</website>
<source>https://github.com/putdotio/putio-kodi</source>
<email>info at put dot io</email>
<assets>
<icon>icon.png</icon>
</assets>
</extension>
</addon>