[Webkit-unassigned] [Bug 223731] New: Now Playing artwork doesn't update when changed.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 24 23:20:45 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=223731

            Bug ID: 223731
           Summary: Now Playing artwork doesn't update when changed.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jya at apple.com
                CC: eric.carlson at apple.com,
                    webkit-bug-importer at group.apple.com

In bug 223118 we added support for artwork image.

When a new artwork is found, we call MediaRemote with the following keys:
        CFDictionarySetValue(info.get(), kMRMediaRemoteNowPlayingInfoArtworkData, nsArtwork.get());
        CFDictionarySetValue(info.get(), kMRMediaRemoteNowPlayingInfoArtworkMIMEType, nowPlayingInfo.artwork->mimeType.createCFString().get());
        CFDictionarySetValue(info.get(), kMRMediaRemoteNowPlayingInfoArtworkIdentifier, nowPlayingInfo.artwork->src.createCFString().get());

The artwork only gets refreshed once when the user click in macOS Now Playing menu bar and click on pause/play. It doesn't get updated from then on.

This bug is hoping to find the reason on why that would be the case.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210325/39c39376/attachment.htm>


More information about the webkit-unassigned mailing list