GNOME Bugzilla – Bug 652271
[PATCH] GStreamer.PlayerEngine: Fixed soundmenu song metadata update
Last modified: 2011-06-10 10:44:59 UTC
Created attachment 189608 [details] [review] Patch for Banshee.GStreamer/PlayerEngine.cs Replication: Add songs to a Play Queue. If you manually select a song, it plays normally. If you let Banshee play the queue automatically while gapless playback is on, the soundmenu will be one song behind. Original bug: https://bugzilla.gnome.org/show_bug.cgi?id=648498 OnNextTrackStarting() already called OnEventChanged(StartOfStream), but MPRIS won't update the metadata unless you explicitly force it to do so. This patch fixes that problem by calling OnEventChanged(TrackInfoChanged), forcing the soundmenu to update. This is my first attempt at contributing, so I am sorry if I did anything wrong.
devper, thanks for your contribution! Why did you create a new bug? Can you mark this as duplicate of that one, and attach your patch there? We don't want to deviate the conversation about the issue.
Yes, I am marking this bug as Duplicate now. *** This bug has been marked as a duplicate of bug 648498 ***