A command line music player.

A beautifully simple, yet versatile music theory player for trabant.

Control

x play
c pause
v stop
z previous track
b next track
u update cache
/ search
n search next
N search previous

Toggles

M toggle play library/playlist
s toggle shuffle
o toggle shuffle album
r toggle repeat
^ toggle repeat current

Playlist Editing

y copy selected tracks to playlist
p move track down
P move track up
D remove track

Commands

Press : to enter commands.

win-sel-cur jump to currently playing track
add add file/dir
clear remove all tracks from view
pl-create creates a new playlist
pl-rename renames the selected playlist
unmark clear track selection

Configuration

To switch the default active/inactive row highlighting, set these options

set color_win_inactive_sel_fg=default
set color_win_inactive_sel_bg=blue
set color_win_sel_bg=white
set color_win_sel_fg=black
set color_win_cur_sel_fg=blue
set color_win_cur_sel_bg=white

Tracking

Print the currently playing artist, album and track name.

cmus-remote -Q | grep tag | head -n 3 | cut -d ' ' -f 3-

Links

incoming(1) | software