2015-06-28 14:40:33 +03:00
|
|
|
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
|
2016-04-14 19:10:16 +03:00
|
|
|
<addon id='script.module.libtorrent' version='1.1.0' name='python-libtorrent' provider-name='DiMartino, srg70, RussakHH, aisman, inpos'>
|
2015-06-28 14:40:33 +03:00
|
|
|
<requires>
|
|
|
|
<import addon='xbmc.python' version='2.1.0'/>
|
|
|
|
</requires>
|
2015-07-11 12:00:55 +03:00
|
|
|
<extension point="xbmc.python.script" library="default.py">
|
2015-06-28 14:40:33 +03:00
|
|
|
<provides>executable</provides>
|
|
|
|
</extension>
|
2016-03-09 21:02:16 +03:00
|
|
|
<extension point="xbmc.python.module" library="python_libtorrent"/>
|
2015-06-28 14:40:33 +03:00
|
|
|
<extension point='xbmc.addon.metadata'>
|
|
|
|
<platform>all</platform>
|
2016-02-03 16:37:49 +03:00
|
|
|
<summary lang='en'>script.module.libtorrent is a Kodi module that makes easy import of python-libtorrent for you.</summary>
|
|
|
|
<summary lang='ru'>script.module.libtorrent - модуль Kodi, который упрощает импорт библиотеки python-libtorrent.</summary>
|
|
|
|
<license>MIT License</license>
|
|
|
|
<source>https://github.com/DiMartinoXBMC/script.module.libtorrent</source>
|
2015-06-28 14:40:33 +03:00
|
|
|
</extension>
|
|
|
|
<extension point='xbmc.python.module'/>
|
|
|
|
</addon>
|