Setting Up MPD and RMPC
What is RMPC? RMPC is a TUI (terminal UI) client for MPD — it does not do audio output itself, it just sends commands to MPD. (mierak.github.io) So the setup has two parts: Install & configure MPD (the server/daemon that plays music) Install & configure RMPC to connect to MPD Step 1: Install MPD + required clients/tools On Arch-like systems: sudo pacman -S mpd mpc You may also install ncmpcpp (another MPD client) for testing. (ArchWiki) ...