Skip to content

[KMediaSession] Only send MRPIS2 positionChanged signal on seek

Bart De Vries requested to merge work/mpris2-position-rate into master

Stop spamming the DBUS with positionChanged signals if playback is progressing at the nominal playback rate. This brings the implementation in line with the MPRIS2 player spec. The previous implementation was causing android battery drain issues with KDEConnect constantly updating the position (and player details) on the notification widget.

Merge request reports