From 1f13bae7af3635afe52c103e54bacb6b043956bb Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 25 Jan 2024 07:29:28 +0200 Subject: emacs:(emms) Update mpv parameters, add no-video --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 8858809..9e7f65f 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -378,7 +378,7 @@ emms-info-asynchronously t emms-show-format "♪ %s") (emms-default-players)) - (setf emms-player-mpv-parameters nil) + (setf emms-player-mpv-parameters '("--quiet" "--really-quiet" "--no-audio-display" "--no-video")) :bind (:map emms-playlist-mode-map (("A" . 'emms-add-directory-tree)))) -- cgit v1.2.3