plugin.video.torrenter3/addon.xml

32 lines
1.7 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.torrenter3" name="Torrenter3" provider-name="inpos" version="3.0.1">
<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"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>audio video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Plugin helps you to watch videos from p2p torrent-networks, without full predownload.</summary>
<description lang="en_GB">Plugin helps you to watch videos from p2p torrent-networks, without full predownload.</description>
<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>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
<!-- <screenshot>resources/screenshots/screenshot000.jpg</screenshot>
<screenshot>resources/screenshots/screenshot001.jpg</screenshot>
<screenshot>resources/screenshots/screenshot002.jpg</screenshot> -->
</assets>
<news>Initial release</news>
<reuselanguageinvoker>true</reuselanguageinvoker>
</extension>
</addon>