aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rwxr-xr-xmpv/.config/mpv/mpv.conf1
-rw-r--r--mpv/.config/yt-dlp/config3
2 files changed, 3 insertions, 1 deletions
diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf
index 34041e6..08d9d63 100755
--- a/mpv/.config/mpv/mpv.conf
+++ b/mpv/.config/mpv/mpv.conf
@@ -15,6 +15,7 @@ audio-spdif=ac3,eac3,dts-hd,truehd
# Window
save-position-on-quit=yes
+border=no
# Terminal
msg-color=yes # color log messages on terminal
diff --git a/mpv/.config/yt-dlp/config b/mpv/.config/yt-dlp/config
index 7dbc88c..143f217 100644
--- a/mpv/.config/yt-dlp/config
+++ b/mpv/.config/yt-dlp/config
@@ -2,5 +2,6 @@
--downloader-args="aria2c:-x 16 -k 1M"
--cookies-from-browser=firefox
--yes-playlist
+--write-subs
--write-auto-subs
---sub-langs="en.*,live_chat"
+--sub-langs="en,en.*,live_chat"