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: Chris <email@hidden>
- Date: Sun, 28 Aug 2005 14:53:44 +0100
On 26 Aug 2005, at 23:54, Neil Faiman wrote:
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)
That was a typo in my email - the real script does have a 'to' in
it, but doesn't work.
Full script follows, if you don't mind having a quick look at it:
(it's my very first, and I can only claim the credit for the 'tell'
block at the top)
(the last block is where the problem seems to be)
Including the script bumped my message over the lists 64k limit, so
the script can be found here:
http://homepage.ntlworld.com/azure.blue/Podcast catchup.scpt
_______________________________________________
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