improve beetag usability
[distro-setup] / subdir_files / .config / mpv / mpv.conf
index 49d4960838796c5051538b72598e7e70a7937d69..8ad1916fcf7ede062e6dc33c38f060cc3b90a491 100644 (file)
@@ -17,10 +17,23 @@ no-save-position-on-quit
 [s]
 shuffle
 
-# audio
+# audio, especially with beetag
 [a]
 volume=75
 player-operation-mode=cplayer
-
+audio-display=no
+# dont display any tags
+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
+msg-level=cplayer=warn,ffmpeg/demuxer=error