Re: Artist in iTunes
Re: Artist in iTunes
- Subject: Re: Artist in iTunes
- From: Marcus Rodrigues <email@hidden>
- Date: Tue, 12 Aug 2003 23:45:54 -0300
Thx!!! Now I see where I was going wrong ;-)
Please ignore my other iTunes questions ;-)
On Tuesday, August 12, 2003, at 11:36 PM, Bill White wrote:
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 =-(
o#? Marcus Rodrigues o#?
iBook 600 - Combo - Jaguar
CC4nsul do Brasil Apple Clube - Caxias do Sul
Moderador BAC-Macusers
ichat: marcusrodrigues
mailto:email@hidden
http://homepage.mac.com/marcusrodrigues
_______________________________________________
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.