Forrest logo
back to context overview

peerflix

List of commands for peerflix:

  • peerflix:tldr:5cad8 peerflix: Stream the largest file in a torrent, given as a torrent URL, to VLC.
    $ peerflix "${http:--example-net-music-torrent}" --vlc
    try on your machine
    explain this command
  • peerflix:tldr:6e554 peerflix: Stream the largest media file in a torrent.
    $ peerflix "${select}"
    try on your machine
    explain this command
  • peerflix:tldr:7727f peerflix: Stream the largest file in a torrent to MPlayer, with subtitles.
    $ peerflix "${select}" --mplayer --subtitles ${subtitle-file-srt}
    try on your machine
    explain this command
  • peerflix:tldr:b8e75 peerflix: List all streamable files contained in a torrent (given as a magnet link).
    $ peerflix "${magnet:?xt=urn:btih:0123456789abcdef0123456789abcdef01234567}" --list
    try on your machine
    explain this command
  • peerflix:tldr:fdfd0 peerflix: Stream all files from a torrent to Airplay.
    $ peerflix "${select}" --all --airplay
    try on your machine
    explain this command
back to context overview