Forrest logo
back to context overview

mpg321

List of commands for mpg321:

  • mpg321:tldr:17758 mpg321: Shuffle the files before playing them once.
    $ mpg321 -z ${select} ${select1} ${---}
    try on your machine
    explain this command
  • mpg321:tldr:2e5c7 mpg321: Play a directory recursively.
    $ mpg321 -B ${path-to-directory}
    try on your machine
    explain this command
  • mpg321:tldr:3f83e mpg321: Mute/unmute.) while playing.
    $ mpg321 -K ${select} ${select1} ${---}
    try on your machine
    explain this command
  • mpg321:tldr:580fb mpg321: Play all files in the current directory and subdirectories, randomly (until interrupted), with Basic Keys enabled.
    $ mpg321 -B -Z -K .
    try on your machine
    explain this command
  • mpg321:tldr:dd1e6 mpg321: Play an audio source exactly N times (N=0 means forever).
    $ mpg321 -l ${N} ${select} ${select1} ${---}
    try on your machine
    explain this command
  • mpg321:tldr:eff71 mpg321: Play files randomly until interrupted.
    $ mpg321 -Z ${select} ${select1} ${---}
    try on your machine
    explain this command
back to context overview