Live data from Hacker News

Stop the Apple Music app from launching

lowtechguys.com

71–80 of 286 posts

Re: Stop the Apple Music app from launching

#71
post #50

Earlier quoted context omitted.

If there’s no media session available, “play” isn’t an action that makes any sense, so it shouldn’t do anything IMO.

Yeah, right? Seems obvious to me. If I press "Backspace" and there is nothing to go back to, or to remove, I expect the key to do nothing. Same for Escape, or Volume Up, or whatever. If it can't do what's expected, it does nothing. Feels like at one point all the people who spent decades building OSes and desktop environment left Apple and Microsoft, and the people left are brand new developers who only been using co…

No other key on my keyboard opens an application. I don't see why there should be one special key that operates that way.

Re: Stop the Apple Music app from launching

#72
post #25

From TFA, via StackExchange: launchctl unload -w /System/Library/LaunchAgents/com.apple.rcd.plist will quit the process responsible for the madness (rcd, the "remote control daemon"). You'll have to remember to re-load this thing if you want the default behavior. Or if you encounter other unexpected situations, to restore the default insanity. It might be easier to run this app instead; then you have an icon in your…

> you have an icon ... simply quit

FTA:

Uh.. how do I quit this app?

The app has no Dock icon and no menubar icon so to quit it you'd need to do one of the following:

Launch Activity Monitor, find Music Decoy and press the button at the top

Run the following command in the Terminal:

  killall 'Music Decoy'

Re: Stop the Apple Music app from launching

#73
> The app does absolutely no work in the background. It works by simply existing as a running process, thanks to having the same bundle identifier as the Music app.

I love clever, low-or-no-code engineering solutions like this. You typically need to understand a systems very deeply to reach this level of elegance. In this case, one has to understand exactly what happens when the play button is pressed in Mac OS, how bundle identifiers work, etc. And the outcome is an app with almost no code at all – just a collision – it's beautiful.

(As an aside, coding agents are terrible at this kind of thing; I'd guess Codex as of right now would write some overpowered application that polls in a loop looking for Music App starts and killing them)

Re: Stop the Apple Music app from launching

#74
post #66

I still can't believe they killed iTunes. I used to have my entire digital music library in iTunes. Most of that was music I had ripped myself from CD, but I had a handful of albums I bought of iTunes and even some TV shows. When they wholesale abandoned iTunes and deleted from Mac OS in favor of...whatever Apple Music is, I knew I'd never trust them again. I searched for some decent mp3 players for a while, and even…

iTunes and iPhoto both. Given how good the tools are getting, and how much existing sample code is available, it seems likely someone will do a good job of reincarnating them in the near future. Apple broke the apps I used most on the Mac and then they added the bubblicious design crime UI, no thanks.

Re: Stop the Apple Music app from launching

#75
post #66

I still can't believe they killed iTunes. I used to have my entire digital music library in iTunes. Most of that was music I had ripped myself from CD, but I had a handful of albums I bought of iTunes and even some TV shows. When they wholesale abandoned iTunes and deleted from Mac OS in favor of...whatever Apple Music is, I knew I'd never trust them again. I searched for some decent mp3 players for a while, and even…

The specification would matter more than the source it produces. Specify it right and share it with the world. Code is basically a winamp skin on the OS level.

Re: Stop the Apple Music app from launching

#77
post #66

I still can't believe they killed iTunes. I used to have my entire digital music library in iTunes. Most of that was music I had ripped myself from CD, but I had a handful of albums I bought of iTunes and even some TV shows. When they wholesale abandoned iTunes and deleted from Mac OS in favor of...whatever Apple Music is, I knew I'd never trust them again. I searched for some decent mp3 players for a while, and even…

There's great hand crafted library managers/players out there like https://www.strawberrymusicplayer.org etc.

Re: Stop the Apple Music app from launching

#79
post #66

I still can't believe they killed iTunes. I used to have my entire digital music library in iTunes. Most of that was music I had ripped myself from CD, but I had a handful of albums I bought of iTunes and even some TV shows. When they wholesale abandoned iTunes and deleted from Mac OS in favor of...whatever Apple Music is, I knew I'd never trust them again. I searched for some decent mp3 players for a while, and even…

You can turn off the cloud service in Apple Music and still use it with your local tracks and music downloaded from the iTunes Music Store (which still exists).

I did this for most of last year. I had all local music in Apple Music, disabled the cloud stuff, and synced it all to my iPhone by plugging it in with a cable, as if it was an old iPod. It all still worked.

Re: Stop the Apple Music app from launching

#80
post #59

Earlier quoted context omitted.

It cannot be uninstalled

^ How can you make such an obviously wrong statement? Drag Music app to Trash, and that it! Like you do with any other app.

I hope this is a joke. You cannot delete it. It's considered "system" software.
Post reply on HN