From be0ae2c924a9bb2793e88c50df1f9c8c0264f3c4 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan <79687674+justsaumit@users.noreply.github.com> Date: Wed, 26 Jan 2022 20:50:09 +0530 Subject: Update mpv.conf --- .config/mpv/mpv.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '.config/mpv') diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 8eba769..70a63e1 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -39,8 +39,10 @@ #autofit-larger=90%x90% # Do not close the window on exit. -#keep-open=yes +keep-open=yes +#Don't close the video on end, instead loop it and wait for q +#loop-file='inf' # Do not wait with showing the video window until it has loaded. (This will # resize the window once video is loaded. Also always shows a window with # audio.) @@ -59,7 +61,7 @@ # audio settings # ################## -volume=25 +volume=50 # Specify default audio device. You can list devices with: --audio-device=help # The option takes the device string (the stuff between the '...'). #audio-device=alsa/default @@ -101,7 +103,7 @@ volume=25 #cache-on-disk=yes # Display English subtitles if available. -#slang=en +slang=en # Play Finnish audio if available, fall back to English otherwise. #alang=fi,en -- cgit v1.2.3