plugin.video.torrenter/addon.xml

27 lines
2.1 KiB
XML
Raw Normal View History

2015-01-09 14:11:21 +03:00
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2015-12-17 21:29:21 +03:00
<addon id="plugin.video.torrenter" name="Torrenter" version="2.4.0" provider-name="vadim.skorba, 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>
</extension>
</addon>