LinuxCommandLibrary

webtorrent

webtorrent

TLDR

Download a torrent

$ webtorrent download "[torrent_id]"
copy


Stream a torrent to VLC media player
$ webtorrent download "[torrent_id]" --vlc
copy


Stream a torrent to a Digital Living Network Alliance (DLNA) device
$ webtorrent download "[torrent_id]" --dlna
copy


Display a list of files for a specific torrent
$ webtorrent download "[torrent_id]" --select
copy


Specify a file index from the torrent to download
$ webtorrent download "[torrent_id]" --select [index]
copy


Seed a specific file or directory
$ webtorrent seed [path/to/file_or_directory]
copy


Create a new torrent file for the specified file path
$ webtorrent create [path/to/file]
copy


Display information for a magnet URI or .torrent file
$ webtorrent info [path/to/file_or_magnet]
copy

Copied to clipboard