plugin.video.torrenter3/addon.xml

39 lines
2.1 KiB
XML
Raw Normal View History

2019-05-04 22:38:06 +03:00
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2022-04-30 23:35:11 +03:00
<addon id="plugin.video.torrenter3" name="Torrenter3" provider-name="inpos" version="3.3.6">
2019-05-04 22:38:06 +03:00
<requires>
2022-03-14 09:16:22 +03:00
<import addon="xbmc.python" version="3.0.0"/>
2022-04-30 23:38:58 +03:00
<import addon="script.module.gorrent2http" version="1.2.3"/>
2022-03-14 09:16:22 +03:00
<import addon="script.module.codequick" version="1.0.2"/>
<import addon="script.module.htmlement" version="1.0.0"/>
2022-05-15 18:09:08 +03:00
<import addon="script.module.pysocks" version="1.7.0"/>
2022-03-14 09:16:22 +03:00
<import addon="script.module.requests" version="2.22.0"/>
2019-05-04 22:38:06 +03:00
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
2019-05-05 10:16:32 +03:00
<provides>video</provides>
2019-05-04 22:38:06 +03:00
</extension>
<extension point="xbmc.addon.metadata">
2022-03-14 22:00:39 +03:00
<assets>
<icon>resources/icon.png</icon>
<fanart></fanart>
<screenshot></screenshot>
</assets>
2019-05-04 22:38:06 +03:00
<summary lang="en_GB">Plugin helps you to watch videos from p2p torrent-networks, without full predownload.</summary>
2019-05-05 10:16:32 +03:00
<description lang="en_GB">This add-on is fully rewrited version of Torrenter v2</description>
<summary lang="ru_RU">Позволяет смотреть видео из p2p-сети torrent без предварителной закачки.</summary>
<description lang="ru_RU">Этот модуль является полностью переписанной версией модуля Torrenter v2 </description>
2019-05-04 22:38:06 +03:00
<license>MIT</license>
<source>https://git.ukamnya.ru/ukamnya/plugin.video.torrenter3</source>
<forum>http://xbmc.ru/forum/showthread.php?t=14787</forum>
<website>http://xbmc.ru/forum/showthread.php?t=14787</website>
<email>roman@ukamnya.ru</email>
<platform>all</platform>
<language>en_GB ru_RU</language>
2022-03-14 09:16:22 +03:00
<news>- 3.3.0: Support for Kodi 19</news>
<news>- 3.2.1: Fix wrong torrent size for rutracker</news>
<news>- 3.2.0: Add searcher rutracker.org. Add socks-proxy for trackers</news>
<news>- 3.1.0: Add searcher kinozal.tv</news>
<news>- 3.0.1: First rewrited version</news>
2019-05-04 22:38:06 +03:00
<reuselanguageinvoker>true</reuselanguageinvoker>
</extension>
2019-05-05 12:31:25 +03:00
</addon>