Samuel
Samuel
phpinfo() says 0.2.2
Please check out #843 We've got a build with gotorrent instead of libtorrent thanks to @elgatito, plus a FAT32 driver that's specially tuned to Android, which solves the slow down...
@joaopauloss Great instructions. I'd like to add that the GoTorrent version is fairly mature now as [Elementum](https://github.com/elgatito/elementum). There is a FAT32 driver specifically made for the old AFTV2 with the...
Thanks @KillerJoeBR - I agree, it runs great, for me it's just the issue of needing to root if FAT32 isn't supported. Did you have the same problem? And if...
I've done some research tonight and some testing on a FAT32 device. I used [go-peerflix](https://github.com/Sioro-Neoku/go-peerflix) with a modification to store the data in the current directory to make it easy...
After writing that last night, I spent a little bit of time trying to make a demo. I ended up writing a [diskv](https://github.com/peterbourgon/diskv) driver for [anacrolix/torrent](https://github.com/anacrolix/torrent), which out of the...
Cheers @KillerJoeBR I'm a bit stuck at the moment, I've had a good search through the Quasar source but very complex and it's tightly integrated with libtorrent-go, as I suppose...
I've updated the FAT32 storage driver, posted it in a new repo here (so it doesn't require a fork of [anacrolix/torrent](https://github.com/anacrolix/torrent)): [iamacarpet/go-torrent-storage-fat32](https://github.com/iamacarpet/go-torrent-storage-fat32) There is also a new build and set...
I've got a build of @elgatito 's gotorrent branch compiled for Android, but I'm having some issues installing it on the FireTV. I keep getting errors on start and I...
Please ignore me, it wasn't anything to do with "noexec". On inspection of the logs, it was a python error, but upon uninstalling and re-installing the same zip files from...