python-libtorrent for Kodi
Go to file
DiMartinoXBMC 07133b8891 arm new by srg70 32bit host 2015-07-19 20:36:24 +03:00
python_libtorrent arm new by srg70 32bit host 2015-07-19 20:36:24 +03:00
resources Initial commit 2015-06-28 14:40:33 +03:00
README.md readme update 2015-07-11 23:55:10 +03:00
__init__.py new dl gui 2015-07-11 12:45:24 +03:00
addon.xml fix fix 2015-07-17 20:53:52 +03:00
changelog.txt android x86 2015-07-13 00:28:44 +03:00
default.py new dl gui 2015-07-11 12:45:24 +03:00
icon.png Initial commit 2015-06-28 14:40:33 +03:00
platform_pulsar.py arm new 2015-07-19 18:43:49 +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()