Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 772 Bytes

mpc.org

File metadata and controls

36 lines (30 loc) · 772 Bytes

Completions: mpc

Level 1

The following completions are available for level one on MPC.

	add \
	cdprev channels clear clearerror \
	consume crop crossfade current \
	del disable \
	enable \
	find findadd \
	idle idleloop insert \
	list listall load ls lsplaylists \
	mixrampdb mixrampdelay move \
	next \
	outputs outputset \
	pause pause-if-playing play playlist prev prio \
	random repeat replaygain rescan rm \
	save search searchadd searchplay seek \
	sendmessage shuffle single stats \
	sticker stop subscribe \
	toggle toggleoutput \
	update \
	version volume \
	waitmessage

Level 2

	set -A complete_mpc_2 -- $(mpc lsplaylists | sort)

Note: Level 2 is only populated if mpd is running.