Skip to content

Commit

Permalink
peerflix: move listing command further up
Browse files Browse the repository at this point in the history
  • Loading branch information
waldyrious committed Sep 27, 2017
1 parent 802eb6c commit bd284f0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pages/common/peerflix.md
Expand Up @@ -2,22 +2,22 @@

> Stream video- or audio-based torrents to a media player.
- Stream the largest media file in a torrent given as a magnet link:
- Stream the largest media file in a torrent:

`peerflix "{{magnet:?xt=urn:btih:0123456789abcdef0123456789abcdef01234567}}"`
`peerflix "{{torrent_url|magnet_link}}"`

- List all streamable files contained in a torrent (given as a magnet link):

`peerflix "{{magnet:?xt=urn:btih:0123456789abcdef0123456789abcdef01234567}}" --list`

- Stream the largest file in a torrent, given as a torrent URL, to VLC:

`peerflix "{{http://example.net/music.torrent}}" --vlc`

- Stream the largest file in a torrent to MPlayer, with subtitles:

`peerflix "{{torrent_url|magnet_link}}" --mplayer --subtitles subtitle-file.srt`
`peerflix "{{torrent_url|magnet_link}}" --mplayer --subtitles {{subtitle-file.srt}}`

- Stream all files from a torrent to Airplay:

`peerflix "{{torrent_url|magnet_link}}" --all --airplay`

- List the files in a torrent that are available for streaming:

`peerflix "{{torrent_url|magnet_link}}" --list`

0 comments on commit bd284f0

Please sign in to comment.