Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

MST

macrumors 6502
Original poster
Dec 3, 2007
426
0
Surrey, UK
Please read on...

Previous versions of iTunes right up to 7.7.1 have supported a mute feature or "button" that could be accessed either directly from the dock or from the iTunes Control menu, but Apple appears to have decided to remove this feature from iTunes 8, WHY!?

The only way that users can now mute iTunes is via System Preferences or the keyboard shortcut; in-so-doing users are forced to not only mute iTunes but all audio output system wide, and whilst the Genius feature may be very impressive I'd settle for simply being able to mute iTunes, is that such a big ask?

Firstly I for one would like to know why Apple felt the need to remove this feature and secondly I would like Apple to address the issue by re-introducing the ability to mute in iTunes 8. I hope those of you reading this; whether you be iTunes users, Mac fans in general, bloggers, diggers or anyone else who feels the need, will sign my petition "Bring back the mute feature in iTunes 8" so that maybe, just maybe Apple will listen and issue an update.

This may or may not be important to some/any of you but I'd really appreciate if you could sign the petition as it's quite important to me and at least a couple of others out there [judging by my Google searches], and I thought who better to have my back than my MR brethren, fight the power! :p

Please take a few moments to sign:

http://www.ipetitions.com/petition/bringbackmuteinitunes8/

Thanks in advance ;)
 
If it's that important to you, open up Applescript, and paste the following code:

Code:
tell application "iTunes"
	if mute is false then
		set mute to true
	else
		set mute to false
	end if
end tell


Save it as a run-only application and put it in your dock. Viola - instant mute (and un-mute) button for iTunes. No online petition (you do know those don't work, right?), no fuss, just muted music. Without adjusting the system volume.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.