You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

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

iTunes starts up whenever I connect my bluetooth headset

I am using bluetooth headset to communicate on Skype. Whenever somebody's calling me, I turn my headset on and it will automatically connect to my MacBook. Every time, however, it will also automatically start iTunes and begins to play. I don't want this behavior, since instead of listening to music I would actually want to talk on Skype. How can I change this?

Possible explanation to this could be that headphones may send "Play" button message to the computer once connected, since this is same button that is used to turn them on/off. I am not sure however, if they actually do send this button. But in case they do, how can I disable iTunes startup on Play button? Is there are an official way to do it or should I really go with something like this: http://superuser.com/questions/31925/stop-play-pause-button-opening-itunes-in-sn ow-leopard/39390#39390.

MacBook Pro 6.2, Mac OS X (10.6.4)

Posted on Sep 6, 2010 2:04 AM

Reply
Question marked as Top-ranking reply

Posted on Dec 4, 2017 2:08 PM

This question was first posted in 2010, it is now less than a month from 2018 and this remains an issue.


In nearly 8 years the only "solutions" are hacky workarounds, that is just sad.


We are talking about a simple ON/OFF switch for auto play here! I guess it takes courage to ignore such a simple fix for so long.


My bluetooth headphones have this great feature where when I take them off, it automatically pauses the media being played and when you put them back on it resumes. On my Windows PC and Android Phone this works exactly as you'd expect, no configuration needed.

BUT, on this awesome MacBook Pro, which I am forced to use for work, every time I decide to take my head phones off and then put them back on iTunes launches and starts playing music.

139 replies

May 21, 2014 4:47 PM in response to rryk

Here is the solution I used:


  1. I stopped using iTunes and found different providers for everything; Spotify, Netflix, etc.
  2. Then, I stoped iTunes from auto-starting by opening a Terminal window and disabling it by running this command: sudo chmod -x /Applications/iTunes.app
  3. If you ever need to run iTunes again, open a Terminal window and enable it by running this command: sudo chmod +x /Applications/iTunes.app


This works great. Thanks Apple.

Jun 23, 2014 7:34 PM in response to SteveHyg

This problem still persists. iTunes is annoying af because it provides no way to disable, uninstall, or generally stop from auto-playing whenever I connect my bluetooth speakers. From reading forums, you used to be able to turn this off -- but they've removed that feature. I like OS X, but the force-feeding of software is overbearing and unnecessary. As a customer, it's a negative experience.


I've done a combination of suggestions here and it's seemed to worked on OS X Mavericks 10.9.3.

  1. Renamed iTunes.app and create psuedo.app that does nothing and replaces iTunes auto-play launch

    Outlined in a post HERE

  2. Removed execution permissions from renamed iTunes.app (in my case renamed to noItunes.app)

    In terminal.app: sudo chmod -x /Applications/noTunes.app/


My only concern is an Apple admin is reading this all will patch iTunes, I'll be forced to d/l the update, and this will no longer work. 😮

Jul 16, 2014 11:11 AM in response to rryk

I would really like to know when this is going to be fixed. I hate this behavior. Someone was way too clever or bored when they implemented this. It *****.


Apple: At least respond to the community about this horribly annoying problem. Will iTunes and Bluetooth just suck forever, or are you going to listen and do something about it? You don't have to take it away, just let us turn it off.

Aug 9, 2014 12:15 AM in response to applesmbissues

Dear Apple,


I'm disabling iTunes even though I have a library with 30,373 tracks 4,700 of which I bought from you because you are asleep at the wheel and forcing users to accept iTunes as the auto launching default handler of all things audio isn't winning you any more friends. I'm disappointed that you haven't had anyone fix the problem or at a minimum respond to this thread. Oh well, all hail Spotify, and Amazon Prime, long may you reign!

Aug 20, 2014 11:45 AM in response to shgreen

I'm also replying here to report the problem and as others mentioned I shouldn't need to go to the Terminal, kill iTuneshelper or rename my app to start this, it should be an option you uncheck in iTunes.


Apple - ENOUGH IS ENOUGH - chime in here and acknowledge your working on a next fix in the next release or a bunch of us are going to move away from iTunes for good!

Sep 11, 2014 10:46 AM in response to rryk

I googled "apple bluetooth headset iTunes" to find out this problem. I realize that many people have been dealing with this issue, and Apple is doing nothing in response. What a disappointment..

I use the latest version of 13 inch - Macbook Air (purchased on June, 2013) and use LG's bluetooth headset HBS-730. I noticed such problem couple weeks after I've been using the LG headset with my Macbook Air. It is not a huge trouble for me. HOWEVER, it is annoying that there is not a simple way to stop iTunes launch automatically.

Apple! Please, be considerate and listen to your customers.

Sep 15, 2014 11:11 AM in response to rryk

I've got this figured out.


On OSX, the "RCD" (remote control daemon) is responsible for the naughtiness. It has hard-coded list of actions to do when it detects certain "events" - one of them being connecting to a bluetooth headset.


To disable this behaviour (minimal loss of functionality, possibly your apple remote won't work):


1. Open Terminal

2. Enter (these are two separate commands)

launchctl stop com.apple.rcd

launchctl unload /System/Library/LaunchAgents/com.apple.rcd.plist


This should stop rcd from being launched by OSX. No rcd - no auto-magic multimedia. Your volume keys should continue working, but things like play key (or bluetooth) auto-starting iTunes should stop.


PS: The following is the nuclear option. In Terminal, enter:

sudo chmod 000 /System/Library/CoreServices/rcd.app/Contents/MacOS/rcd

sudo pkill -9 rcd


To stop rcd from even being started by any app. To restore your rcd, use:

sudo chmod 755 /System/Library/CoreServices/rcd.app/Contents/MacOS/rcd

launchctl start com.apple.rcd

iTunes starts up whenever I connect my bluetooth headset

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