apple-music-discord-rpc icon indicating copy to clipboard operation
apple-music-discord-rpc copied to clipboard

🎡 Discord Rich Presence Client for the macOS Apple Music app and iTunes

apple-music-discord-rpc

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.

Features

  • 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).
Capture d’écran 2022-07-11 aΜ€ 09 00 50

Usage

Choose one of the two methods below to install the script and enable the launch agent that starts it on login.

Homebrew

Install

After installing Homebrew, execute the following commands:

brew tap nextfire/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.

Uninstall

brew services stop apple-music-discord-rpc
brew remove apple-music-discord-rpc
brew untap nextfire/tap

Scripts

Install

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.

Uninstall

cd apple-music-discord-rpc/
./scripts/uninstall.sh
cd ../
rm -rf apple-music-discord-rpc/