fix beetag
[distro-setup] / subdir_files / .config / mpv / mpv.conf
index 8322b100a5f07e1830878615b2b47198986e76df..56023b770142812c1f2f274274bd2e7b4f532f27 100644 (file)
@@ -27,3 +27,19 @@ display-tags=
 #really-quiet
 # note, useful cli option:
 # --script-opts=osc-visibility=always
+
+# gets rid of lines like:
+# (+) Audio --aid=1 (flac 2ch 44100Hz)
+# AO: [pulse] 44100Hz stereo 2ch s16
+# and
+# ffmpeg/demuxer] mp3: Estimating duration from bitrate, this may be inaccurate
+#
+# Found via man mpv and its suggestion to use
+# --msg-level=all=trace
+#
+# for supressing
+# "Audio device underrun detected." it requires all=error.
+
+msg-level=cplayer=warn,ffmpeg/demuxer=error
+
+input-ipc-server=/tmp/mpvsock