Kodi addon that helps you to watch videos from p2p torrent-networks, without full predownload http://xbmc.ru/forum/showthread.php?t=14787
Go to file
DiMartinoXBMC c21a1faee8 downloads fix 2015-08-11 18:49:55 +03:00
.idea downloads fix 2015-08-11 18:49:55 +03:00
icons delete searchers, icon optimization 2015-07-12 13:28:33 +03:00
resources delete russian 2015-08-11 18:12:27 +03:00
.gitattributes ignore 2015-01-11 20:20:51 +03:00
.gitignore ignore 2015-01-11 20:20:51 +03:00
AceStream.py copyright 2015-06-30 18:08:57 +03:00
BTClientPlayer.py fixes 2015-08-08 23:22:15 +03:00
BeautifulSoup.py platform fix 2015-06-23 23:00:27 +03:00
Content.py destructor log 2015-08-04 20:52:52 +03:00
Core.py delete storage fix 2015-08-11 18:43:29 +03:00
Downloader.py destructor log 2015-08-04 20:52:52 +03:00
Libtorrent.py remove resume_data 2015-08-11 18:17:21 +03:00
Localization.py subs copy from subfolder 2015-08-09 10:42:22 +03:00
Player.py delete storage fix 2015-08-11 18:43:29 +03:00
README.txt 2.3.1 2015-07-12 16:14:12 +03:00
SearcherABC.py threading update by srg70 2015-08-05 00:40:25 +03:00
addon.xml delete storage fix 2015-08-11 18:43:29 +03:00
changelog.txt playSTRM choose file 2015-08-04 20:47:39 +03:00
controlcenter.py button fix 2015-07-19 11:56:56 +03:00
default.py threading update by srg70 2015-08-05 00:40:25 +03:00
functions.py downloads fix 2015-08-11 18:49:55 +03:00
icon.png lol 2015-01-09 14:11:21 +03:00

README.txt

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.
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/
Plugin requires python binding

--- INSTALLATION ---

1. Windows, Linux x86, OS X, Android ARM
No installation required, will be downloaded with plugin from repository as module.

2. OpenELEC
Use this build (or patch)
http://openelec.tv/forum/128-addons/75885-openelec-with-support-acestream-libtorrent

3. Linux x86_64
3.1 Run at console 'sudo apt-get install python-libtorrent'
3.2 Install addon and enjoy

or you could compile it:

sudo apt-get build-dep python-libtorrent
sudo apt-get install subversion
svn co https://libtorrent.svn.sourceforge.net/svnroot/libtorrent/trunk/ lt/
cd lt/
./autotool.sh
./configure --enable-python-binding
make
sudo make install
sudo ldconfig