• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: iTunes -- Remove Missing Tracks?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: Re: iTunes visuals
  • Next by Date: Re: Calling applications
  • Previous by thread: Re: iTunes visuals
  • Next by thread: Re: iTunes -- Remove Missing Tracks?
  • Index(es):
    • Date
    • Thread