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: