8ad1916fcf7ede062e6dc33c38f060cc3b90a491
[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
9 # use --profile d
10 [d]
11 loop-file=inf
12 shuffle
13 #vo=gpu
14 no-resume-playback
15 no-save-position-on-quit
16
17 [s]
18 shuffle
19
20 # audio, especially with beetag
21 [a]
22 volume=75
23 player-operation-mode=cplayer
24 audio-display=no
25 # dont display any tags
26 display-tags=
27 #really-quiet
28 # note, useful cli option:
29 # --script-opts=osc-visibility=always
30
31 # gets rid of lines like:
32 # (+) Audio --aid=1 (flac 2ch 44100Hz)
33 # AO: [pulse] 44100Hz stereo 2ch s16
34 # and
35 # ffmpeg/demuxer] mp3: Estimating duration from bitrate, this may be inaccurate
36 #
37 # Found via man mpv and its suggestion to use
38 # --msg-level=all=trace
39 msg-level=cplayer=warn,ffmpeg/demuxer=error