Back to Projects

Amazon Music RPC

Discord Rich Presence for Amazon Music on Windows. Shows what you're listening to — including track name, artist, album art, and a live progress bar — directly on your Discord profile.

Windows Python
🔔 Using Notification Enrichment? Learn how to enable Amazon Music notifications for more accurate track info. ⬇ Download Latest Release

Discord Rich Presence

Discord Rich Presence preview

Settings UI

Settings UI preview

Features

How It Works

Amazon Music exposes currently playing media through Windows' System Media Transport Controls (SMTC). This app reads that data and sends it to Discord via Rich Presence IPC.

Optionally, notification enrichment can be enabled to read full track metadata (artist + album) from Amazon Music's Windows notifications, which provides richer data than SMTC alone. This requires Amazon Music notifications to be enabled and the app to be minimized.

Installation

Installer (recommended)

Download AmazonMusicRPC_Setup.exe from Releases, run it, and you're done.

Windows SmartScreen may display a warning since the executable is unsigned. Click "More info" and then "Run anyway" to proceed.

From Source

git clone https://github.com/eripum9/Amazon-Music-Discord-RPC.git
cd AmazonMusic_rpc
pip install -r requirements.txt
python main.py

Requirements

No Python installation needed if using the installer.

Credits