kodi.plugin.video.peertube/addon.xml

37 lines
2.0 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.peertube" name="PeerTube" version="1.0.1" 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="main.py">
<provides>video</provides>
</extension>
<extension point="xbmc.service" library="service.py"/>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Add-on for PeerTube</summary>
<description lang="en_GB">PeerTube is a free, decentralized and federated alternative to other video platforms (like YouTube).</description>
<disclaimer lang="en_GB">This add-on is not developed by PeerTube team.</disclaimer>
<summary lang="fr_FR">Extension pour PeerTube</summary>
<description lang="fr_FR">PeerTube est une alternative libre, décentralisée et fédérée aux autres plateformes vidéo (comme YouTube).</description>
<disclaimer lang="fr_FR">Cette extension n'est pas dévelopée par l'équipe de PeerTube.</disclaimer>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<website>https://joinpeertube.org</website>
<source>https://framagit.org/StCyr/plugin.video.peertube</source>
<news>Version 1.0.1 (12 April 2021)
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).
Bugs fixed:
* When selecting an instance from the list of instances, this instance will actually be used as the currently selected instance when browsing and searching videos
* Correctly play videos which are hosted without WebTorrent support
* Hide the setting related to download files because it was not used
</news>
<assets>
<icon>resources/icon.png</icon>
</assets>
</extension>
</addon>