Commit Graph

14 Commits (master)

Author SHA1 Message Date
DiMartinoXBMC db2e5ac02c fixes 2018-08-08 19:41:33 +03:00
DiMartinoXBMC 21248ecbb4 add socks port 2018-08-08 13:59:56 +03:00
DiMartinoXBMC c796a03661 failed experement 2016-12-14 20:42:07 +03:00
DiMartinoXBMC ef180cc215 :// protocol for mancuniancol 2016-12-13 19:12:14 +03:00
DiMartinoXBMC 792823b25b window dl status 2016-12-12 19:28:00 +03:00
DiMartinoXBMC cd830f1667 watched history 2016-12-11 01:13:58 +03:00
DiMartinoXBMC 12f1127b49 download status alpha 2016-12-10 01:01:06 +03:00
DiMartinoXBMC 0a85148196 some fixes 2016-12-08 19:15:42 +03:00
DiMartinoXBMC 0bdb6ae37f dht bit fix 2016-11-28 23:29:09 +03:00
DiMartinoXBMC a20b7d2069 possible fuckup 2016-11-27 16:11:15 +03:00
Kingul e21c537d4e removed skorba debug fix open in localization 2016-11-21 16:50:17 +02:00
DiMartinoXBMC 43fe7d5c6f dht off 2016-05-28 08:42:49 +03:00
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
DiMartinoXBMC 106e42279d SkorbaLoader 2016-03-21 19:36:44 +03:00