Summary: | Media Player widget playback tries to interpolate fractional times | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Andy Great <andythe_great> |
Component: | Media Player | Assignee: | Kai Uwe Broulik <kde> |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | normal | CC: | kde, nate, plasma-bugs |
Priority: | NOR | ||
Version: | 5.14.4 | ||
Target Milestone: | 1.0 | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Video showing time and progress bar glitch in Media Player.
dbus-monitor output when Audacious is running |
Description
Andy Great
2018-12-26 15:51:47 UTC
I doubt it's a plasma bug. Can you run "dbus-monitor" for a few seconds whilst this glitchy behavior is happening and attach that here and then reopen (dbus-monitor output may contain sensitive information if other apps are running., please check before uploading) Created attachment 117150 [details]
dbus-monitor output when Audacious is running
I logout and login, close all application with only running Audacious. The glitch was observed when dbus-monitor is running. The text file contain output of dbus-monitor without root privilege.
From the docs: " Position — x (Time_In_Us) Read only The org.freedesktop.DBus.Properties.PropertiesChanged signal is not emitted when this property changes. " https://specifications.freedesktop.org/mpris-spec/latest/Player_Interface.html#Property:Position From your output: signal time=1546016973.985605 sender=:1.479 -> destination=(null destination) serial=171 path=/org/mpris/MediaPlayer2; interface=org.freedesktop.DBus.Properties; member=PropertiesChanged string "org.mpris.MediaPlayer2.Player" array [ dict entry( string "Position" variant int64 27887000 ) ] repeatedly. Which is going against the spec. Please send it back to them with this info. If they argue let me know and I'll jump in the discussion. -------------- We can maybe just ignore these updates on the KDE side and work round it, but then we risk breaking some other obscure client that also doesn't follow the spec properly. I filed a bug to Audacious based on your respond here: https://redmine.audacious-media-player.org/issues/855 Thanks Audacious dev responds here: https://redmine.audacious-media-player.org/issues/855 They said that this is GDbus bug. Which is patch and waiting to be update. |