diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf index 016eff1..1db420a 100644 --- a/mpv/.config/mpv/mpv.conf +++ b/mpv/.config/mpv/mpv.conf @@ -51,6 +51,9 @@ fullscreen=yes # Don't allow new windows to have a size larger than 90% of the screen size autofit-larger=90%x90% +# Automatically make playlists out of directory files +script=/usr/share/mpv/scripts/autoload.lua + # Don't use titles from the file metadata, since it may be incorrect. title='${filename} - mpv' script-opts='osc-title=${filename}'