Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caarlos0/discord-applemusic-rich-presence
Discord's Rich Presence from Apple Music
https://github.com/caarlos0/discord-applemusic-rich-presence
apple-music applemusic discord discord-rich-presence discord-rpc itunes-search-api osascript
Last synced: 12 days ago
JSON representation
Discord's Rich Presence from Apple Music
- Host: GitHub
- URL: https://github.com/caarlos0/discord-applemusic-rich-presence
- Owner: caarlos0
- License: mit
- Created: 2022-10-25T02:11:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T22:42:08.000Z (2 months ago)
- Last Synced: 2024-10-04T13:26:22.927Z (about 1 month ago)
- Topics: apple-music, applemusic, discord, discord-rich-presence, discord-rpc, itunes-search-api, osascript
- Language: Go
- Homepage:
- Size: 62.5 KB
- Stars: 25
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```sh
brew install caarlos0/tap/discord-applemusic-rich-presence
```## Run
And then start and enable the service with:
```sh
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](https://user-images.githubusercontent.com/245435/201494021-4b75aa4b-fb59-4a36-9ee5-c2d6ebae627d.png)
### 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:
```sh
brew services restart caarlos0/tap/discord-applemusic-rich-presence
```### Where are the logs?
```sh
tail -f $(brew --prefix)/var/log/discord-applemusic-rich-presence.log
```---
###### Hat tip to:
- https://github.com/AB-Law/Apple-Music-Discord-Rich-Presence
- https://github.com/rohilpatel1/Apple-Music-Rich-PresenceAnd many other projects that do the same thing.