Re: Accessing 'date added' property of iTunes track (or 'release date')
Re: Accessing 'date added' property of iTunes track (or 'release date')
- Subject: Re: Accessing 'date added' property of iTunes track (or 'release date')
- From: Neil Faiman <email@hidden>
- Date: Fri, 26 Aug 2005 18:54:46 -0400
On Aug 26, 2005, at 4:03 PM, Chris wrote:
I'm trying to sort a list of iTunes tracks by the 'date added'
property (as listed in the iTunes applescript dictionary), but
can't find a way of asking for it that Script Editor is happy with.
i.e. None of the following work:
set track_date (added date of my_track)
set track_date (date added of my_track)
set track_date (addition date of my_track)
If that is really the way that you wrote your code, then I think that
you want is
set track_date to (date added of my_track)
Without the "to", it isn't a valid AppleScript assignment.
Regards,
Neil Faiman
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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