python-libtorrent for Kodi
Go to file
DiMartinoXBMC 998a6f8d38 last ver 2016-01-31 00:20:18 +03:00
.idea 1.0.7 for macosx and ios by srg70 2016-01-17 11:40:55 +03:00
python_libtorrent last ver 2016-01-31 00:16:29 +03:00
resources 1.0.8 windows 2016-01-19 18:04:33 +03:00
README.md last ver 2016-01-31 00:20:18 +03:00
__init__.py new dl gui 2015-07-11 12:45:24 +03:00
addon.xml last ver 2016-01-31 00:20:18 +03:00
changelog.txt last ver 2016-01-31 00:20:18 +03:00
default.py android update 2015-07-24 18:00:27 +03:00
icon.png Initial commit 2015-06-28 14:40:33 +03:00
platform_pulsar.py 1.0.7 for macosx and ios by srg70 fixes 2016-01-17 12:10:26 +03:00

README.md

Python-Libtorrent for Kodi

script.module.libtorrent is a Kodi module that makes easy import of python-libtorrent for you. Example of usage is Torrenter v2 at https://github.com/DiMartinoXBMC/plugin.video.torrenter

Usage

Add module in requires of your addon.xml::

<import addon="script.module.libtorrent"/>

Use it in any python file::

from python_libtorrent import get_libtorrent
libtorrent=get_libtorrent()