• 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: 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.
  • Follow-Ups:
    • Re: iTunes -- Remove Missing Tracks?
      • From: Paul Skinner <email@hidden>
  • Prev by Date: Mount volume bug: caller must be in front
  • Next by Date: Re: referencing a variable from another?
  • Previous by thread: Re: iTunes -- Remove Missing Tracks?
  • Next by thread: Re: iTunes -- Remove Missing Tracks?
  • Index(es):
    • Date
    • Thread