08.03.2011, 03:28
Code:
on run
try
tell application "iTunes"
set songTitle to the name of the current track
set songArtist to the artist of the current track
set songAlbum to the album of the current track
set songYear to the year of the current track
set the clipboard to "/me lauscht:" & the songArtist & " - " & songTitle & " \"" & songAlbum & ", " & songYear & "\""
end tell
end try
try
set the clipboard to Unicode text of (the clipboard as record)
on error errMsg
display dialog errMsg
end try
tell application "System Events"
key code 9 using {command down}
end tell
end run
I hate my flesh.
It's dimension poisoned my soul with doubt.
It made me question the essence of the "I".
It's dimension poisoned my soul with doubt.
It made me question the essence of the "I".