Kodi addon that helps you to watch videos from p2p torrent-networks, without full predownload
http://xbmc.ru/forum/showthread.php?t=14787
23da8f77fd
magnetToTorrent was broken because torrentFile.files is not indexable (but is iterable). The only reason to use files[0] is to generate a "baseName" that is finally used to do self.md5(baseName) for the torrent file. I can iterate to the first element (to emulate files[0]) and get the name, but I think that is useless. We can remove this and use the magnet. I think that the best will be use the magnet ID information from the magnet link, not all the magnet, to remove optional arguments, but his is acceptable as a fast fix, and much better that the initial approach that can colisitionate with other files that have the same initial file (imagine a README.txt!!!!) |
||
---|---|---|
.idea | ||
icons | ||
resources | ||
.gitattributes | ||
.gitignore | ||
AceStream.py | ||
Anteoloader.py | ||
BeautifulSoup.py | ||
Content.py | ||
Core.py | ||
Downloader.py | ||
Inposloader.py | ||
Localization.py | ||
Player.py | ||
README.txt | ||
SearcherABC.py | ||
SkorbaLoader.py | ||
addon.xml | ||
changelog.txt | ||
controlcenter.py | ||
default.py | ||
functions.py | ||
icon.png |
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 and FAQ: http://forums.tvaddons.ag/addon-releases/29224-torrenter-v2.html Инструкции и обсуждение: http://xbmc.ru/forum/showthread.php?t=6837