How to access Apple Music album art in iTunes via Apple Script
问题 I'm trying to create an application that sets the desktop background to the album artwork of the current song playing in iTunes, but have come across an issue where my script can't read the album art of an Apple Music song unless it has been added to the user's music collection or playlist. Currently I am using this code to extract the album art. -- get the raw bytes of the artwork into a var tell application "iTunes" to tell artwork 1 of current track set srcBytes to raw data -- figure out