Skip to content

Windows MPRIS: Add a "default player" entry

Albert Vaca Cintora requested to merge work/windows-mpris-fallback into master

This sends generic multimedia keyboard events, since the implementation using GlobalSystemMediaTransportControlsSessionManager had some problems: the SessionsChanged event doesn't work on recent Windows versions, plus many players don't implement this API (eg: VLC, Windows Media).

Merge request reports