Re: reading iTunesDB
Re: reading iTunesDB
- Subject: Re: reading iTunesDB
- From: Karl Kuehn <email@hidden>
- Date: Sun, 4 Jan 2004 17:12:01 -0500
Look at the dictionary again, the "track" item is more of an abstract
class than a concrete one. Take a look at the "file track" class, or
"audio CD track" if that is where it is coming from. You might have to
check for the class of each item to make sure that you know what you
are getting because iTunes allows users to mix them together. And as we
all know, users can do the darndest things...
Karl Kuehn
email@hidden
PS.. aliases require a bit of getting used to in AppleScript,
especially if you take them in and out of the Finder...
On Jan 4, 2004, at 3:03 PM, Martin Weil wrote:
After hours of coding I decided to take a look at the AppleScript
Dictionary from iTunes, and yes, it should work,
there is only one problem:
I need to get and set the path of a track. Sadly the track path
doesn't appear as it could
be read out or set. Or am I wrong?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.