X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=subdir_files%2F.config%2Fmpv%2Fmpv.conf;h=9af96a3f2b9709f8e1132556e4ffd914c5b0f163;hb=a44c96f8de0dfbb302923b48961abc912b41803e;hp=4fc20de16b003e1b5dd99338cf6611554bdc01ca;hpb=01ccff895787ca94ad37d11cb93f0440a29edd7c;p=distro-setup diff --git a/subdir_files/.config/mpv/mpv.conf b/subdir_files/.config/mpv/mpv.conf index 4fc20de..9af96a3 100644 --- a/subdir_files/.config/mpv/mpv.conf +++ b/subdir_files/.config/mpv/mpv.conf @@ -5,6 +5,7 @@ loop-file=no volume=50 player-operation-mode=pseudo-gui +replaygain=track # use --profile d [d] @@ -16,3 +17,30 @@ no-save-position-on-quit [s] shuffle + +# audio, especially with beetag +[a] +volume=100 +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 +# +# for supressing +# "Audio device underrun detected." it requires all=error. + +msg-level=cplayer=warn,ffmpeg/demuxer=error + +input-ipc-server=/tmp/mpvsock