kodi.plugin.video.peertube/addon.xml

38 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.peertube" name="PeerTube" version="1.0.0" provider-name="Cyrille B. + Thomas B.">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.addon.signals" version="0.0.3"/>
<import addon="script.module.requests" version="2.22.0"/>
</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>
<source>https://framagit.org/StCyr/plugin.video.peertube</source>
<news>1.0.0
Important note: if you are migrating from a version older than 1.x.x, ensure the URL of your preferred instance is not prefixed with "https://" (you may reset the add-on settings to default to use a valid initial value).
New features:
* Provide an external API requiring only the instance and the id of the video
* Guide the user when libtorrent cannot be imported
Improvements:
* Speed up the listing of videos when searching or browsing (the resolution and the full URL are now defined only when the user plays a video)
</news>
<assets>
<icon>icon.png</icon>
</assets>
</extension>
</addon>