Skip to content

fix(mpris): Rename xesam:artUrl to compliant mpris:artUrl#37

Merged
flexiondotorg merged 1 commit intowimpysworld:mainfrom
josueygp:fix-mpris-property-name
Mar 24, 2026
Merged

fix(mpris): Rename xesam:artUrl to compliant mpris:artUrl#37
flexiondotorg merged 1 commit intowimpysworld:mainfrom
josueygp:fix-mpris-property-name

Conversation

@josueygp
Copy link
Copy Markdown

Description

This Pull Request fixes a fundamental metadata property mismatch in the MPRIS integration. According to the official MPRIS v2 D-Bus Interface Specification, the album art URL must be populated under the mpris:artUrl key, rather than the Xesam ontology (xesam:title, xesam:artist).

The previous code was incorrectly assigning the artwork URL to xesam:artUrl, causing strict MPRIS clients (like GNOME Shell and many extensions) to discard the property entirely as invalid. This change ensures proper specification compliance.

Reference: #33

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Auto-approved: Trivial, isolated fix to rename a metadata key for MPRIS specification compliance.

@flexiondotorg flexiondotorg merged commit db87c6a into wimpysworld:main Mar 24, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants