aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mpv
diff options
context:
space:
mode:
Diffstat (limited to 'mpv')
-rwxr-xr-xmpv/.config/mpv/mpv.conf3
-rw-r--r--mpv/.config/yt-dlp/config9
2 files changed, 9 insertions, 3 deletions
diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf
index f52eced..34041e6 100755
--- a/mpv/.config/mpv/mpv.conf
+++ b/mpv/.config/mpv/mpv.conf
@@ -34,6 +34,9 @@ sub-font-size=16
sub-align-x=center
sub-align-y=bottom
+# Scripts
+script-opts=ytdl_hook-ytdl_path=yt-dlp
+
[twitch]
profile-cond=get("media-title", ""):find("twitch.tv/[^ /]+") ~= nil
profile-restore=copy-equal
diff --git a/mpv/.config/yt-dlp/config b/mpv/.config/yt-dlp/config
index 04a163f..f664a56 100644
--- a/mpv/.config/yt-dlp/config
+++ b/mpv/.config/yt-dlp/config
@@ -1,3 +1,6 @@
---sub-langs=all
---cookies-from-browser=chromium
---embed-subs
+--downloader=aria2c
+--downloader-args="aria2c:-x 16 -k 1M"
+--cookies-from-browser=firefox
+--yes-playlist
+--write-auto-subs
+--sub-langs="en.*,all"