plugin.video.torrenter/README.txt

31 lines
1.1 KiB
Plaintext
Raw Normal View History

2015-06-25 23:10:42 +03:00
Plugin helps you to watch videos from p2p torrent-networks, without full predownload (uses inner python-libtorrent) or Ace Stream. It also can add, control torrents and play downloaded files with external uTorrent, Transmission, Vuze or Deluge.
2015-01-09 23:18:55 +03:00
Official forum thread: http://forum.kodi.tv/showthread.php?tid=214366
[B]PYTHON-LIBTORRENT[/B]:
Official library`s website is http://www.rasterbar.com/products/libtorrent/
2015-01-09 14:11:21 +03:00
Plugin requires python binding
--- INSTALLATION ---
2015-07-12 16:14:12 +03:00
1. Windows, Linux x86, OS X, Android ARM
2015-01-09 14:17:51 +03:00
No installation required, will be downloaded with plugin from repository as module.
2015-01-09 14:11:21 +03:00
2015-07-12 16:14:12 +03:00
2. OpenELEC
Use this build (or patch)
http://openelec.tv/forum/128-addons/75885-openelec-with-support-acestream-libtorrent
2015-01-09 14:11:21 +03:00
2015-07-12 16:14:12 +03:00
3. Linux x86_64
3.1 Run at console 'sudo apt-get install python-libtorrent'
3.2 Install addon and enjoy
2015-01-09 14:11:21 +03:00
2015-07-12 16:14:12 +03:00
or you could compile it:
2015-01-09 14:11:21 +03:00
2015-01-09 23:18:55 +03:00
sudo apt-get build-dep python-libtorrent
2015-01-12 23:10:20 +03:00
sudo apt-get install subversion
2015-01-09 14:11:21 +03:00
svn co https://libtorrent.svn.sourceforge.net/svnroot/libtorrent/trunk/ lt/
cd lt/
./autotool.sh
2015-01-09 14:16:22 +03:00
./configure --enable-python-binding
2015-01-09 14:11:21 +03:00
make
sudo make install
2015-07-12 16:14:12 +03:00
sudo ldconfig