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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -