[Bug 145276] cannot add a song multiple times to a simple playlist

rhythmbox (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed May 17 13:34:29 UTC 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=145276
 rhythmbox | General | Ver: HEAD





------- Comment #5 from Jonathan Matthew  2006-05-17 13:34 UTC -------
It's pretty easy to make the query model's hash table optional, then modify the
static playlist class to use query models without the hash table.  I considered
splitting the query model class up, but it didn't seem quite right.  I've got
this working to the point where you can create a playlist (or play queue)
containing the same song multiple times.

The remaining problem is that the play orders just store the current entry. 
Things like rhythmdb_query_model_get_next_from_entry don't work properly when
the same entry is present multiple times.  We should be able to use
GtkTreeIters, I think, as long as we make sure we keep them up to date with the
contents of the query model.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the Pkg-gnome-maintainers mailing list