X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=multimedia%2Fmpv%2Fmpv.conf;h=15936e16e33eb7b5306638c1cfc15d075d7f05fc;hb=6bd2f6fb7f4d5b936c1f08eabc97c3be7625b3d7;hp=96ebf6d680f24e60769f941120e67f4b580e994c;hpb=e0781e9769805ba0afeeb24876f3f93689eab7f1;p=config%2Fdotfiles.git diff --git a/multimedia/mpv/mpv.conf b/multimedia/mpv/mpv.conf index 96ebf6d..15936e1 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 @@ -74,4 +72,9 @@ demuxer-max-bytes=300MiB # Very useful when watching series. prefetch-playlist=yes +# Save secondary-sid to watch-later state files. Note that this won't work if +# --secondary-sid is used on the command line (mpv only saves settings with a +# different value). +watch-later-options-append=secondary-sid + # vim: ft=mplayerconf