diff options
author | Pierre Neidhardt <ambrevar@gmail.com> | 2018-04-09 11:49:26 +0530 |
---|---|---|
committer | Pierre Neidhardt <ambrevar@gmail.com> | 2018-04-09 12:23:13 +0530 |
commit | 283c04e54c080b55f7d044b7eaa54f29356e97da (patch) | |
tree | a7ec6146959198d95ad9a73b2826ebbae1ff5f28 /doc/emms.texinfo | |
parent | 58c83cf6c640bc241fb933ce743d1876bbcbba8c (diff) |
* lisp/emms-player-mpv.el: Add the mpv backend
Diffstat (limited to 'doc/emms.texinfo')
-rw-r--r-- | doc/emms.texinfo | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/emms.texinfo b/doc/emms.texinfo index e5b5db9..215d282 100644 --- a/doc/emms.texinfo +++ b/doc/emms.texinfo @@ -195,8 +195,9 @@ to your @file{.emacs}. The function @code{emms-default-players} in the last line sets up the list of default players. The list contains lightweight specialized players like ogg123 or mpg321 and we-play-everything-players such as -mplayer, vlc, etc.. To be sure that emms can play all your music you -should check that your preferred players are installed on the machine. +mplayer, mpv, vlc, etc.. To be sure that emms can play all your music +you should check that your preferred players are installed on the +machine. More detail about setting up Emms can be found in the setup chapter, @xref{Setup}. @@ -2342,7 +2343,7 @@ more information about Emms setup levels see @xref{Setup}. `emms-stream-info' calls a backend program to query the stream for information. The preferred program needs to be specified by setting -the variable @var{emms-stream-info-backend} either `mplayer' or +the variable @var{emms-stream-info-backend} either `mplayer', `mpv' or `vlc'. For instance: @lisp |