mpg123

Console MPEG audio player. More information: <https://manned.org/mpg123>.

Install

All systems
curl cmd.cat/mpg123.sh
Debian Debian
apt-get install mpg123
Ubuntu
apt-get install mpg123
Alpine
apk add mpg123
Arch Arch Linux
pacman -S mpg123
image/svg+xml Kali Linux
apt-get install mpg123
CentOS
yum install mpg123
Fedora
dnf install mpg123
Windows (WSL2)
sudo apt-get update sudo apt-get install mpg123
OS X
brew install mpg123
Raspbian
apt-get install mpg123
Docker
docker run cmd.cat/mpg123 mpg123 powered by Commando

Console MPEG audio player. More information: <https://manned.org/mpg123>.

  • Play the specified mp3 files:
    mpg123 path/to/file1.mp3 path/to/file2.mp3 ...
  • Play the mp3 from `stdin`:
    cat file.mp3 | mpg123 -
  • Jump forward to the next song:
    f
  • Jump back to the beginning for the song:
    b
  • Stop or replay the current file:
    s
  • Fast forward:
    .
  • Quit:
    q

© tl;dr; authors and contributors