From 3a3133b95d16fd1a4efe1ce4cd1c353f0d87f2b5 Mon Sep 17 00:00:00 2001 From: CodingAlphaWolf <51167319+CodingAlphaWolf@users.noreply.github.com> Date: Fri, 21 Aug 2026 20:18:11 +0200 Subject: [PATCH] rmpc: add page (#23466) o-authored-by: Ivan Baluta Co-authored-by: Wiktor Perskawiec --- pages/linux/rmpc.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 pages/linux/rmpc.md diff --git a/pages/linux/rmpc.md b/pages/linux/rmpc.md new file mode 100644 index 0000000000..2c2065cf45 --- /dev/null +++ b/pages/linux/rmpc.md @@ -0,0 +1,33 @@ +# rmpc + +> A terminal music player client for the Music Player Daemon, with album art support. +> See also: `mpd`, `mpc`, `ncmpcpp`. +> More information: . + +- Start the TUI client: + +`rmpc` + +- Connect to a specific MPD instance: + +`rmpc {{[-a|--address]}} {{host:port}}` + +- Print the default configuration to use as a starting point: + +`rmpc config` + +- Scan the music directory for changes: + +`rmpc update` + +- Save the currently playing song's album art to a file: + +`rmpc albumart {{[-o|--output]}} {{path/to/cover.jpg}}` + +- Toggle playback control functions (consume plays the song and deletes it from the queue afterwards): + +`rmpc {{next|prev|stop|consume|togglerepeat|pause|unpause}}` + +- View the currently playing song: + +`rmpc song`