Deno + JavaScript for Automation (JXA) Discord Rich Presence Client for the macOS Apple Music app (Catalina and later) and legacy iTunes.
Works with local tracks and Apple Music streaming service.
- Can be started in background at login.
- Minimalist: No status bar icon clutter and presence only shown when actually playing something.
- Shows album artworks and links to Apple Music (when found) (#5).
Choose one of the two methods below to install the script and enable the launch agent that starts it on login.
After installing Homebrew, execute the following commands:
brew tap ranoiaetep/tap
brew install apple-music-discord-rpc
brew services restart apple-music-discord-rpc
These commands
- add this tap to Homebrew,
- install its
apple-music-discord-rpc
formula (and Deno), - enable the launch agent on login and start it.
The music-rpc.ts
executable is also added to PATH
.
brew services stop apple-music-discord-rpc
brew remove apple-music-discord-rpc
brew untap ranoiaetep/tap
Install Deno then clone the repository and execute install.sh
:
git clone https://github.com/NextFire/apple-music-discord-rpc.git
cd apple-music-discord-rpc/
./scripts/install.sh
It will copy the launch agent into ~/Library/LaunchAgents/
and correctly edit it.
cd apple-music-discord-rpc/
./scripts/uninstall.sh
cd ../
rm -rf apple-music-discord-rpc/