plugin.video.torrenter3/addon.xml

31 lines
1.8 KiB
XML
Raw Normal View History

2019-05-04 22:38:06 +03:00
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.torrenter3" name="Torrenter3" provider-name="inpos" version="3.2.0">
2019-05-04 22:38:06 +03:00
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.pyrrent2http"/>
<import addon="script.module.codequick" version="0.9.6"/>
<import addon="script.module.pysocks" version="1.0.0"/>
2019-05-05 22:25:48 +03:00
<import addon="script.module.win_inet_pton" version="1.0.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">
<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>
<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>