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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -