-
Notifications
You must be signed in to change notification settings - Fork 108
explore the files inside the torrent before downloading? #84
Comments
What have you tried already? There is a function to get the file names of the files in the torrent metadata: https://github.com/TorrentStream/TorrentStream-Android/blob/develop/library/src/main/java/com/github/se_bastiaan/torrentstream/Torrent.java#L254 |
Hi, I managed to display the file names in a custom Listview, but I'm looking for how to launch the download by specifying the index of the selected file ? |
It's the function above the one I linked before.. |
Yes, with the function you linked, I managed to display the file names contained in a torrent file, I have the list of all the file names on a ListView, now I'm looking for how to download only the selected file by returning its index on the ListView |
I am pointing you to the same place now. Because what you are looking for is in the same file, about 100 lines above it. |
Yes, thank you, I had found the solution. Thank you for your help. |
Hi,
I have a torrent that contains several files inside, how to explore these files and choose which one to stream ? As an example, the attached image.
The text was updated successfully, but these errors were encountered: