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

Is there a better way to structure post methods in Class Based Views -

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -