Start configuring emms-player-mpv

This commit is contained in:
Gerard Vermeulen 2022-04-19 04:03:39 +02:00
parent 8a3c829ad6
commit bf17f19bbc
1 changed files with 5 additions and 0 deletions

View File

@ -3613,6 +3613,11 @@ use with =elfeed=.
'(emms-player-mpd-server-port "6600")
'(emms-player-mpd-verbose nil)))
(with-eval-after-load 'emms-player-mpv
(custom-set-variables
'(emms-player-mpv-ipc-method 'ipc-server)
'(emms-player-mpv-update-metadata t)))
(with-eval-after-load 'emms-playing-time
(custom-set-variables
'(emms-playing-time-display-format " %s ")))