kodi.plugin.video.peertube/addon.xml

47 lines
1.6 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.peertube" name="PeerTube" version="0.2.0" provider-name="Cyrille Bollu">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.addon.signals" version="0.0.3"/>
</requires>
<extension point="xbmc.python.pluginsource" library="peertube.py">
<provides>video</provides>
</extension>
<extension point="xbmc.service" library="service.py"/>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Plugin for PeerTube</summary>
<description lang="en_GB">PeerTube is a federated open source alternative to YouTube</description>
<disclaimer lang="en_GB"></disclaimer>
<language></language>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<forum></forum>
<website>https://joinpeertube.org</website>
<email>cyrille.bollu2@gmail.com</email>
<source>https://github.com/StCyr/plugin.video.peertube</source>
<news>
0.2.0
Implemented navigation in 'browse selected instance' menu
0.1.1
4th PoC.
First functional PoC with background download
2018-07-27 10:58:27 +02:00
0.1.0
Third PoC (download in background should work. Needs testing though)
Downloader uses torrent files exclusively; magnet links don't work
2018-07-27 07:40:45 +02:00
0.0.3
Second PoC (download in background is almost there)
0.0.2
First PoC (download not in background)
0.0.1
Hello world
</news>
<assets>
2018-07-26 21:46:03 +02:00
<icon>icon.png</icon>
<fanart></fanart>
<banner></banner>
<clearlogo></clearlogo>
<screenshot></screenshot>
</assets>
</extension>
</addon>