Re: How to access iTunes using cocoa
Re: How to access iTunes using cocoa
- Subject: Re: How to access iTunes using cocoa
- From: Jens Alfke <email@hidden>
- Date: Tue, 26 Jan 2010 11:37:24 -0800
On Jan 26, 2010, at 11:18 AM, Paul Sanders wrote:
OK, thanks guys. My script is pretty simple-minded: it just
retrieves each track in turn and compares the artist and title
with what I am looking for. We're way off-topic now, but is
there a better way? I'm trying to avoid adding the same track
to the library twice. Thanks.
tell app "iTunes"
first track whose name is "....." and artist is "...."
end
This will instantly return the track if it exists, or an error -1728
(not found).
—Jens_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden