mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
https://git.savannah.gnu.org/git/emms.git@c42fab572846 -> https://git.savannah.gnu.org/git/emms.git@32ff8a70ca97 kidd/org-gcal.el@80e6f9501f -> kidd/org-gcal.el@8b6df4b727 tecosaur/emacs-everywhere@da88fa2d04 -> tecosaur/emacs-everywhere@ed03b9396d
app/emms
Description
Prerequisites
This module requires an active MPD server, the MPC utility, and a music library.
Arch Linux
pacman -S mpd mpc
NixOS
services.mpd.enable = true;
environment.systemPackages = [ pkgs.mpc_cli ];
Ubuntu
apt install mpd mpc
Troubleshooting
New music files not showing up in database
Try M-x +emms/mpd-restart-music-daemon
. If that doesn't work restart emacs.
Appendix
Keybinds
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.