info update

pull/1/head
DiMartinoXBMC 2016-01-13 15:17:17 +03:00
parent d77fe7cc03
commit 2ad1b839b9
2 changed files with 6 additions and 2 deletions

View File

@ -25,7 +25,7 @@ try:
language = ('en', 'ru', 'uk','he')[int(__settings__.getSetting("language"))]
except:
language = 'he'
language = 'ru'

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.torrenter" name="Torrenter" version="2.4.3" provider-name="vadim.skorba, DiMartino">
<addon id="plugin.video.torrenter" name="Torrenter" version="2.4.3a" provider-name="DiMartino">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.libtorrent"/>
@ -22,5 +22,9 @@
<description lang='ru'>Плагин позволяет просматривать видео из пиринговых торрент-сетей, не дожидаясь полного скачивания. Использует библиотеку python-libtorrent или Ace Stream. Так же плагин может добавлять, проигрывать и управлять скачками в торрент клиентах (uTorrent, Transmisson, Deluge и Vuse) или средставми python-libtorrent.
</description>
<disclaimer lang='ru'>GNU GPLv3 http://www.gnu.org/licenses/</disclaimer>
<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>
</extension>
</addon>