From: Simon Ruderich Date: Sun, 8 Feb 2015 02:31:29 +0000 (+0100) Subject: mpv/mpv.conf: don't display pictures in sound files X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=585622cd0c4b945fb998b5658ad72c81dead6032 mpv/mpv.conf: don't display pictures in sound files --- 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