Re: iTunes -- Remove Missing Tracks?
Re: iTunes -- Remove Missing Tracks?
- Subject: Re: iTunes -- Remove Missing Tracks?
- From: Paul Skinner <email@hidden>
- Date: Sat, 1 Feb 2003 08:13:56 -0500
On Saturday, February 1, 2003, at 03:03 AM, Pete Dako wrote:
Thanks Kai, it's actually that Apple -provided remove missing tracks
script I'm more interested in fixing up and getting working but....
tell application "iTunes" to set mute to not mute
that wouldn't toggle it on/off would it the way using if and end if
statements, would it?
in any case, after scrolling through the dictionary I discovered there
is a much better way -- one can use "playpause" like so:
tell application "iTunes"
playpause
end tell
which acts like it has an if/end if statement built right into it. It
won't mute iTunes but rather toggles play on and off ... so you don't
miss your song (s)in the playlist while they are muted (but still
playing) -- PETE
That looks to me like an engineer wrapped up a GUI scripting button
click into a command. But without the need to frontmost the app. I
wonder what they built iTunes with?
--
Paul Skinner
L'amour faite passer les temps. Les temps faite passer l'amour. (Love
makes time pass. Time makes love pass.)
--French Sundial Motto
_______________________________________________
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.