Tsubajashi / mpv-settings

basically my settings for MPV
387 stars 41 forks source link

New interface doesn't work for macOS Big Sur #16

Closed xiaoleichen closed 3 years ago

xiaoleichen commented 3 years ago

Tested on 3 different macs. All control icons are not rendered.

(Pulled everything in repo and placed them under ~/.config/mpv/, and renamed mpv_osx.conf to mpv.conf) modernx

xiaoleichen commented 3 years ago

Found a way around it. Replacing encoding string (ne.content = '\xEF\x8E\xB5') with char itself (ne.content = '') works. But any solution without changing the script would be much better.

Tsubajashi commented 3 years ago

you should only need to actually install the font. that would be enough. i tested it on macOS Monterey, so it should work with Big Sur aswell.

WonderfulSpivey commented 3 years ago

Can confirm interface is fine on Big Sur when included font is installed.

Tsubajashi commented 3 years ago

thanks for the confirmation. i will close the ticket then :)