plugin.video.torrenter/addon.xml

31 lines
2.3 KiB
XML
Raw Normal View History

2015-01-09 14:11:21 +03:00
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2016-01-13 15:17:17 +03:00
<addon id="plugin.video.torrenter" name="Torrenter" version="2.4.3a" provider-name="DiMartino">
2015-01-09 14:11:21 +03:00
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.libtorrent"/>
<import addon="script.module.torrent.ts"/>
2015-12-16 23:01:36 +03:00
<import addon="script.module.requests"/>
<import addon="script.module.torrent2http"/>
2015-01-09 14:11:21 +03:00
</requires>
<extension point="xbmc.python.pluginsource" provides="video" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang='en'>Plugin helps you to watch videos from p2p torrent-networks, without full predownload.
</summary>
2015-01-16 00:56:42 +03:00
<description lang='en'>Plugin helps you to watch videos from p2p torrent-networks, without full predownload (uses python-libtorrent or Ace Stream). It also can add, control torrents and play downloaded files with external torrent-client (uTorrent, Transmisson, Vuse, Deluge) or python-libtorrent.
2015-01-09 14:11:21 +03:00
</description>
<disclaimer lang='en'>GNU GPLv3 http://www.gnu.org/licenses/</disclaimer>
<summary lang='ru'>Плагин позволяет просматривать видео из пиринговых торрент-сетей, не дожидаясь полного скачивания.
</summary>
2015-01-16 00:56:42 +03:00
<description lang='ru'>Плагин позволяет просматривать видео из пиринговых торрент-сетей, не дожидаясь полного скачивания. Использует библиотеку python-libtorrent или Ace Stream. Так же плагин может добавлять, проигрывать и управлять скачками в торрент клиентах (uTorrent, Transmisson, Deluge и Vuse) или средставми python-libtorrent.
2015-01-09 14:11:21 +03:00
</description>
<disclaimer lang='ru'>GNU GPLv3 http://www.gnu.org/licenses/</disclaimer>
2016-01-13 15:17:17 +03:00
<forum>https://forums.tvaddons.ag/addon-releases/29224-torrenter-v2.html</forum>
<website>http://xbmc.ru/forum/showthread.php?t=6837/website>
<email>skype:kyonkodura</email>
<source>https://github.com/DiMartinoXBMC/plugin.video.torrenter</source>
2015-01-09 14:11:21 +03:00
</extension>
</addon>