-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmpv.conf
19 lines (14 loc) · 943 Bytes
/
mpv.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# =============================== [ SEEKING ] =============================== #
# save-position-on-quit=yes # saves the seekbar position on exit
# force-seekable=yes # forces videos to be seekable
# ================================ [ AUDIO ] ================================ #
volume-max=200 # maximum volume in %
volume=70 # default volume, 100 = unchanged
# =============================== [ GENERAL ] =============================== #
keep-open=no # keeps the player open after end
pause=no # disables autoplay
# =========================== [ CONFIG MODULES ] ============================ #
include="~~/configs/mpv_osd.conf"
include="~~/configs/mpv_subtitles.conf"
include="~~/configs/mpv_file_extensions.conf"
# =========================================================================== #