Options (6)
-l, --listbooleanList all streamable files contained in a torrent (given as a magnet link)
Example:
peerflix "{{magnet:?xt=urn:btih:0123456789abcdef0123456789abcdef01234567}}" {{[-l|--list]}}-v, --vlcbooleanStream the largest file in a torrent, given as a torrent URL, to VLC
Example:
peerflix "{{http://example.net/music.torrent}}" {{[-v|--vlc]}}-m, --mplayerbooleanStream the largest file in a torrent to MPlayer, with subtitles
Example:
peerflix "{{torrent_url|magnet_link}}" {{[-m|--mplayer]}} {{[-t|--subtitles]}} {{subtitle-file.srt}}-t, --subtitlesbooleanStream the largest file in a torrent to MPlayer, with subtitles
Example:
peerflix "{{torrent_url|magnet_link}}" {{[-m|--mplayer]}} {{[-t|--subtitles]}} {{subtitle-file.srt}}-a, --allbooleanStream all files from a torrent to Airplay
Example:
peerflix "{{torrent_url|magnet_link}}" {{[-a|--all]}} {{[-s|--airplay]}}-s, --airplaybooleanStream all files from a torrent to Airplay
Example:
peerflix "{{torrent_url|magnet_link}}" {{[-a|--all]}} {{[-s|--airplay]}}Examples (5)
Stream the largest media file in a torrent
peerflix "torrent_url|magnet_link"List all streamable files contained in a torrent (given as a magnet link)
peerflix "magnet:?xt=urn:btih:0123456789abcdef0123456789abcdef01234567" [-l|--list]Stream the largest file in a torrent, given as a torrent URL, to VLC
peerflix "http://example.net/music.torrent" [-v|--vlc]Stream the largest file in a torrent to MPlayer, with subtitles
peerflix "torrent_url|magnet_link" [-m|--mplayer] [-t|--subtitles] subtitle-file.srtStream all files from a torrent to Airplay
peerflix "torrent_url|magnet_link" [-a|--all] [-s|--airplay]made by @shridhargupta | data from tldr-pages