Re: Artist in iTunes
Re: Artist in iTunes
- Subject: Re: Artist in iTunes
- From: Bill White <email@hidden>
- Date: Tue, 12 Aug 2003 22:36:40 -0400
Marcus,
You're very close! Try this:
tell application "iTunes"
set theMusic to name of current track
set theArtist to artist of current track
display dialog "Playing " & theMusic & " of " & theArtist & "."
end tell
HTH,
Bill
>
What is the correct statement for getting a track Artist?
>
>
I did:
>
>
tell application "iTunes"
>
set theMusic to name of current track
>
set theArtist to artist of theMusic
>
display dialog "Playing " & theMusic & " of " & theArtist & "."
>
end tell
>
None work =-(
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.