GNOME Bugzilla – Bug 565522
Cannot enqueue same track twice in play queue
Last modified: 2008-12-26 22:06:41 UTC
It should be possible to queue the same track more than once in the play queue, e.g. if you want to listen to the newest hit a couple of times. I looked at the internals, and it doesn't seem to be that easy to refactor to allow this, as the RBPlayQueueSource is inherited from a RBStaticPlaylistSource, which again uses a RhythmDBQueryModel, and that doesn't allow duplicates. It makes sense (for me at least) to disallow duplicates in all playlists, but the play queue should be a special case. Hints appreciated :-)
Every source must use a query model, so there's no way to solve this just by rearranging the source classes. We'd need a query model implementation that allowed duplicates, and then we'd need to solve whatever problems arise from that elsewhere. Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 145276 ***