From 6db2111e2d0ef2790baafd8478511144ca86d0a2 Mon Sep 17 00:00:00 2001 From: "Adam M. Stück" Date: Fri, 3 Feb 2023 23:35:48 +0100 Subject: mpv: auto subtitles with nice yellow aesthetic --- .config/mpv/mpv.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.config') 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= -- cgit v1.2.3-70-g09d2