last ver
parent
8dd8014ddb
commit
998a6f8d38
|
@ -2,7 +2,7 @@ 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
|
||||
|
||||
- Forum: http://forum.kodi.tv/showthread.php?tid=214366
|
||||
- Forum: https://forums.tvaddons.ag/addon-releases/29224-torrenter-v2.html
|
||||
|
||||
Usage
|
||||
---------------
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
|
||||
<addon id='script.module.libtorrent' version='1.0.7c' name='LibTorrent' provider-name='DiMartino, srg70, RussakHH, aisman'>
|
||||
<addon id='script.module.libtorrent' version='1.0.8' name='LibTorrent' provider-name='DiMartino, srg70, RussakHH, aisman'>
|
||||
<requires>
|
||||
<import addon='xbmc.python' version='2.1.0'/>
|
||||
</requires>
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
1.0.7:
|
||||
1.0.8:
|
||||
Added 1.0.8 for Android and Windows, Mac, iOS
|
||||
|
||||
1.0.7:
|
||||
Added 1.0.7 for Unix and Windows, Mac, iOS
|
||||
|
||||
0.16.19:
|
||||
|
|
Loading…
Reference in New Issue