From 6252a84d880aebbc77de8d638752dbb932596f71 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Fri, 1 Jan 2021 00:00:32 +0000 Subject: [PATCH] Get the EMMS browser to not be retarded --- config.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config.org b/config.org index 3948edb..aa9c3df 100644 --- a/config.org +++ b/config.org @@ -674,6 +674,15 @@ needs to be set up to install them if they aren't already. (add-to-list 'emms-player-list 'emms-player-mplayer)) #+end_src +** Browser + To actually get stuff to show up in the browser it seems you have + to define a filter that includes everything, because fuck sane + defaults. + + #+begin_src emacs-lisp + (emms-browser-make-filter "all" 'ignore) + #+end_src + ** MPD To get EMMS to talk to MPD, we need to tell it how to connect to it, and to use it for getting track info and playing tracks: