HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

peerflix — Stream video- or audio-based torrents to a media player. More information: <https://github.com/mafin

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandstreamcliaudiovideotorrentsbasedpeerflix

Problem

How to use the peerflix command: Stream video- or audio-based torrents to a media player. More information: <https://github.com/mafintosh/peerflix>.

Solution

peerflix — Stream video- or audio-based torrents to a media player. More information: <https://github.com/mafintosh/peerflix>.

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.srt}}


Stream all files from a torrent to Airplay:
peerflix "{{torrent_url|magnet_link}}" {{[-a|--all]}} {{[-s|--airplay]}}

Code Snippets

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.srt}}

Stream all files from a torrent to Airplay

peerflix "{{torrent_url|magnet_link}}" {{[-a|--all]}} {{[-s|--airplay]}}

Context

tldr-pages: common/peerflix

Revisions (0)

No revisions yet.