javascriptwebtorrent

How to list video/audio using webtorrent?


When using webtorrent, is there way to list only video/audio from file list.

when there is 3 file in torrent.

1. something.mp4
2. something.txt
3. something.mp3

I need show file 1 and 3 only, but not 2


Solution

  • You can filter the files by extension. However what do you mean by "showing" a file? Are you using file.appendTo()?