A Discord Rich Presence client for Apple Music and the Music app on macOS
- Display song name, artist name, and album name
- Accurate album art pulled directly from the Music app
- Album art on custom songs imported to Music that aren't on Apple Music
- Low resource usage
- Download the latest release from the releases tab
- Run the following commands to start the application:
chmod +x macOS-music-rpc-arm64 // Make the file executable
xattr -d com.apple.quarantine // Disable macos security to allow the file to be run
./macOS-music-rpc-arm64 // Run the executable
- Install the Go programming language
- Create an account with UploadCare CDN
- Copy your UploadCare public and secret keys into
credentials.go
- Run the following command to install the project dependencies:
go mod tidy
- Compile the executable:
go build .
- Run the executable:
./macOS-music-rpc