Skip to content

Releases: eripum9/Amazon-Music-Discord-RPC

Amazon Music RPC — v5.0.3

Choose a tag to compare

@github-actions github-actions released this 04 Sep 20:19
2594cbd

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

Amazon Music RPC v5.0.3 fixes a critical enhanced-metadata compatibility bug that could freeze Amazon Music during startup or playback, while improving metadata polling, launcher lifecycle handling, and overlay attachment.

Enhanced Metadata Compatibility

Enhanced metadata on Windows is built and tested for the Microsoft Store version of Amazon Music. The website installer may reject the metadata launch flag. If that happens, install Amazon Music from the Microsoft Store or disable Enhanced Amazon metadata and use fallback mode.

Platform Status

This release publishes the Windows installer only. macOS is an active beta in the source tree and CI, but no official macOS artifact is included yet.

Changes

  • Fixed a critical Amazon Music 9.5.2 playback freeze caused by the standalone overlay creating a CDP isolated execution world.
  • Reworked the in-app overlay to use a private CDP remote-object handle while keeping native privacy actions inaccessible to normal page scripts.
  • Prevented the overlay from attaching until Amazon Music’s interface is fully loaded and stable.
  • Changed enhanced-metadata polling to read only the visible transport DOM instead of Amazon Music’s internal playback databases.
  • Improved launcher lifecycle handling by preserving Amazon Music Helper processes and avoiding unnecessary package resets.
  • Verified playback,Button, track switching,, pause/resButton, pause/res, and output-device switching withAnonymous all remain responsive while the RPC overlay is active.

Full Changelog: v5.0.2...v5.0.3

Installation

Download AmazonMusicRPC_Setup.exe and AmazonMusicRPC_Setup.exe.sha256 from the assets below, verify the checksum, then run the installer. No Python installation is required.

This installer is not Authenticode signed, so Windows SmartScreen may display a warning. Verify the SHA256 checksum and GitHub build provenance before running it.

Build Provenance

This draft was built from the current master commit by the manually triggered GitHub release workflow. Verify the installer with gh attestation verify AmazonMusicRPC_Setup.exe -R eripum9/Amazon-Music-Discord-RPC.

Requirements

  • Windows 10 or 11 (64-bit)
  • Discord desktop app running
  • Amazon Music for Windows; the Microsoft Store version is recommended for enhanced metadata

Amazon Music RPC — v5.0.2

Choose a tag to compare

@github-actions github-actions released this 26 Aug 03:27
ab7c7e9

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

Amazon Music RPC v5.0.2 fixes a borderline breaking startup deadlock that could leave Amazon Music frozen when enhanced metadata was enabled.

Enhanced Metadata Compatibility

Enhanced metadata on Windows is built and tested for the Microsoft Store version of Amazon Music. The website installer may reject the metadata launch flag. If that happens, install Amazon Music from the Microsoft Store or disable Enhanced Amazon metadata and use fallback mode.

Platform Status

This release publishes the Windows installer only. macOS is an active beta in the source tree and CI, but no official macOS artifact is included yet.

Changes

Borderline Breaking Bug Fix

  • Fixed an Amazon Music startup deadlock that could leave the Microsoft Store app frozen on its logo when enhanced metadata restarted it.
  • Delayed the in-app RPC status overlay until Amazon Music has completed startup and its metadata renderer is ready.
  • Reworked failed-launch recovery to close the main session gracefully and reset the exact Amazon Music Store package lifecycle, preventing a stuck helper from blocking later launches.
  • Restored native Windows activation as the primary Amazon Music launch method, with PowerShell retained only as a fallback.
  • Added clearer loading-screen diagnostics and bounded transient SMTC failures so startup faults remain actionable without flooding logs.
  • Corrected packaged Qt runtime dependencies used by the Windows build.

Thanks to @NoodlesWow, @marcosbombi, and @NoodlesNom for the reports and reproduction details in issue #35.

What's Changed

  • Fix Amazon Music startup deadlock in #36

Full Changelog: v5.0.1...v5.0.2

Installation

