2a8a1f7d54 | ||
---|---|---|
.idea | ||
python_libtorrent | ||
resources | ||
.gitignore | ||
README.md | ||
__init__.py | ||
addon.xml | ||
changelog.txt | ||
default.py | ||
icon.png | ||
license.txt |
README.md
python-libtorrent for Kodi
script.module.libtorrent is a Kodi module that makes easy import of python-libtorrent
Support
- English forum: https://forums.tvaddons.ag/addon-releases/29224-torrenter-v2.html
- Russian forum: http://xbmc.ru/forum/showthread.php?t=4728
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