04f5e7a5f0 | ||
---|---|---|
python_libtorrent | ||
resources | ||
README.md | ||
__init__.py | ||
addon.xml | ||
changelog.txt | ||
default.py | ||
icon.png |
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
S1mple as that
#. Add module in requires of your addon.xml:
#. Use it in any python file:
- from python_libtorrent import get_libtorrent
- libtorrent=get_libtorrent()