9af96a3f2b9709f8e1132556e4ffd914c5b0f163
[distro-setup] / subdir_files / .config / mpv / mpv.conf
1 #loop=inf
2 #pause
3 #save-position-on-quit
4 #loop-file=inf
5 loop-file=no
6 volume=50
7 player-operation-mode=pseudo-gui
8 replaygain=track
9
10 # use --profile d
11 [d]
12 loop-file=inf
13 shuffle
14 #vo=gpu
15 no-resume-playback
16 no-save-position-on-quit
17
18 [s]
19 shuffle
20
21 # audio, especially with beetag
22 [a]
23 volume=100
24 player-operation-mode=cplayer
25 audio-display=no
26 # dont display any tags
27 display-tags=
28 #really-quiet
29 # note, useful cli option:
30 # --script-opts=osc-visibility=always
31
32 # gets rid of lines like:
33 # (+) Audio --aid=1 (flac 2ch 44100Hz)
34 # AO: [pulse] 44100Hz stereo 2ch s16
35 # and
36 # ffmpeg/demuxer] mp3: Estimating duration from bitrate, this may be inaccurate
37 #
38 # Found via man mpv and its suggestion to use
39 # --msg-level=all=trace
40 #
41 # for supressing
42 # "Audio device underrun detected." it requires all=error.
43
44 msg-level=cplayer=warn,ffmpeg/demuxer=error
45
46 input-ipc-server=/tmp/mpvsock