Re: iTunes -- Remove Missing Tracks?
Re: iTunes -- Remove Missing Tracks?
- Subject: Re: iTunes -- Remove Missing Tracks?
- From: Pete Dako <email@hidden>
- Date: Sat, 1 Feb 2003 03:03:37 -0500
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
_______________________________________________
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.