Download AmazonMusicRPC_Setup.exe and AmazonMusicRPC_Setup.exe.sha256 from the assets below, verify the checksum, then run the installer. No Python installation is required.

This installer is not Authenticode signed, so Windows SmartScreen may display a warning. Verify the SHA256 checksum and GitHub build provenance before running it.

Build Provenance

This release was built from the current master commit by the manually triggered GitHub release workflow. Verify the installer with gh attestation verify AmazonMusicRPC_Setup.exe -R eripum9/Amazon-Music-Discord-RPC.

Requirements

  • Windows 10 or 11 (64-bit)
  • Discord desktop app running
  • Amazon Music for Windows; the Microsoft Store version is recommended for enhanced metadata

Amazon Music RPC — v5.0.1

Choose a tag to compare

@github-actions github-actions released this 24 Aug 19:34

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

Amazon Music RPC v5.0.1 refreshes Windows dependencies and updates cryptography to 50.0.0 to resolve high-severity CVE-2026-69247.

Enhanced Metadata Compatibility

Enhanced metadata on Windows is built and tested for the Microsoft Store version of Amazon Music. The website installer may reject the metadata launch flag. If that happens, install Amazon Music from the Microsoft Store or disable Enhanced Amazon metadata and use fallback mode.

Platform Status

This release publishes the Windows installer only. macOS is an active beta in the source tree and CI, but no official macOS artifact is included yet.

Changes

  • Updated cryptography to 50.0.0, resolving the high-severity CVE-2026-69247 vulnerability.
  • Updated Windows runtime, build, and GitHub Actions dependencies.
  • Updated the locked release environment and added pip 26.2.1.
  • Merged the active macOS beta into master with dedicated macOS CI coverage.
  • Updated shared Windows/macOS tests and platform documentation.
  • This release remains Windows-only; no macOS build is included yet.

Full Changelog: v5.0.0...v5.0.1

Installation

Download AmazonMusicRPC_Setup.exe and AmazonMusicRPC_Setup.exe.sha256 from the assets below, verify the checksum, then run the installer. No Python installation is required.

This installer is not Authenticode signed, so Windows SmartScreen may display a warning. Verify the SHA256 checksum and GitHub build provenance before running it.

Build Provenance

This draft was built from the current master commit by the manually triggered GitHub release workflow. Verify the installer with gh attestation verify AmazonMusicRPC_Setup.exe -R eripum9/Amazon-Music-Discord-RPC.

Requirements

  • Windows 10 or 11 (64-bit)
  • Discord desktop app running
  • Amazon Music for Windows; the Microsoft Store version is recommended for enhanced metadata

Amazon Music RPC — v5.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 10:57

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

Amazon Music RPC v5 delivers stronger security, protected credential storage, clearer network controls, improved diagnostics, and a more reliable internal architecture.

Enhanced Metadata Compatibility

Enhanced metadata is built and tested for the Microsoft Store version of Amazon Music. The website installer may reject the metadata launch flag. If that happens, install Amazon Music from the Microsoft Store or disable Enhanced Amazon metadata and use fallback mode.

What's New

  • Added independent controls for automatic update checks, Deezer lookup, and iTunes artwork fallback.
  • Added Network and Secret Storage status cards to Diagnostics.
  • Added a bounded, redacted history of recent outbound network operations.
  • Added structured event logs alongside the existing readable console logs.
  • Added architecture, threat-model, network-endpoint, privacy, and release-process documentation.

Security & Privacy

  • Last.fm and ListenBrainz credentials now migrate from config.json into Windows Credential Manager.
  • Added a verified DPAPI-protected fallback when Credential Manager is unavailable.
  • Hardened automatic updates with strict GitHub host validation, redirect limits, download-size limits, unique temporary paths, and mandatory SHA256 verification.
  • Hardened enhanced metadata with random loopback ports, exact Amazon Music target validation, WebSocket validation, and listener ownership checks.
  • Secured the Amazify localhost bridge with a per-user token, constant-time validation, bounded requests, and an exact Amazon Music origin allowlist.
  • Improved token redaction across diagnostics, logs, settings exports, and reports.

Reliability Improvements

  • Reworked the desktop runtime around typed state snapshots and explicit controllers.
  • Added supervised background-task ownership and cleaner shutdown handling.
  • Improved Settings and Diagnostics process lifecycle management.
  • Added atomic configuration and network-history writes.
  • Expanded automated coverage for updater trust, credential migration, DevTools validation, network controls, runtime architecture, and documentation requirements.
  • Updated Python and GitHub Actions dependencies.

Release Trust

Official release artifacts are now produced by a manually triggered, hash-locked GitHub Actions workflow. The workflow runs tests, dependency auditing, CodeQL, packaged-window checks, installer and uninstaller smoke tests, Microsoft Defender scanning, SBOM generation, and build provenance attestations before creating an unpublished draft.

Installation

Download both files from the assets below:

  • AmazonMusicRPC_Setup.exe
  • AmazonMusicRPC_Setup.exe.sha256

Verify the checksum, then run the installer. No Python installation is required.

This release is unsigned because no Windows code-signing certificate was configured. Windows SmartScreen may display a warning.

Build Provenance

Verify the downloaded installer with:

gh attestation verify AmazonMusicRPC_Setup.exe -R eripum9/Amazon-Music-Discord-RPC

Full Changelog: v4.0.1...v5.0.0

Requirements

  • Windows 10 or 11 (64-bit)
  • Discord desktop app running
  • Amazon Music for Windows
  • Microsoft Store version recommended for enhanced metadata

Amazon Music RPC — v4.0.1

Choose a tag to compare

@eripum9 eripum9 released this 10 Jul 19:55

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

This release adds configurable Discord status text, introduces checksum sidecar verification, and focuses the project on its stable Windows build.

Enhanced Metadata Compatibility

Enhanced metadata on Windows is currently built and tested for the Microsoft Store version of Amazon Music. The website/desktop installer version of Amazon Music may reject the metadata launch flag and show errors such as --remote-debugging-port being unavailable.

If that happens, install Amazon Music from the Microsoft Store for enhanced metadata, or turn off Enhanced Amazon metadata in Settings and use fallback mode.

What's New

Windows

  • Windows v4.0.1 installer — Rebuilt the Windows installer from the current master branch and kept the updater-compatible AmazonMusicRPC_Setup.exe asset name.
  • Configurable Discord status — Choose whether Discord shows the artist, album, track, or Amazon Music after its “Listening to” label. Artist is the default.
  • Checksum sidecar verification — The updater now reads AmazonMusicRPC_Setup.exe.sha256 from release assets and verifies the installer before launch. Older release-description hashes remain supported.

Platform Support

  • Windows is the supported platform — The unstable Android beta has been discontinued, and its source, build workflow, and APK release path have been removed.
  • No Linux or macOS build — Amazon Music does not provide official desktop apps for those platforms.

Fixes

  • Unknown artist fallback — When artist metadata is unavailable, Discord shows Listening to Amazon Music instead of an unknown-artist placeholder.
  • Short artist formatting — One-character artist names no longer produce awkward helper text in Discord bylines.

Installation

Download AmazonMusicRPC_Setup.exe and AmazonMusicRPC_Setup.exe.sha256 from the assets below, then 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.

SHA256

AmazonMusicRPC_Setup.exe SHA256: B69E2375B6F123F7F0030B15FD34628E06AA5596458C0A669738D7ABEE986441

v4.0.1 is the final release that includes the installer hash directly in the description. Future releases will publish the hash in AmazonMusicRPC_Setup.exe.sha256.

Requirements

  • Windows 10 or 11 (64-bit)
  • Discord desktop app (running)
  • Amazon Music for Windows. The Microsoft Store version is recommended for enhanced metadata.

Amazon Music RPC — v4.0.0

Choose a tag to compare

@eripum9 eripum9 released this 04 Jul 11:29

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

This release adds a guided Windows setup wizard, Amazify integration, and more reliable packaged helper launches.

Enhanced Metadata Compatibility

Enhanced metadata on Windows is currently built and tested for the Microsoft Store version of Amazon Music. The website/desktop installer version of Amazon Music may reject the metadata launch flag and show errors such as --remote-debugging-port being unavailable.

