• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Accessing 'date added' property of iTunes track (or 'release date')
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Accessing 'date added' property of iTunes track (or 'release date') (From: Chris <email@hidden>)

  • Prev by Date: Re: Mail and Attachments
  • Next by Date: Re: Native script spontanesouly going Classic
  • Previous by thread: Re: Accessing 'date added' property of iTunes track (or 'release date')
  • Next by thread: Re: Accessing 'date added' property of iTunes track (or 'release date')
  • Index(es):
    • Date
    • Thread