Kodi Community Forum

Full Version: Can I use libtorrent with python in xbmc?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
See the requirements for building and using libtorrent binding for python:
http://www.rasterbar.com/products/libtor...nding.html

I don't want to start using this library, and then find out its not possible to implement with python in xbmc. So can xbmc handle it?
Why not just use whatever library torrentX or TorrentBrowser is/was using? See:
http://www.xbmcscripts.com/index.php?opt...owser v3.0
and
http://www.xbmcscripts.com/index.php?opt....5 [other]

Rolleyes
Gamester17 Wrote:Why not just use whatever library torrentX or TorrentBrowser is/was using? See:
http://www.xbmcscripts.com/index.php?opt...owser v3.0
and
http://www.xbmcscripts.com/index.php?opt....5 [other]

Rolleyes

Because torrentX and TorrentBrowser download the .torrent file and do not transfer files with the bittorrent protocol, therefore they don't use a bittorrent protocol implementation library. I've already looked for a python script that implements bittorrent, only one I found was "bitxbox". Unfortunately, the authors don't respond to their emails and all links to download it are dead. If you know of one, let me know. Smile

Quote:See the requirements for building and using libtorrent binding for python:
http://www.rasterbar.com/products/li...n_binding.html

I don't want to start using this library, and then find out its not possible to implement with python in xbmc. So can xbmc handle it?
bump
bump
no one has a clue?
think it should work, just try and make a simple testclient.
Bump. This would be great.