]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - mpv/mpv.conf
mpv: remove softvol, add volume
[config/dotfiles.git] / mpv / mpv.conf
index 19eeaa3203f9fc522ae2995bc624ceea2a79bb6a..161985a1e2fe0795899091c7d0f447b24f8bb67d 100644 (file)
@@ -1,6 +1,6 @@
 # Mpv (mplayer2 fork) configuration file.
 
-# Copyright (C) 2011-2015  Simon Ruderich
+# Copyright (C) 2011-2016  Simon Ruderich
 #
 # This file is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -18,8 +18,9 @@
 
 # Use ALSA as audio driver, use PCM for volume control.
 ao=alsa:mixer-name=PCM
-# Use the audio driver volume control if possible.
-softvol=no
+# Set default value of internal mixer (0-100). Since 0.18.1 mpv has no access
+# to hardware mixer.
+volume=50
 
 # Fullscreen playback.
 fs=yes
@@ -44,6 +45,9 @@ sub-text-font-size=33
 # pleasant to read for me.
 sub-text-margin-y=30
 
+# Try to find subtitles in similar-looking file names.
+sub-auto=fuzzy
+
 # Disable the mouse as I don't use it.
 input-cursor=no