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.
This commit is contained in:
Donovan Glover 2022-07-30 01:17:12 -04:00
parent e1cd81f9b4
commit d23080a789
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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}'