Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

How to stop iTunes from launching when using Keyboard media keys

Hi,

I love the media keys on my MacBook and Apple wireless keyboard for playing, pausing, changing tracks etc with iTunes, but there are other than can utilize the media keys, like Spotify for instance. However, if I have iTunes closed, when I hit the Play key, iTunes will automatically launch, and will intercept any subsequent presses of just the play/pause button. Is there a way to stop this annoying behavior? I haven't found anything in the Keyboard shortcut system pref.

thanks.

black MacBook (Santa Rosa), 2.2Ghz Intel Core 2 Duo, 160GB HD, 4GB RAM, Mac OS X (10.5.8), 16GB iPod Touch, 2G 1GB iPod Shuffle, 4G 20GB iPod

Posted on Aug 20, 2009 5:51 PM

Reply
310 replies

Sep 3, 2009 12:39 AM in response to William Brawley

I'm having a similar problem using my Apple Remote with the Hulu desktop, which worked like a dream until I upgraded to 10.6 today.

If this is something Apple tries to pass off as a "feature," in any way, then I will leave the Mac ecosystem. Way to go, idiots. Way to make every accusation, every Apple Hater criticism of the Mac true. If I knew I was buying a computer that would only allow me to do 3 or 4 things prescribed by the vender, I would have saved $3000 and bought a Tiger "My First Computer" at Toys R Us.

Sep 3, 2009 8:05 AM in response to pretty good, but not great

This only seems to work until OSX "Find" iTunes or FrontRow again in the trash.

One solution I saw on another forum that helps (for now), is to just open QuickTime X (with no file loaded, obviously). This seems to allow me to use my remote normally in both Hulu and Boxee. Haven't tried it with other media players. Not sure how that effects the media buttons, though.

Also, that doesn't stop the "bezel control". Scrolling up and down through menus will still raise/lower the system volume. Turning off bezel control means you lose keyboard shortcuts for screen brightness, keyboard brightness, etc. Won't effect me because I only need the remote at home where I use optical out. Just a heads up though.

Sep 7, 2009 9:47 PM in response to pretty good, but not great

I third the motion. I hate it. Why make it a feature? When there were 0 new features in SL. I downgraded my mini back to 10.5 waste of a family pack. The mini is used to display EyeTV 1080p with mira controlling the remote keys, for boxee, EyeTV, Hulu and plex. I can't stand front row and iTunes launching. Front row you can disable remoteui but iTunes...

Sep 8, 2009 8:08 AM in response to CHarvey

I'm annoyed by this behavior as well, I googled looking for some configuration to change, but now that I see it's a snow leopard "feature" I guess I can stop looking and look again when it's out longer.
Why include a useless new "feature" in a 0 new features OS, Anyone can launch itunes in no time with spotlight or quicksilver, assuming they don't have it in the dock.

Sep 8, 2009 3:34 PM in response to William Brawley

I'm finding this new feature annoying as well. I use my iMac as a TV with elgato hardware and software. So far it has been great and I particularly appreciate being able to pause live TV. Unfortunately, since upgrading to 10.6, pausing the TV with the apple remote now launches iTunes, with the effect that playing the TV again now starts playing music in iTunes and playing the TV simultaneously! Nightmare!

Please sort this out Apple as I really like 10.6 other than this and don't want to revert to 10.5

Sep 8, 2009 7:09 PM in response to stephenpsmith

My temporary hack to stop it until Apple gives us a choice to disable this PITA feature.

Paste this into Apple Script Editor, compile it make sure there are no errors and save it as an App. When launched it simply asks you to enable or disable iTunes from launching by changing the execute permission. It stops iTunes from launching and the only thing you get when the play/pause button is pressed is a dock bounce and a console error.

display dialog "Do you want to enable or disable iTunes?" buttons {"Enable", "Disable"} default button 1
if button returned of result is "Disable" then
do shell script "chmod -x /Applications/iTunes.app" with administrator privileges
else
do shell script "chmod +x /Applications/iTunes.app" with administrator privileges
end if

How to stop iTunes from launching when using Keyboard media keys

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.