Re: iTunes comments
Re: iTunes comments
- Subject: Re: iTunes comments
- From: Michelle Steiner <email@hidden>
- Date: Thu, 5 Oct 2006 07:29:37 -0700
On Oct 5, 2006, at 7:14 AM, 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?
I think that this will do it; I haven't tested it because I don't want to wipe out the comments in my iTunes.
-- Michelle
tell application "iTunes" repeat with this_track in tracks of view of browser window 1 set comment of this_track to "" end repeat end tell
-- If you always reach your goals, you set the bar too low. If you never reach your goals, you set the bar too high.
|
_______________________________________________
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>) |