python-libtorrent for Kodi
Go to file
smoky-jr 96b91cdaa3 Merge branch 'master' of https://github.com/DiMartinoXBMC/script.module.libtorrent 2015-09-01 11:52:55 +03:00
python_libtorrent 0.16.19 2015-08-08 23:23:17 +03:00
resources Merge branch 'master' of https://github.com/DiMartinoXBMC/script.module.libtorrent 2015-09-01 11:52:55 +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 version exist check 2015-08-03 20:23:45 +03:00
changelog.txt android update 2015-07-24 18:00:27 +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 shield fix 2015-08-20 17:06:27 +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()