If that happens, install Amazon Music from the Microsoft Store for enhanced metadata, or turn off Enhanced Amazon metadata in Settings and use fallback mode.

What's New

Windows

  • Windows v4.0.0 installer — Rebuilt the Windows installer from the current master branch and kept the updater-compatible AmazonMusicRPC_Setup.exe asset name.
  • Guided setup wizard — Added a multi-step setup flow for Discord app ID, paused-state behavior, enhanced metadata versus fallback mode, privacy, and song-link defaults.
  • Amazify integration — Added automatic Amazify compatibility setup, a local RPC bridge, and a shared in-app status/control surface when Amazify is installed.
  • Safer packaged helper launches — Frozen builds now reset child-process environment state before opening helper windows or metadata helpers.

Android Build

  • Android v4.0.0 APK — Added AmazonMusicRPC-Android-v4.0.0.apk so the Android build stays aligned with the Windows release version.

Fixes

  • Setup flow persistence — Setup wizard visibility and completion state are tracked more reliably across first run, upgrades, and manual reopen.
  • Amazify diagnostics — Diagnostics now show whether Amazify is installed, ready, connected, and which DevTools port the bridge is using.
  • Frozen subprocess isolation — Packaged child processes no longer inherit stale PyInstaller extraction state, reducing helper startup failures.

Installation

Windows

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.

Android

Download AmazonMusicRPC-Android-v4.0.0.apk from the assets below and install it on your Android device.

Android may warn that the APK was installed from outside the Play Store. The Android app needs notification access to read media-session metadata, and it needs a Discord token only if you want it to publish Rich Presence instead of local preview mode.

SHA256

AmazonMusicRPC_Setup.exe SHA256: 2FC99A758E8BB3B2AE789A0BD43FD49D621370DDB640473475FEE3CB2B9F171A

AmazonMusicRPC-Android-v4.0.0.apk SHA256: 0542FCA94320779056CE22BFEE69D7C2D1FE8666109B547E4549741AB772D8B4

Requirements

Windows

  • Windows 10 or 11 (64-bit)
  • Discord desktop app (running)
  • Amazon Music for Windows. The Microsoft Store version is recommended for enhanced metadata.

Android

  • Android 8.1 or newer
  • Amazon Music for Android
  • Notification access enabled for Amazon Music RPC
  • Discord token for Rich Presence publishing, or no token for local preview mode

Amazon Music RPC — v3.4.0

Choose a tag to compare

@eripum9 eripum9 released this 03 Jun 21:21

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

This release focuses on security hardening, secret migration, and safer update/install behavior.

Enhanced Metadata Compatibility

Enhanced metadata on Windows is currently built and tested for the Microsoft Store version of Amazon Music. The website/desktop installer version of Amazon Music may reject the metadata launch flag and show errors such as --remote-debugging-port being unavailable.

If that happens, install Amazon Music from the Microsoft Store for enhanced metadata, or turn off Enhanced Amazon metadata in Settings and use fallback mode.

What's New

Windows

  • Windows v3.4.0 installer — Rebuilt the Windows installer from the current master branch and kept the updater-compatible AmazonMusicRPC_Setup.exe asset name.
  • Sensitive config migration — Last.fm and ListenBrainz secrets now migrate out of config.json into a separate Windows DPAPI-wrapped local secret file.
  • Safer update handoff — Automatic updater installs now require a SHA256 hash, use a unique temporary download path, and recheck the installer before launch.
  • Hardened enhanced metadata overlay — The Amazon Music in-app RPC control no longer needs a localhost HTTPS bridge, token URL, TLS certificate bypass, or CSP bypass.

Android Build

  • Android v3.4.0 APK — Added AmazonMusicRPC-Android-v3.4.0.apk so the Android build stays aligned with the Windows release version.
  • Android token protection — The Android Discord token is now stored through Android Keystore-backed local protection.
  • Android metadata privacy controls — Internet metadata lookups are opt-in, and unrelated media sessions are no longer used when package filters are configured.

