AppleMusicRPCEverywhere
REAL Spotify Experience, show Rich Presence on Every Device!
Supporting Device
- Windows / MacOS / Linux (PC_Client)
- Apple Devices (From iOS 11, iOS_iPadOS_Client, 80% Progress)
- Android (Work In Progress)
Requirements
- Server running windows or linux, should be able to run discord. (x86 recommended.)
- NodeJS / npm (For server / PC_Client)
- Xcode (For iOS Device)
- Optional: Mac Device for iOS
Android will be released in firebase, iOS / iPadOS users should build their own unless I get developer account. Please support me to get developer account!
Instructions
Server
- Download server.zip from release.
- Download nodejs / npm from here, must be higher than v8.
- Turn on Terminal / CMD and move to this program’s directory.
- Check if your computer’s port for this program is opened.
- Run
npm i
andnode index.js
. - (Optional) go to
datas/server.json
and change “OpenPort” and “secretpassphrase” value. - You just finished setting up your own server! (Don’t turn off terminal.)
Important: Discord need to be turned on prior to this program, or the program will automatically terminate.
PC Client
- Download client.zip from release.
- Download nodejs / npm from here, must be higher than v8.
- Turn on Terminal / CMD and move to this program’s directory.
- Go to
datas/server.json
and change “OpenPort” and “secretpassphrase” value, same to the server’s. - You just finished setting your client! (Don’t turn off the terminal.)
iOS / iPadOS
- WIP