Commands can be used from the least unambiguous prefix (e.g insert or ins).
PlayerCommandsconsume<on|off> - Toggle consume mode if state (on
or off) is not specified.
crossfade[<seconds>] - Gets and sets the current amount of
crossfading between songs (0 disables crossfading).
current[--wait] - Show the currently playing song. With
--wait, mpc waits until the song changes (or until playback is started/stopped) before it queries
the current song from the server.
queued - Show the currently queued (next) song.
mixrampdb[<db>] - Gets and sets the volume level at which
songs with MixRamp tags will be overlapped. This disables the fading of the crossfade command and
simply mixes the songs. -50.0 will effectively remove any gaps, 0.0 will mash tracks together. The
amount of overlap is limited by the audio_buffer_size MPD configuration parameter.
mixrampdelay[<seconds>] - Gets and sets the current amount
of extra delay added to the value computed from the MixRamp tags. (A negative value disables
overlapping with MixRamp tags and restores the previous value of crossfade).
next - Starts playing next song on queue.
pause - Pauses playing.
play<position> - Starts playing the song-number
specified. If none is specified, plays number 1.
prev - Starts playing previous song.
random<on|off> - Toggle random mode if state (on
or off) is not specified.
repeat<on|off> - Toggle repeat mode if state (on
or off) is not specified.
replaygain[<off|track|album>] - Sets the replay gain mode.
Without arguments, it prints the replay gain mode.
single<on|once|off> - Toggle single mode if state (on,
once, or off) is not specified. once toggles to off.
seek[+-][<HH:MM:SS>]or<[+-]<0-100>%> - Seeks by hour,
minute or seconds, hours or minutes can be omitted. If seeking by percentage, seeks within the
current song in the specified manner. If a + or - is used, the seek is done relative to the
current song position. Absolute seeking by default.
seekthrough[+-][<HH:MM:SS>] - Seeks by hour,
minute or seconds, hours or minutes can be omitted, relatively to the current position. If the
duration exceeds the limit of the current song, the seek command proceeds to seek through the
playlist until the duration is reached. If a + is used, the seek is forward. If a - is used, the
seek is backward. Forward seeking by default.
stop - Stops playing.
toggle - Toggles between play and pause. If stopped starts
playing. Does not support start playing at song number (use play).
QueueCommandsadd<file> - Adds a song from the music database to the
queue. Can also read input from pipes. Use "mpcadd/" to add all files to the queue.
insert<file> - The insert command works similarly to
add except it adds song(s) after the currently playing one, rather than at the end. When random
mode is enabled, the new song is queued after the current song.
clear - Empties the queue.
crop - Remove all songs except for the currently playing
song.
del<songpos> - Removes a queue number from the queue. Can
also read input from pipes (0 deletes the current playing song).
mv,move<from><to> - Moves song at position <from> to the
position <to> in the queue.
searchplay<type><query>[<type><query>]... - Search the
queue for a matching song and play it.
shuffle - Shuffles all songs on the queue.
PlaylistCommandsload<file> - Loads <file> as queue. The option
--range may be used to load only a portion of the file
lsplaylists: - Lists available playlists.
playlist[<playlist>] - Lists all songs in <playlist>. If
no <playlist> is specified, lists all songs in the current queue.
rm<file> - Deletes a specific playlist.
save<file> - Saves playlist as <file>.
addplaylist<playlist><file> - Adds a song from the music database to the
playlist. The playlist will be created if it does not exist. Can also read input from pipes.
delplaylist<playlist><songpos> - Removes the song at given position from the playlist. Can
also read input from pipes.
moveplaylist<playlist><from><to> - Moves the song at given <from> position
to the <to> position in the playlist.
renplaylist<playlist><newplaylist> - Rename a playlist.
clearplaylist<playlist> - Clear the playlist name (i.e. truncate playlist.m3u).
DatabaseCommandslistall[<file>] - Lists <file> from database. If no
file is specified, lists all songs in the database.
ls[<directory>] - Lists all files/folders in
directory. If no directory is specified, lists all files in music directory.
lsdirs[<directory>] - List subdirectories of
directory. If no directory is specified, lists subdirectories in music directory.
search<type><query>[<type><query>]... - Searches for
substrings in song tags. Any number of tag type and query combinations can be specified.
Possible tag types are: artist, album, title, track, name, genre, date, composer, performer,
comment, disc, filename, or any (to match any tag).
search<expression> - Searches with a filter expression,
e.g.:
mpc search '((artist == "Kraftwerk") AND (title == "Metall auf
Metall"))'
Check the MPDprotocoldocumentation for details. This syntax can be used with find and findadd
as well. (Requires libmpdclient 2.16 and MPD 0.21)
find<type><query>[<type><query>]... - Same as
search, but tag values must match query exactly instead of doing a substring match.
findadd<type><query>[<type><query>]... - Same as
find, but add the result to the current queue instead of printing them.
list<type>[<type><query>]...[group<type>]... - Return
a list of all tags of given tag type. Optional search type/query limit results in a way similar
to search. Results can be grouped by one or more tags. Example:
mpc list album group artist
stats - Displays statistics about MPD.
update[--wait][<path>] - Scans for updated files in the
music directory. The optional parameter path (relative to the music directory) may limit the
scope of the update.
With --wait, mpc waits until MPD has finished the update.
rescan[--wait][<path>] - Like update, but also rescans
unmodified files.
FileCommandsalbumart<file> - Download album art for the given song and
write it to stdout.
readpicture<file> - Download a picture embedded in the
given song and write it to stdout.
MountCommandsmount - Lists all mounts.
mount<mount-path><storage-uri> - Create a new mount:
mounts a storage on the given path. Example:
mpc mount server nfs://10.0.0.5/mp3
mpc mount stick udisks://by-id-ata-FOO-part2
unmount<mount-path> - Remove a mount.
listneighbors - Print a list of "neighors"
(i.e. automatically detected storages which can be mounted). This requires enablingatleastoneneighborplugin in mpd.conf. Example:
$ mpc listneighbors
upnp://uuid:01234567-89ab-cdef-0123-456789abcdef/urn:schemas-upnp-org:service:ContentDirectory:1
udisks://by-id-dm-name-_dev_sdb3
udisks://by-id-ata-FOO-part2
StickerCommands
The sticker command allows you to get and set song stickers.
sticker<file>set<key><value> - Set the value of a song
sticker.
sticker<file>get<key> - Print the value of a song
sticker.
sticker<file>list - List all stickers of a song.
sticker<file>delete<key> - Delete a song sticker.
sticker<dir>find<key> - Search for stickers with the
specified name, below the specified directory.
OutputCommandsvolume[+-]<num> - Sets the volume to <num> (0-100). If
+ or - is used, then it adjusts the volume relative to the current volume.
outputs - Lists all available outputs
disable[only]<output#orname>[...] - Disables the
output(s); a list of one or more names or numbers is required. If only is the first argument, all
other outputs are enabled.
enable[only]<output#orname>[...] - Enables the
output(s); a list of one or more names or numbers is required. If only is the first argument, all
other outputs are disabled.
toggleoutput<output#orname>[...] - Changes the
status for the given output(s); a list of one or more names or numbers is required.
moveoutput<output#orname> - Moves the given output
to the current partition (see --partition).
PartitionCommandspartitions - Lists all available partitions
makepart<name>[...] - Creates new partitions
delpart<name>[...] - Deletes partitions
Client-to-clientCommandschannels - List the channels that other clients have
subscribed to.
sendmessage<channel><message> - Send a message to the
specified channel.
waitmessage<channel> - Wait for at least one message on
the specified channel.
subscribe<channel> - Subscribe to the specified channel
and continuously receive messages.
OtherCommandsidle[events] - Waits until an event occurs. Prints a list
of event names, one per line. See the MPD protocol documentation for further information.
If you specify a list of events, only these events are considered.
idleloop[events] - Similar to idle, but
re-enters "idle" state after events have been printed.
If you specify a list of events, only these events are considered.
status[format] - Without an argument print a three line status
output equivalent to "mpc" with no arguments. If a format string is given then the delimiters are
processed exactly as how they are for metadata. See the '-f' option in Options
─────────────────────────────────────────────────────────
Name Description
─────────────────────────────────────────────────────────
%totaltime% The total duration of the song.
─────────────────────────────────────────────────────────
%currenttime% The time that the client is currently
at.
─────────────────────────────────────────────────────────
%percenttime% The percentage of time elapsed for
the current song.
─────────────────────────────────────────────────────────
%songpos% The position of the current song
within the playlist.
─────────────────────────────────────────────────────────
%length% The number of songs within the
playlist
─────────────────────────────────────────────────────────
%state% Either 'playing', 'paused' or
'stopped'
─────────────────────────────────────────────────────────
%volume% The current volume spaced out to 4
characters including a percent sign
─────────────────────────────────────────────────────────
%random% Current status of random mode. 'on'
or 'off'
─────────────────────────────────────────────────────────
%repeat% Current status of repeat mode. 'on'
or 'off'
─────────────────────────────────────────────────────────
%single% Current status of single mode. 'on',
'once', or 'off'
─────────────────────────────────────────────────────────
%consume% Current status of consume mode. 'on'
or 'off'
─────────────────────────────────────────────────────────
%kbitrate% The bit rate in kbps for the current
song.
─────────────────────────────────────────────────────────
%audioformat% The audio format which MPD is
currently playing as
'samplerate:bits:channels'.
─────────────────────────────────────────────────────────
%samplerate% The sample rate in Hz extracted from
the current MPD audio format.
─────────────────────────────────────────────────────────
%bits% The number of significant bits per
sample size extracted from the
current MPD audio format.
─────────────────────────────────────────────────────────
%channels% The number of channels extracted from
the current MPD audio format.
┌───────────────┬───────────────────────────────────────┐
│ │ │
--
ENVIRONMENTVARIABLES │ │ │
--
BUGS │ │ │
--