Re: iTunes Database
Re: iTunes Database
- Subject: Re: iTunes Database
- From: Olariu Adrian Mihai <email@hidden>
- Date: Fri, 05 Jan 2007 13:34:11 +0200
Yes, but when it is about getting all the songs from a playlist like
"Library" it takes about 1 minute. So I'm trying now to write an
applescript code to get all the tracks from a playlist :
tell application "iTunes"
get {database ID, name, artist} of every track of playlist "Music"
end tell
I wonder if it is possible to get all the informations of a track at
once without using {database ID, name, artist, etc ...}
Julio Cesar Silva dos Santos wrote:
I don't know any other framework. What is your concept of 'faster'?
For me it works just as fast as possible. In my app, FetchYourLyrics,
it retrieves the current song almost instantly.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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