diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf index 2e001100..016eff1c 100644 --- a/mpv/.config/mpv/mpv.conf +++ b/mpv/.config/mpv/mpv.conf @@ -50,3 +50,7 @@ fullscreen=yes # Don't allow new windows to have a size larger than 90% of the screen size autofit-larger=90%x90% + +# Don't use titles from the file metadata, since it may be incorrect. +title='${filename} - mpv' +script-opts='osc-title=${filename}'