emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/listen a4d468047a 1/2: Fix: (listen-player-mpv) Disable


From: ELPA Syncer
Subject: [elpa] externals/listen a4d468047a 1/2: Fix: (listen-player-mpv) Disable cover art
Date: Sun, 22 Sep 2024 15:58:23 -0400 (EDT)

branch: externals/listen
commit a4d468047a381f07553eef440ed660fca22eb53c
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Fix: (listen-player-mpv) Disable cover art
    
    It's undesirable to pop up a window showing cover art whenever an
    audio file happens to have some.
---
 listen-mpv.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/listen-mpv.el b/listen-mpv.el
index 62d116ab29..ad11027ca4 100755
--- a/listen-mpv.el
+++ b/listen-mpv.el
@@ -36,7 +36,7 @@
     (listen-player-mpv
      (:include listen-player
                (command "mpv")
-               (args '("--no-msg-color" "--idle"))
+               (args '("--no-msg-color" "--idle" "--audio-display=no"))
                (max-volume 100)
                (etc '((:request-id . 0))))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]