Fixes

  • Plain config secrets — Existing sensitive Windows config values are migrated out of config.json automatically on load.
  • Updater trust path — Releases without a SHA256 hash no longer auto-download or run an installer.
  • Launcher override safety — Executable launcher overrides must point to an existing local Amazon Music executable.
  • Android notification privacy — The Android foreground service notification no longer displays the current track title.

Installation

Windows

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.

Android

Download AmazonMusicRPC-Android-v3.4.0.apk from the assets below and install it on your Android device.

Android may warn that the APK was installed from outside the Play Store. The Android app needs notification access to read media-session metadata, and it needs a Discord token only if you want it to publish Rich Presence instead of local preview mode.

SHA256

AmazonMusicRPC_Setup.exe SHA256: 1EB84D2672FB76A529AF62DF68DC634B0ED804383F648392A1F49291F551032D

AmazonMusicRPC-Android-v3.4.0.apk SHA256: F5BBF0A99A7AC3CC359D47855C8F68CE4A9E333DE97029AAAF3E34B35451800E

Requirements

Windows

  • Windows 10 or 11 (64-bit)
  • Discord desktop app (running)
  • Amazon Music for Windows. The Microsoft Store version is recommended for enhanced metadata.

Android

  • Android 8.1 or newer
  • Amazon Music for Android
  • Notification access enabled for Amazon Music RPC
  • Discord token for Rich Presence publishing, or no token for local preview mode

Amazon Music RPC — v3.3.5

Choose a tag to compare

@eripum9 eripum9 released this 02 Jun 13:47

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

This release fixes a Windows startup stall that could leave old diagnostics visible and stop Discord from receiving presence updates.

Enhanced Metadata Compatibility

Enhanced metadata on Windows is currently built and tested for the Microsoft Store version of Amazon Music. The website/desktop installer version of Amazon Music may reject the metadata launch flag and show errors such as --remote-debugging-port being unavailable.

If that happens, install Amazon Music from the Microsoft Store for enhanced metadata, or turn off Enhanced Amazon metadata in Settings and use fallback mode.

What's New

Windows

  • Windows v3.3.5 installer — Rebuilt the Windows installer from the current master branch and kept the updater-compatible AmazonMusicRPC_Setup.exe asset name.
  • Fresh startup diagnostics — The app now writes a fresh startup state before initializing external services, so an old song does not remain visible when startup is delayed.

Android Build

  • Android v3.3.5 APK — Added AmazonMusicRPC-Android-v3.3.5.apk so the Android build stays aligned with the Windows release version.

Fixes

  • Stale Windows RPC state — Fixed a startup path where diagnostics could keep showing an old track after boot if scrobbler startup was delayed.
  • Discord update stall — Last.fm and ListenBrainz network calls now run outside the main RPC update path, so slow or unavailable scrobbling services do not stop Discord Rich Presence from starting or updating.
  • ListenBrainz startup retry delay — ListenBrainz auth setup no longer performs blocking token validation during app startup.

Installation

Windows

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.

Android

Download AmazonMusicRPC-Android-v3.3.5.apk from the assets below and install it on your Android device.

Android may warn that the APK was installed from outside the Play Store. The Android app needs notification access to read media-session metadata, and it needs a Discord token only if you want it to publish Rich Presence instead of local preview mode.

SHA256

AmazonMusicRPC_Setup.exe SHA256: 1D9EBC4D262D1AEC3D1D0C5F25051D804CE5AB1CC37AEE1313A911C2DEDC0FE0

AmazonMusicRPC-Android-v3.3.5.apk SHA256: D84C527B3A4B17FEF4A276DE528ED7E653086973FF211F3B60F42E3BFEE7581F

Requirements

Windows

  • Windows 10 or 11 (64-bit)
  • Discord desktop app (running)
  • Amazon Music for Windows. The Microsoft Store version is recommended for enhanced metadata.

Android

  • Android 8.1 or newer
  • Amazon Music for Android
  • Notification access enabled for Amazon Music RPC
  • Discord token for Rich Presence publishing, or no token for local preview mode

Amazon Music RPC — v3.3.4

Choose a tag to compare

@eripum9 eripum9 released this 31 May 01:34

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

This release adds the first public Android build alongside the Windows installer.

