/apple-music-presence

Add Discord rich presence for Apple Music!

Primary LanguageJavaScript

THIS PROJECT HAS REACHED END OF LIFE. IT HAS CRITICAL BUGS THAT RENDER THE PROJECT UNUSABLE. SUPPORT WILL NOT BE PROVIDED

If you donated on BuyMeACoffee and would like a refund, reach out and that will be arranged.


Apple Music Presence

BROKEN

Build passing Bmac link

Connect Apple music with Discord!

We all have friends who have Spotify (gross), but it shows what they are listening to in Discord! Being an apple music user, I felt left out so implemented it myself!

Preview

Features

  • Easy startup
  • Extremely lightweight
  • No API keys required
  • No dependencies
  • Easy setup
  • Display song name
  • Display album art
  • Display artist name
  • Display album name

Installation

Download the latest release from the releases page. There are 3 options. You want to select apple-music-presence.zip with the little cube icon, NOT either of the source code folders. This will download a zip file with the latest release.

Unzip the folder.

To run the program, simply right-click on apple-music-presence inside the unzipped folder and select 'Open'. MacOS will warn you that this is from an unidentified developer, and if you trust me, just click on 'Open'. If you don't trust me and know your way around code, you can build it yourself.

There are 2 versions availible: the standard which runs on a one-second interval, and the lightweight version which runs every 20 seconds.

If you want to, you can add this program to your Mac's startup file.

Updating

To update your app, download the latest release from the releases page, and replace the old version's binary with the new one. If you set it up to run at startup, ensure you have replaced the old app, but named the new one to exactly the same thing.

Building from source

To build from source, you need to clone the repository and install the dependencies with npm install.

You will also need to set up a .env file with 3 keys:

DISCORD_KEY=<<your discord api key>>
S3_ACCESS_KEY=<<your aws s3 access key>>
S3_SECRET=<<your aws s3 secret key>>

NOTE All of the s3 handling happens in s3.js (and is actually set up to work with DigitalOcean Spaces). You will need to change the bucket config, as well as the url in the resolve callback in applescript.js. This is a horrible way of dealing with this, but tough.

You will also need to install pkg and modclean

npm i -g pkg
npm i -g modclean

Now, you can simply run npm rum build to build your own version of apple-music-presence.

Alternatives

Apple-Music-RPC

https://github.com/rohilpatel1/Apple-Music-RPC

This app requires you to have python and nodejs installed and configured, as well as needing you to run command-line scripts to make it executable.

Cannot display album art.

iTunes Rich Presence

https://itunesrichpresence.com/

There is only a windows version availible.

Cannot display album art.