diff options
Diffstat (limited to '.config/mpv')
-rw-r--r-- | .config/mpv/mpv.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index c30d948..5193c2d 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,8 +1,13 @@ volume=50 hwdec=auto-safe -sub-auto=fuzzy +sub-auto=all sub-file-paths=sub:subtitles:subs:Subs +sub-font='Arial Regular' +sub-color='#fcf44d' +sub-shadow-color='#000000' +sub-border-size=1 +sub-shadow-offset=1 ytdl-format="bv[height<=?1080]+ba/b[height<=?1080]" ytdl-raw-options=ignore-config=,sub-format=en,write-sub= |