After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 601528 - Play button doesn't work after finishing a playlist
Play button doesn't work after finishing a playlist
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: User Interface
HEAD
Other Linux
: Normal minor
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-11-11 12:26 UTC by Andy Owen
Modified: 2009-11-11 13:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Reset the "current_track_finishing" flag at eos (791 bytes, patch)
2009-11-11 12:27 UTC, Andy Owen
committed Details | Review

Description Andy Owen 2009-11-11 12:26:14 UTC
This bug was originally reported at https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/474155

Select an album, and play the very last song in it. Skip to the end of the track and wait for it to stop playing. Now if you select a song and press play, or press play again, or double click a song, or anything to tell it to play, the play button will push in, the album art will load and the song will get the "Playing" icon next to it, but it won't be playing.

Toggling the play button will work around the issue.
Comment 1 Andy Owen 2009-11-11 12:27:35 UTC
Created attachment 147468 [details] [review]
Reset the "current_track_finishing" flag at eos

This fixes the bug. When we hit the end of the stream, the flag to handle gapless playback wasn't being cleared properly.
Comment 2 Jonathan Matthew 2009-11-11 13:41:06 UTC
committed as d655375d6321ce91ba51cf0a5fe217333b62ad6b, thanks.