Re: iTunes weirdness..
Re: iTunes weirdness..
- Subject: Re: iTunes weirdness..
- From: Emmanuel <email@hidden>
- Date: Tue, 30 Aug 2005 08:56:11 +0200
At 12:53 AM -0500 8/30/05, Jim Witte wrote:
If I put in
tell application "iTunes"
get current track
end tell
I get
file track id 1272 of user playlist id 1269 of source id 67 of
application "iTunes"
but if I put
tell application "iTunes"
get file track id of current track
end tell
The right syntax should be (like Jay noticed) tell application
"iTunes" to get id of (get current track).
For some reason iTunes' programmer forbid that you get the value, but
you can ask for it outside of a "tell" wrapper:
tell application "iTunes" to set x to current track
id of x
Emmanuel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden