For mac users, the pain of pressing the play button and accidentally triggering the apple music app is very familiar.
You must've tried to delete it but realized it can't be done.
The Solution
Of course there's a smarter person that already solved this issue - noTunes
🙏
Download
brew install --cask notunes
Set noTunes to launch at startup
- Navigate to
System Settings
- Select
General
- Select
Login Items
- Click the
+
underOpen at Login
and selectnoTunes
And...that's it!
- If you wanna change the default music player you can simply run the command below and don't forget to replace
YOUR_MUSIC_APP
with the name of your music app.
defaults write digital.twisted.noTunes replacement /Applications/YOUR_MUSIC_APP.app
For example, I replaces mine with the YouTube music
.
- If you wanna hide the menu bar icon, just right click the menu bar icon and click Hide Icon.
Resource
https://github.com/tombonez/noTunes?tab=readme-ov-file#notunes
Top comments (0)