-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathaddon.xml
More file actions
26 lines (26 loc) · 1.07 KB
/
Copy pathaddon.xml
File metadata and controls
26 lines (26 loc) · 1.07 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.peertube-plus"
version="1.1.1"
name="PeerTube Plus"
provider-name="AyaaDev">
<requires>
<import addon="xbmc.python" version="3.0.1"/>
<import addon="script.module.addon.signals" version="0.0.6"/>
<import addon="script.module.requests" version="2.25.1"/>
<import addon="script.module.inputstreamhelper" version="0.8.5"/>
<import addon="script.common.plugin.cache" version="3.0.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="main.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">PeerTube Plus - finally watch PeerTube on Kodi</summary>
<description lang="en_GB">A next-generation PeerTube addon for Kodi with features such as different feeds, account authentication with 2FA support, and search!</description>
<license>GPL-3.0-only</license>
<source>https://github.com/ayaadev/PeerTube-Plus</source>
<assets>
<icon>resources/images/icon.png</icon>
<fanart>resources/images/fanart.png</fanart>
</assets>
</extension>
</addon>