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 565522 - Cannot enqueue same track twice in play queue
Cannot enqueue same track twice in play queue
Status: RESOLVED DUPLICATE of bug 145276
Product: rhythmbox
Classification: Other
Component: general
0.11.x
Other All
: Normal enhancement
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-12-23 22:59 UTC by Mads Chr. Olesen
Modified: 2008-12-26 22:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mads Chr. Olesen 2008-12-23 22:59:12 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 :-)
Comment 1 Jonathan Matthew 2008-12-26 22:06:41 UTC
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 ***