This module enables Emacs to be used as a music player. It uses mpd as a backend server and mpc to update your music database.
This module has no dedicated maintainers.
This module provides no flags.
This module requires an active MPD server, the MPC utility, and a music library.
pacman -S mpd mpc
services.mpd.enable = true;
environment.systemPackages = [ pkgs.mpc_cli ];
apt install mpd mpc
Try M-x +emms/mpd-restart-music-daemon
. If that doesn’t work restart emacs.
SPC m l
Toggles whether or not the player repeats the playlist.SPC m m
Mixes the playlist.SPC m i
Insert specific songSPC m s
Save the current playlist to a fileSPC m p
Insert playlist save into current playlistg a
Sort the browser by artistsg b
Sort the browser by genreX
Stops the playerx
pauses the playerD
in the playlist window removes that itemC
clears the playlist>
move five seconds forward in the current track<
Opposite five backRET
In browser adds the artist’s songs to the playlist, in the playlist starts playlist.