Re: iTunes playlist
Re: iTunes playlist
- Subject: Re: iTunes playlist
- From: Sander Tekelenburg <email@hidden>
- Date: Sun, 11 Apr 2004 06:46:09 +0200
At 19:09 -0500 UTC, on 2004/04/10, email@hidden wrote:
[...]
>
Is there a way to tell if a playlist is a normal playlist or a smart
>
playlist?
Yes. As the iTunes dictionary tells you, user playlists have a smart
property. So you can do it with a one-liner:
tell application "iTunes" to set smartPlaylists to name of every user
playlist whose smart is true
--
Sander Tekelenburg, <
http://www.euronet.nl/~tekelenb/>
_______________________________________________
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.