X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=multimedia%2Fmpv%2Fmpv.conf;h=15936e16e33eb7b5306638c1cfc15d075d7f05fc;hb=HEAD;hp=31d6c8eff88e8d3cd104b4d24ddbab37fd6fec40;hpb=d6d4106445e4a4bcbe318cfa05792544bfabc8ce;p=config%2Fdotfiles.git diff --git a/multimedia/mpv/mpv.conf b/multimedia/mpv/mpv.conf index 31d6c8e..fdb610c 100644 --- a/multimedia/mpv/mpv.conf +++ b/multimedia/mpv/mpv.conf @@ -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