]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
mpv/mpv.conf: don't display pictures in sound files
authorSimon Ruderich <simon@ruderich.org>
Sun, 8 Feb 2015 02:31:29 +0000 (03:31 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 8 Feb 2015 02:31:29 +0000 (03:31 +0100)
mpv/mpv.conf

index 679be31b8681a10eccb9c02a89520d17d7fe7638..5f5d3e8158db1ea6432cbbdf9224a1546c7ef140 100644 (file)
@@ -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