Re: iTunes weirdness..
Re: iTunes weirdness..
- Subject: Re: iTunes weirdness..
- From: Andrew Oliver <email@hidden>
- Date: Tue, 30 Aug 2005 00:06:34 -0700
Title: Re: iTunes weirdness..
On 8/29/05 10:53 PM, "Jim Witte" <email@hidden> wrote:
[snip]
but if I put
tell application "iTunes"
get file track id of current track
end tell
I get an error (Expected _expression_ but found 'of')
[snip]
Why can't I get the 'file track id' from the 'current track' descriptor?
Because ‘file track id’ is not a property of a track. Tracks are elements of playlists so you need to query the playlist, not the track.
What is it you’re trying to achieve?
Andrew
:)
_______________________________________________
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