Skip to content

Amazon Music RPC — v2.1.0

Choose a tag to compare

@eripum9 eripum9 released this 06 Apr 10:59
· 108 commits to master since this release

Discord Rich Presence integration for the Amazon Music desktop app on Windows.
Displays your currently playing track, artist, album name, album art, and elapsed
time directly on your Discord profile.

This update focuses on quality-of-life improvements and reliability.

What's New

Reliability

  • Discord RPC reconnect with backoff — If the Discord connection drops, the app now retries with exponential backoff (3s → 60s cap) instead of spamming reconnect attempts.
  • Scrobble logic consolidated — Duplicate scrobble code has been unified into a single helper, fixing edge-case inconsistencies between track-change and timed scrobbles.
  • Notification enrichment hardened — Stale notification data is now cleared on track change, and enrichment requires a valid SMTC title match to prevent incorrect metadata.
  • Song-end detection fix — The song-end restart timer now uses the actual playback position from SMTC instead of wall-clock time, improving accuracy for repeat detection.

Settings UI

  • Save feedback — The Save button now shows visual confirmation (green ✓ Saved! / red ✗ Save failed) instead of silently closing the window. The settings window stays open after saving.
  • Client ID validation — Custom Discord Client IDs are now validated (must be numeric, at least 15 digits) with inline error messages before saving.
  • Version badge — The settings header now displays the current app version.
  • Close button — A dedicated Close button has been added next to Save for explicit window dismissal.
  • Accessibility — All toggle inputs and selects now have proper aria-label attributes.

Installation

Download AmazonMusicRPC_Setup.exe from the assets below and run the installer. No Python installation required.

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

Requirements

  • Windows 10 or 11 (64-bit)
  • Discord desktop app (running)
  • Amazon Music desktop app