makigumo

Results 25 comments of makigumo

Ah I see. I wasn't aware `localizedName` was kind of new. Btw, I'm on Intel. I agree its probably best to fix it in `swift_extensions.swift` After digging a little deeper...

I have tried to follow your suggestion. I hope I didn't miss anything. Please have a look.

Thank you, somehow I missed to remove displayName.

No problem, here it is. ``` ---- info[kDisplayProductName] = Optional({ "en_US" = X223HQ; }) -- info[kDisplayVendorID] = Optional(1138) CGDisplayVendorNumber(displayID) = 1138 info[kDisplayProductID] = Optional(152) CGDisplayModelNumber(displayID) = 152 info[kDisplaySerialNumber] = Optional(-1807666473)...

I think I have found a fix for the serial number mismatch. Please have a look as I'm not that experienced with Swift.

@Akemi Anything more required? Only cd9dbd41a479865d6d18a075a36b63918fe97a63 is really needed to solve the issue. And maybe ea78d494e7044587b9661bc94f7b5e80163c6e13 to be on the safer side. The other commits are more of a nice-to-have.

Please consider for inclusion * [ ] #9885 * which fixes #9697 and #9907

Addressed https://github.com/mpv-player/mpv/pull/9885#issuecomment-1046307112, which I somehow totally missed. Sorry about that.