Jonathan Puckey

Results 97 comments of Jonathan Puckey

Thanks for the pull request. I tried `getAppleGPUFromCapabilities` on some Apple silicon desktops:`M1 Max (Macbook Pro)`, `M2 (Mac Mini)`, `M4 (Mac Mini)`. It gave the same score for all of...

Before approving this, I want to make sure we can't fix things using the custom controls which was removed in this pr. The reason for the custom controls code is...

When a track in an AA playlist is selected, does that also modify the RNTP queue? I.e. that it changes to reflect the active playlist?

Using `setLibraryErrorReplicationMode` together with ```kotlin LibraryResult.ofError(SessionError(SessionError.ERROR_UNKNOWN, "Something went wrong")) ``` still produces the same behavior for me. I pushed a minimal example to the `demo-session-service` here: https://github.com/puckey/media/commit/89320dec4c64a941ec51f3194c48943262c305be When running the...

Thanks for digging into this, @marcbaechinger. Looking forward to your findings. And thanks for weighing in, @NikSatyr. The main UX drawback of exposing a browsable `MediaItem` with an error message...

Here is a screenshot of the greyed out button the Spotify app is able to render in AA:

Hey @marcbaechinger, any updates on this when you get a chance? Happy to help if needed!