on substitute()
tell application "Spotify"
set _title to name of current track
set _artist to artist of current track
set _url to spotify url of current track
end tell
set message to _title & " - " & _artist & " " & _url
return message
end substitute
# by xevix on 07/29/11 at 23:05:07
on substitute()
tell application "Spotify"
set _title to name of current track
set _artist to artist of current track
set _url to spotify url of current track
end tell
set message to _title & " - " & _artist & " " & _url
return message
end substitute
substitute()