emms-player-mpv

https://github.com/dochang/emms-player-mpv.git

git clone 'git://github.com/dochang/emms-player-mpv.git'
9

emms-player-mpv.el — mpv support for EMMS

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.

Installation

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.

Usage

Add the following into your .emacs:

(require 'emms-player-mpv)
(add-to-list 'emms-player-list 'emms-player-mpv)