GNOME Bugzilla – Bug 755089
gnome-music does not update MPRIS properties on playback completion
Last modified: 2016-04-11 11:04:06 UTC
When finishing playing an album, gnome-music does not emit a DBus PropertiesChanged event for the PlaybackStatus property of the org.mpris.MediaPlayer2.Player interface. This makes it impossible for clients to know when playback has stopped without polling/sending extra property queries, etc. The PlaybackStatus property does seem to be updated - querying it afterwards shows its value set to "Stopped".
Created attachment 325597 [details] [review] player: emit playback-status-changed after playlist ends
Review of attachment 325597 [details] [review]: Sure!
Thanks for your patch! Attachment 325597 [details] pushed as defd1fd - player: emit playback-status-changed after playlist ends