mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-29 00:58:36 +01:00
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:
parent
e1cd81f9b4
commit
d23080a789
@ -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}'
|
||||
|
Loading…
Reference in New Issue
Block a user