summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorder richter <der.richter@gmx.de>2023-11-08 01:26:29 +0100
committerder richter <der.richter@gmx.de>2023-11-10 14:30:32 +0100
commita54cc02341fed3e1e2408a692aa4753718ee969f (patch)
tree0b4fb98ee72c5543ca226ed2bcc29d425aafc1d6 /DOCS
parent040a921964fd64f310b95f35af88f3d805bba684 (diff)
downloadmpv-a54cc02341fed3e1e2408a692aa4753718ee969f.tar.bz2
mpv-a54cc02341fed3e1e2408a692aa4753718ee969f.tar.xz
mac: change display name retrieval to localizedName NSScreen property
the old displayName property via the IODisplay API is not working anymore on ARM based macs and was broken in at least one other case. instead we use the new localizedName property introduced in 10.15 of the NSScreen. we don't need any backwards compatibility since 10.15 is the oldest version we support now. configs and scripts that use the options and properties fs-screen-name, screen-name or display-names need to be adjusted since the names could differ from the previous implementation via the IODisplay API. Fixes #9697
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 53ff736562..bc2d33fa83 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -115,6 +115,8 @@ Interface changes
- add hdr metadata to `video-params` property
- remove `hdr-metadata` property
- add `--target-gamut`
+ - change the way display names are retrieved on macOS, usage of options and properties
+ `--fs-screen-name`, `--screen-name` and `display-names` needs to be adjusted
--- mpv 0.36.0 ---
- add `--target-contrast`
- Target luminance value is now also applied when ICC profile is used.