]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - multimedia/mpv/mpv.conf
shell: set GOTOOLCHAIN=local
[config/dotfiles.git] / multimedia / mpv / mpv.conf
index 31d6c8eff88e8d3cd104b4d24ddbab37fd6fec40..fdb610c39a087fd17978e1c27e4e22c9c76226f4 100644 (file)
@@ -19,8 +19,6 @@
 # Use hardware decoding if possible
 hwdec=auto
 
-# Use ALSA as audio driver.
-ao=alsa
 # Set default value of internal mixer (0-100). Since 0.18.1 mpv has no access
 # to hardware mixer.
 volume=50
@@ -78,5 +76,7 @@ prefetch-playlist=yes
 # --secondary-sid is used on the command line (mpv only saves settings with a
 # different value).
 watch-later-options-append=secondary-sid
+# Also keep play/pause state (necessary since 0.37).
+watch-later-options-append=pause
 
 # vim: ft=mplayerconf