Get the EMMS browser to not be retarded
This commit is contained in:
parent
8763e4f668
commit
6252a84d88
@ -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))
|
(add-to-list 'emms-player-list 'emms-player-mplayer))
|
||||||
#+end_src
|
#+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
|
** MPD
|
||||||
To get EMMS to talk to MPD, we need to tell it how to connect to
|
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:
|
it, and to use it for getting track info and playing tracks:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user