From d23080a78956071a44454ef84b7519973702176f Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 30 Jul 2022 01:17:12 -0400 Subject: [PATCH] mpv: Don't use titles from file metadata This fixes an issue where some files would have incorrect metadata, although it may be more useful to overwrite the metadata on those files instead. --- mpv/.config/mpv/mpv.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf index 2e00110..016eff1 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}'