iTunes playlist and ID number
iTunes playlist and ID number
- Subject: iTunes playlist and ID number
- From: "Daniele M." <email@hidden>
- Date: Wed, 5 Mar 2003 12:39:18 +0100
- Organization: westcode software, inc.
Hello,
I have created a program that parse the songs list inside the "ITunes
Music Library.xml". But now i would to play one of it. The xml contains
only the ID number of the songs (not name, artist etc).
Using AppleScript i can to play a file with:
tell application "iTunes"
play track xxx of playlist xxx
end tell
i haven't the track number... but only the ID... how can i play a song
using AS if have only it's ID number?
Thank you to all
Dan
_______________________________________________
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.