From 585622cd0c4b945fb998b5658ad72c81dead6032 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 8 Feb 2015 03:31:29 +0100 Subject: [PATCH] mpv/mpv.conf: don't display pictures in sound files --- mpv/mpv.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mpv/mpv.conf b/mpv/mpv.conf index 679be31..5f5d3e8 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -57,4 +57,7 @@ osc=no # Thanks to wm4 in $mpv-player on Freenode (2014-08-18 01:24 CEST). osd-status-msg="${time-pos} / ${length} (${percent-pos}%)${?cache: Cache: ${cache}%}" +# Don't display attached pictures in sound files. +audio-display=no + # vim: ft=mplayerconf -- 2.44.1