diff options
author | Saumit Dinesan <79687674+justsaumit@users.noreply.github.com> | 2022-01-26 20:50:09 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-26 20:50:09 +0530 |
commit | be0ae2c924a9bb2793e88c50df1f9c8c0264f3c4 (patch) | |
tree | 2a0044381896ba0dfa079964d526737c9d7df407 /.config/mpv | |
parent | c581ae3f387a5ec47ccf73a07de4183ad99240f0 (diff) |
Update mpv.conf
Diffstat (limited to '.config/mpv')
-rw-r--r-- | .config/mpv/mpv.conf | 8 |
1 files changed, 5 insertions, 3 deletions
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 |