From bd284f03f17a9f5d942f9db74f8d54fc40e60e97 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Wed, 27 Sep 2017 12:21:45 +0100 Subject: [PATCH] peerflix: move listing command further up --- pages/common/peerflix.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/common/peerflix.md b/pages/common/peerflix.md index d76076b6b3..cad33fa812 100644 --- a/pages/common/peerflix.md +++ b/pages/common/peerflix.md @@ -2,9 +2,13 @@ > 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: @@ -12,12 +16,8 @@ - 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`