Utkarsh Singh <[email protected]> writes: > Hi, > > My config: > (use-package emms > :ensure > :config > (emms-all) > (emms-default-players) > (setq emms-source-file-default-directory "~/Music/")) > > Emms shows no feedback when pressing RET. For webm I needed mpv which I > have already installed. > > System info: > ~ $ uname -a > Linux archlinux 5.9.14-arch1-1 #1 SMP PREEMPT Sat, 12 Dec 2020 14:37:12 +0000 > x86_64 GNU/Linux > > Emacs info: > GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.22, > cairo version 1.17.3) of 2020-08-28
Can you please try again after evaluating: (setq emms-player-list '(emms-player-mpv)) -- "Cut your own wood and it will warm you twice"
