aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/mpv
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.config/mpv')
-rw-r--r--dotfiles/.config/mpv/input.conf2
-rw-r--r--dotfiles/.config/mpv/mpv.conf3
2 files changed, 5 insertions, 0 deletions
diff --git a/dotfiles/.config/mpv/input.conf b/dotfiles/.config/mpv/input.conf
index 6e789ac..2798fee 100644
--- a/dotfiles/.config/mpv/input.conf
+++ b/dotfiles/.config/mpv/input.conf
@@ -205,6 +205,8 @@ k add volume 2
s cycle sub
S cycle sub down
+Ctrl+s cycle secondary-sid
+Ctrl+S cycle secondary-sid down
a cycle audio
A cycle audio down
diff --git a/dotfiles/.config/mpv/mpv.conf b/dotfiles/.config/mpv/mpv.conf
index c17ea6c..3090a6a 100644
--- a/dotfiles/.config/mpv/mpv.conf
+++ b/dotfiles/.config/mpv/mpv.conf
@@ -7,6 +7,9 @@ slang=en,eng,es,spa,ru,rus
osd-font=monospace
osd-msg3="${?core-idle==yes:}${?core-idle==no:} ${time-pos}/${duration} ${media-title}"
input-ipc-server=/tmp/mpvsock
+keep-open=yes
+
+sub-auto=fuzzy
ytdl-format="bestvideo[height<=1440]+bestaudio"