diff options
Diffstat (limited to 'dotfiles/.config/mpv')
| -rw-r--r-- | dotfiles/.config/mpv/input.conf | 2 | ||||
| -rw-r--r-- | dotfiles/.config/mpv/mpv.conf | 2 |
2 files changed, 4 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 136a5e6..c0d4e43 100644 --- a/dotfiles/.config/mpv/mpv.conf +++ b/dotfiles/.config/mpv/mpv.conf @@ -7,8 +7,10 @@ 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 +sub-file-paths=sub:subs:subtitles ytdl-format="bestvideo[height<=1440]+bestaudio" |
