Re: dd: obtaining an iTunes CD playlist
Re: dd: obtaining an iTunes CD playlist
- Subject: Re: dd: obtaining an iTunes CD playlist
- From: garbanzito <email@hidden>
- Date: Wed, 6 Mar 2002 00:41:00 -0700
at 2002 03 06, 00:08 -0500, they whom i call dave dowling wrote:
set n to (count audio CD tracks of source y)
look again at the dictionary. an audio CD track is not an
element of a source, it's an element of an audio CD
playlist, which is in turn an element of a source. try
instead:
set n to (count audio CD tracks of audio CD playlist 1 of source y)
--
steve harley email@hidden
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.