Re: iTunes -- Remove Missing Tracks?
Re: iTunes -- Remove Missing Tracks?
- Subject: Re: iTunes -- Remove Missing Tracks?
- From: Kai <email@hidden>
- Date: Sat, 01 Feb 2003 00:24:51 +0000
on Thu, 30 Jan 2003 12:49:00 -0500, Pete Dako <email@hidden> wrote:
>
...I was able to quickly rewrite one of the lengthy example scripts (which
>
originally used display dialogs and version checking,etc.) into a very speedy
>
and useful script which toggle iTunes sound off and on while keeping iTunes in
>
the background:
>
>
tell application "iTunes"
>
if mute is true then
>
set mute to false
>
else
>
set mute to true
>
end if
>
end tell
I can't test this at the moment, Pete, but you may just be able to get away
with something like:
=================================================
tell application "iTunes" to set mute to not mute
=================================================
--
Kai
_______________________________________________
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.