se-bastiaan / TorrentStream-Android

A torrent streamer library for Android based on libtorrent4j
Other
343 stars 108 forks source link

download directory #18

Closed zhichaoLii closed 8 years ago

zhichaoLii commented 8 years ago

when i download a directory(include several files), but it only downloaded one file and tell me it done

se-bastiaan commented 8 years ago

This library is not supposed to download multiple files. It's supposed to stream (sequentially download) the largest file in the torrent, where that largest file is supposed to be a video.

zhichaoLii commented 8 years ago

Ok, I found the code and modify it, how can i selected some special files in the downloading directory for download ?

se-bastiaan commented 8 years ago

You can only select one file. Using Torrent.setSelectedFileIndex(int).