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 635922 - Playing track from 'Unheard' playlist immediately removes the track
Playing track from 'Unheard' playlist immediately removes the track
Status: RESOLVED DUPLICATE of bug 621222
Product: banshee
Classification: Other
Component: User Interface
1.8.0
Other Linux
: Normal enhancement
: 1.x
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-11-27 14:24 UTC by Vamsi Kodali
Modified: 2010-11-27 23:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vamsi Kodali 2010-11-27 14:24:26 UTC
When a user goes to the 'Unheard' playlist (from the sidebar) and plays a track, it immediately disappears from that track list! I think this is a little confusing because the track that the user just double-clicked is playing but it is not visible in the track list anymore. 

While I understand that once the track starts playing, it does not belong in the 'Unheard' playlist and that is why it gets removed, perhaps a better way of achieving a similar result is to make the track name grey colored and only remove it from the playlist completely when the user switches to another playlist.
Comment 1 Michael Martin-Smucker 2010-11-27 15:13:33 UTC
I'm guessing that you have Gapless Playback turned on.  If so, disabling it in Edit > Preferences should be a workaround for this problem.  The root of the problem is that the play count is increased when a song begins and when it ends when gapless is turned on, which is reported as bug 621222.  I'm marking this as a duplicate, but if turning gapless off doesn't fix the problem, feel free to re-open this report.  Thanks!

*** This bug has been marked as a duplicate of bug 621222 ***
Comment 2 Vamsi Kodali 2010-11-27 23:03:14 UTC
Turning off gapless playback fixed it! Thank you.