https://github.com/dochang/emms-player-mpv.git
git clone 'git://github.com/dochang/emms-player-mpv.git'
This library provides a player that uses mpv for EMMS. It
supports pause and seeking. For loading subtitles automatically, try
adding autosub-match=fuzzy
to your ~/.mpv/config
, see mpv manual
for more.
This library is based on `emms-player-mplayer.el' in EMMS.
This library is available on MELPA and el-get as emms-player-mpv
.
Otherwise, download emms-player-mpv.el
and put it in your load path.
Add the following into your .emacs
:
(require 'emms-player-mpv)
(add-to-list 'emms-player-list 'emms-player-mpv)