Get the EMMS browser to not be retarded

This commit is contained in:
Camden Dixie O'Brien 2021-01-01 00:00:32 +00:00
parent 8763e4f668
commit 6252a84d88

View File

@ -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: