Emms 5.3: Add workaround for mpv 0.30.

Remove when 5.4 is out.
master
Pierre Neidhardt 2019-12-06 10:50:01 +01:00
parent 8c51e94c98
commit 654ce4c46f
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@
(add-to-list 'emms-player-mpv-parameters "--no-audio-display")
(add-to-list 'emms-info-functions 'emms-info-cueinfo)
(when (version<= emms-version "5.3")
(setq emms-player-mpv-ipc-method 'file)) ; TODO: Remove once Emms 5.4 is out.
(if (executable-find "emms-print-metadata")
(progn
(require 'emms-info-libtag)