Palatosino 23da8f77fd Fix magnetToTorrent
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!!!!)
2016-05-08 13:58:59 +02:00
2016-05-01 17:25:32 +03:00
2016-01-14 16:44:41 +03:00
2016-05-01 17:25:32 +03:00
2015-01-11 20:20:51 +03:00
2015-01-11 20:20:51 +03:00
2016-03-21 19:36:44 +03:00
2016-03-18 18:38:50 +03:00
2016-03-29 18:57:54 +03:00
2015-06-23 23:00:27 +03:00
2016-03-18 18:38:50 +03:00
2016-02-13 20:33:16 +03:00
2016-02-13 20:33:16 +03:00
2016-04-06 16:19:25 +03:00
2016-02-13 20:33:16 +03:00
2016-03-22 22:48:52 +03:00
2016-04-06 16:19:25 +03:00
lol
2015-01-09 14:11:21 +03:00
2016-03-29 18:57:54 +03:00
2016-03-22 19:48:48 +03:00
2016-03-13 23:28:12 +03:00
2015-12-15 17:09:25 +03:00
2016-03-29 18:57:54 +03:00
2016-05-08 13:58:59 +02: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.
Official forum thread and FAQ: http://forums.tvaddons.ag/addon-releases/29224-torrenter-v2.html

Инструкции и обсуждение: http://xbmc.ru/forum/showthread.php?t=6837
Description
Kodi addon that helps you to watch videos from p2p torrent-networks, without full predownload
http://xbmc.ru/forum/showthread.php?t=14787
Readme 6.1 MiB
Languages
Python 100%