GitXplorerGitXplorer
c

discord-applemusic-rich-presence

public
28 stars
2 forks
2 issues

Commits

List of commits on branch main.
Verified
5bb76b8fcfe027f2164fecff1c7dfb0d9cd69c2b

build: update config

ccaarlos0 committed 8 months ago
Verified
3f77a24b26ffc9c8b0aec86d6cdf70bc36786b1e

feat: artist artwork for small image (#9)

nnekowinston committed 8 months ago
Verified
617ded066aadcf9c49e970263e69d96271037c3b

feat: add arrpc support (#8)

nnekowinston committed 8 months ago
Verified
2d78b74f6edea19d26cf20a64742466ee79f8e2d

docs: update

ccaarlos0 committed 2 years ago
Verified
562c8ea8b4bd07fc423fd3385400f6c4d21f6ef3

fix: improve logs

ccaarlos0 committed 2 years ago
Verified
fc944c118216752bc44f9e1a200625cae5d90dff

fix: log songlink

ccaarlos0 committed 2 years ago

README

The README file for this repository.

Discord's Rich Presence from Apple Music

This is a simple binary that uses Apple Script to grab the current song being played on Apple Music, and reports it as Discord Rich Presence.

You can leave it running "forever", and it should work in a loop.

Install

To use it, simply install it with:

brew install caarlos0/tap/discord-applemusic-rich-presence

Run

And then start and enable the service with:

brew services start caarlos0/tap/discord-applemusic-rich-presence

And that should do the trick 😃

F.A.Q.

How it looks like?

It looks more or less like this:

Screenshot

Can it look more like the Spotify integration?

No. Nothing I can do, AFAIK, it's a Discord limitation.

Clicking in "Search in Apple Music" does not work...

Apparently... you can't click in buttons in your own Rich Presence. Ask a friend to click on yours to see if it is really not working.

Nothing happens...

Sometimes you'd need to restart the service and/or Discord. No idea why, haven't catch a single error about it, it just stops working.

To restart:

brew services restart caarlos0/tap/discord-applemusic-rich-presence

Where are the logs?

tail -f $(brew --prefix)/var/log/discord-applemusic-rich-presence.log

Hat tip to:

And many other projects that do the same thing.