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 f3fe289dfe num threads 2015-07-19 03:25:40 +03:00
.idea num threads 2015-07-19 03:25:40 +03:00
icons delete searchers, icon optimization 2015-07-12 13:28:33 +03:00
resources trans fix 2015-07-19 03:24:35 +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
BeautifulSoup.py platform fix 2015-06-23 23:00:27 +03:00
Content.py media list, cc, deluge fixes 2015-07-15 19:14:22 +03:00
Core.py trans fix 2015-07-19 00:44:38 +03:00
Downloader.py copyright 2015-06-30 18:08:57 +03:00
Libtorrent.py trans fix 2015-07-19 00:44:38 +03:00
Localization.py trans fix 2015-07-19 00:44:38 +03:00
Player.py copyright 2015-06-30 18:08:57 +03:00
README.txt 2.3.1 2015-07-12 16:14:12 +03:00
SearcherABC.py trans fix 2015-07-19 00:44:38 +03:00
addon.xml searcher update 2015-07-16 20:32:50 +03:00
changelog.txt num threads 2015-07-19 03:25:40 +03:00
controlcenter.py settings only for active searchers 2015-07-17 23:16:00 +03:00
default.py copyright 2015-06-30 18:08:57 +03:00
functions.py trans fix 2015-07-19 03:24:35 +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