LinuxCommandLibrary

moc

terminal audio player

TLDR

Start MOC

$ mocp
copy
Start server only
$ mocp -S
copy
Play file
$ mocp -l [file.mp3]
copy
Add to playlist
$ mocp -a [file.mp3]
copy
Play/pause
$ mocp -G
copy
Next track
$ mocp -f
copy
Stop server
$ mocp -x
copy

SYNOPSIS

mocp [options] [files]

DESCRIPTION

moc (Music On Console) is a terminal audio player. It uses a client-server architecture.
The tool plays in background. Supports many formats via plugins. ncurses interface.

PARAMETERS

FILES

Audio files to play.
-S
Start server.
-l FILE
Play file.
-a FILE
Add to playlist.
-G
Toggle play/pause.
-f
Next track.
-x
Stop server.
--help
Display help information.

CAVEATS

Server runs separately. ncurses interface. Plugin-based format support.

HISTORY

MOC was created to provide a console-based music player with background playback support.

SEE ALSO

mpd(1), cmus(1), mpv(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community