foobar2000

Releases of Discord Rich Presence

2.0.2 current version, released on: 2024-08-11

Hotfix for v2.0.0
Fixed
  • Fixed wrong art request data being used when processing fetched url.

2.0.1 released on: 2024-08-11

Hotfix for v2.0.0.
Added
  • Added debug logging (`Preferences`>`Advanced`>`Tools`>`Discord Rich Presence Integration`).

Changed
  • User MBID is now skipped if it's malformed.

Fixed
  • Fixed wrong album/artist values being used in MusicBrainz fetcher.
  • Fixed incorrect path being passed to uploader when using embedded art.

2.0.0 released on: 2024-08-10

Added
  • Added x64 support.
  • Added dark-mode support.
  • Added option to fetch and display album art from MusicBrainz.
  • Added option to upload and display art from foobar2000 (requires external tools, not included in component).
    Huge thanks to @s0hv for idea and original implementation!
  • Added text refresh when dynamic track info changes (no more than once in 30 seconds, due to Discord API limitations).

Changed
  • Changed Rich Presence activity type from `Playing a game` to `Listening to`.
    This change has also other effects, due to the way it's implemented in Discord API:
    • Additional middle text field was added.
    • Playback time is no longer displayed.
    • Big image hover text is the same as middle text.

Fixed
  • Fixed inconsistent behaviour when pausing/stoping playback.
  • Fixed tabs not receiving focus on `tab` press in Preferences.
  • Fixed typo in component name in Preferences.
  • Fixed various corner cases when multibyte characters were used in text queries

1.2.0 released on: 2020-01-29

Added
  • Added playback status images.
  • Added new options to `main` Preferences tab:
  • Playback status image: light, dark, disabled.
  • Disable Rich Presence when playback is paused.
  • Swap `paused` and `playing` images.
  • Added `advanced` Preferences tab with options to customize component:
  • Discord application key.
  • Resource IDs for corresponding images in the component.
  • Added a link to the title formatting help in `main` Preferences tab.

Changed
  • Improved the frequency of presence updates.

Fixed
  • Fixed title formatting not updating when pausing and resuming playback.
  • Fixed one-character text not displaying.