| Summary: | Broken MPRIS implementation | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Jason Gray <jasonlevigray3> |
| Component: | DataEngines | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | kde |
| Priority: | NOR | ||
| Version First Reported In: | master | ||
| Target Milestone: | 1.0 | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Jason Gray
2020-01-10 22:38:41 UTC
We check whether the property *exists*, not that it is not empty. The property *must* exist according to MPRIS spec, it is not marked as optional [1]. Returning empty is fine and we do that in plasma-browser-integration which works, so I don't know why this player wouldn't work. [1] https://specifications.freedesktop.org/mpris-spec/latest/Media_Player.html#Property:SupportedUriSchemes |