Accessing 'date added' property of iTunes track (or 'release date')
Accessing 'date added' property of iTunes track (or 'release date')
- Subject: Accessing 'date added' property of iTunes track (or 'release date')
- From: Chris <email@hidden>
- Date: Fri, 26 Aug 2005 21:03:33 +0100
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)
One of the other properties listed is 'modification date', which
isn't appropriate for my use, but which works exactly as listed in
the dictionary:
e.g.
set mod_date (modification date of my_track)
The truth is that what I _really_ want is 'release date', as listed
by iTunes in the new special-case Podcasts list, but that doesn't
even make an appearance in the dictionary.
Chris
_______________________________________________
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