Getting all artists for a track via AppleScript for Spotify -


i see recommended way artist name of track is:

tell application "spotify"     set artistname artist of current track     return artistname end tell 

but track multiple artists, method display first artist. know of way artists of given track returned? missing something, or extent of spotify applescript api can do? perhaps there way without using applescript


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -