python-libtorrent for Kodi
Go to file
DiMartinoXBMC 3c713c32e1 1.1.0 by aisman libstdc lowerd to 3.4.16 2016-04-15 14:47:36 +03:00
.idea 1.1.0 by aisman 2016-04-14 19:10:16 +03:00
python_libtorrent 1.1.0 by aisman libstdc lowerd to 3.4.16 2016-04-15 14:47:36 +03:00
resources 1.1.0 by aisman 2016-04-14 19:10:16 +03:00
.gitignore sheeeeeeet 2016-03-26 19:08:10 +03:00
README.md pyrrent 2016-03-14 16:02:24 +03:00
__init__.py MIT license 2016-02-03 16:37:49 +03:00
addon.xml 1.1.0 by aisman 2016-04-14 19:10:16 +03:00
changelog.txt 1.1.0 by aisman 2016-04-14 19:10:16 +03:00
default.py kodi 17 fix 2016-03-10 00:03:34 +03:00
icon.png Initial commit 2015-06-28 14:40:33 +03:00
license.txt MIT license 2016-02-03 16:37:49 +03:00

README.md

python-libtorrent for Kodi

script.module.libtorrent is a Kodi module that makes easy import of python-libtorrent

Support

Used in projects

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()

License

MIT License