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
DiMartinoX 95bc2d907a ignore 2015-01-11 20:20:51 +03:00
.idea ignore 2015-01-11 20:20:51 +03:00
icons lol 2015-01-09 14:11:21 +03:00
resources return russian trackers 2015-01-11 13:05:44 +03:00
.gitattributes ignore 2015-01-11 20:20:51 +03:00
.gitignore ignore 2015-01-11 20:20:51 +03:00
AceStream.py lol 2015-01-09 14:11:21 +03:00
BeautifulSoup.py lol 2015-01-09 14:11:21 +03:00
Content.py lol 2015-01-09 14:11:21 +03:00
Core.py moveout some minor functions from Core 2015-01-11 20:17:11 +03:00
Downloader.py lol 2015-01-09 14:11:21 +03:00
Libtorrent.py save path keyboard 2015-01-10 18:47:07 +03:00
Localization.py return russian trackers 2015-01-11 13:05:44 +03:00
Player.py save path keyboard 2015-01-10 18:47:07 +03:00
Proxier.py lol 2015-01-09 14:11:21 +03:00
README.txt extratorrent fix 2015-01-09 23:18:55 +03:00
Rates.py lol 2015-01-09 14:11:21 +03:00
SearcherABC.py lol 2015-01-09 14:11:21 +03:00
addon.xml return russian trackers 2015-01-11 13:05:44 +03:00
cal.py extratorrent fix 2015-01-09 23:18:55 +03:00
changelog.txt save path keyboard 2015-01-10 18:47:07 +03:00
controlcenter.py lol 2015-01-09 14:11:21 +03:00
default.py lol 2015-01-09 14:11:21 +03:00
functions.py moveout some minor functions from Core 2015-01-11 20:17:11 +03:00
icon.png lol 2015-01-09 14:11:21 +03:00

README.txt

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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, Transmisson or Vuse.
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
No installation required, will be downloaded with plugin from repository as module.

2. Linux
2.1 Run at console 'sudo apt-get install python-libtorrent'
2.2 Install addon and enjoy

or you could compile it:

sudo apt-get build-dep python-libtorrent
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

________________________________________________________________________________________________________

Вебсайт библиотеки http://www.rasterbar.com/products/libtorrent/
Для работы плагина нужен её билд под python

--- ИНСТАЛЯЦИЯ ---

1. Windows
Все установится автоматически из репозитория

2. Linux
2.1 Выполняем в терминале sudo apt-get install python-libtorrent
2.2 Устанавливаем аддон в XBMC и пользуемся

или компилируем:

sudo apt-get build-dep python-libtorrent
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