Re: (no subject)
Re: (no subject)
- Subject: Re: (no subject)
- From: deivy petrescu <email@hidden>
- Date: Thu, 5 Oct 2006 18:49:14 -0400
On Oct 5, 2006, at 10:14, Simon, Garry wrote:
I have an iTunes scripting question. I would like to remove all the
comments contained in the "info" windows of every song in my
library. Is
it possible to do this with a script?
Thank you,
Garry Simon
This one works:
<script>
tell application "iTunes" to set comment of every track of playlist
"Library" whose comment is not "" to ""
</script>
Deivy
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >(no subject) (From: "Simon, Garry" <email@hidden>) |