Enhanced Metadata Compatibility

Enhanced metadata on Windows is currently built and tested for the Microsoft Store version of Amazon Music. The website/desktop installer version of Amazon Music may reject the metadata launch flag and show errors such as --remote-debugging-port being unavailable.

If that happens, install Amazon Music from the Microsoft Store for enhanced metadata, or turn off Enhanced Amazon metadata in Settings and use fallback mode.

What's New

Android Build

  • First Android APK — Added AmazonMusicRPC-Android-v3.3.4.apk as the first Android release asset.
  • Android media-session metadata — The Android app reads media-session metadata from Amazon Music and can publish Discord Rich Presence through the Discord Gateway path.
  • Local preview mode — The Android app can preview metadata locally when no Discord token is saved.
  • Production-facing Android UI — Test controls are hidden behind Developer tools and guarded by a warning popup.
  • Android host checks — Added repeatable Android build and unit-test coverage for metadata formatting, time bars, diagnostics redaction, lookup behavior, and developer filter handling.

Windows

  • Windows v3.3.4 installer — Rebuilt the Windows installer from the current master branch and kept the updater-compatible AmazonMusicRPC_Setup.exe asset name.

Fixes

  • Android Gateway startup stall — Added a timeout so Android metadata updates do not get stuck if the Discord Gateway connection does not finish opening.
  • Android test source leakage — The fake companion media source is no longer part of the default production package filters and is only added when Developer tools are enabled.

Installation

Windows

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.

Android

Download AmazonMusicRPC-Android-v3.3.4.apk from the assets below and install it on your Android device.

Android may warn that the APK was installed from outside the Play Store. The Android app needs notification access to read media-session metadata, and it needs a Discord token only if you want it to publish Rich Presence instead of local preview mode.

SHA256

AmazonMusicRPC_Setup.exe SHA256: BC53BDA16125324963B82F4E91091406844A43455CCA61C4E158820566589D36

AmazonMusicRPC-Android-v3.3.4.apk SHA256: F651901AEEC82DEB9C6D04A1F38F1ECB3B4EF1C0A579E6052498FD4411C6088B

Requirements

Windows

  • Windows 10 or 11 (64-bit)
  • Discord desktop app (running)
  • Amazon Music for Windows. The Microsoft Store version is recommended for enhanced metadata.

Android

  • Android 8.1 or newer
  • Amazon Music for Android
  • Notification access enabled for Amazon Music RPC
  • Discord token for Rich Presence publishing, or no token for local preview mode

Amazon Music RPC — v3.3.3

Choose a tag to compare

@eripum9 eripum9 released this 28 May 19:09

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 release fixes enhanced metadata launcher detection when the installed app cannot find PowerShell through its environment path.

Enhanced Metadata Compatibility

Enhanced metadata is currently built and tested for the Microsoft Store version of Amazon Music. The website/desktop installer version of Amazon Music may reject the metadata launch flag and show errors such as --remote-debugging-port being unavailable.

If that happens, install Amazon Music from the Microsoft Store for enhanced metadata, or turn off Enhanced Amazon metadata in Settings and use fallback mode.

What's New

Launcher Reliability

  • More reliable automatic launcher detection — The enhanced metadata launcher now uses the absolute Windows PowerShell path instead of relying on the app environment PATH.
  • Safer launcher helper calls — Start Apps discovery, Appx manifest discovery, AUMID activation, Amazon Music process checks, restart repair, and shortcut creation all use the same hardened PowerShell runner.

Fixes

  • Enhanced metadata launch failure — Fixed WinError 2: The system cannot find the file specified when launching Amazon Music through the automatic launcher finder or advanced AUMID override.
  • Launcher finder regression coverage — Added a self-test that verifies launcher discovery still works even when PATH is empty.

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.

Installer SHA256

AmazonMusicRPC_Setup.exe SHA256: 3b9aa50ad4f681fd2175f4c3143aa44419a8bd7e7fa68be714a3964565760c6a

Requirements

  • Windows 10 or 11 (64-bit)
  • Discord desktop app (running)
  • Amazon Music for Windows. The Microsoft Store version is recommended for enhanced metadata.