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 337019 - songs ordering changed when notes are modified
songs ordering changed when notes are modified
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: User Interface
0.9.3
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-04-03 11:13 UTC by Sebastien Bacher
Modified: 2006-04-09 02:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien Bacher 2006-04-03 11:13:16 UTC
That bug has been described on https://launchpad.net/distros/ubuntu/+source/rhythmbox/+bug/35721

"When I click on the same star (because I want to set the song mark) several times, the line displays sevral music...

Strange bug...

Up-to-date Dapper...
...
> Thanks for your bug. Your bug lacks details to be useful, please try to describe clearly what your issue is exactly. Where do you click? What star are you speaking about? The rating column? The properties dialog on a song? How a line can display several "music"? What line are you talking about? Maybe a screenshot could make the description clearer ...
...


In rhythmbox, there is a possibility to mark, to note the quality of the song.

It works with five stars, for each songs, which can be displayed optionnally.

When I click on a star (to set a mark), the song's line change : the mark of course, but the name of the song too.

For example.

I want to mark "Nothing at all" of Rob Dougan. Only the album "Furious Angel disc 1" is displayed in the frame. I click on the third stars (there is five stars available : 0 bad, 5 excellent) to set a 3 mark. The line where was "Nothing at all" displaies "One and the same (coda)" now. When I move the cursor over the grouped 3-marked songs, "Nothing at all" appears.

Ok ! In fact, Rhythmbox classifies the songs best marks to worst. But the results is badly displayed, I have to move my cursor over the songs, the new order to appears. I complete the previous paragraph...

It's rather a refresh problem than a "marks one"..."


It does the same on my dapper installation:
- make rhythmbox list the rating column
- select an artist
- changing the rating of one song

The songs are reordered according to the rating but sometimes labels are not updated and change on mouseover ...
Comment 1 Sebastien Bacher 2006-04-03 13:20:51 UTC
Video made by the bug submitter: http://librarian.launchpad.net/1922026/desktop-recording.ogg
Comment 2 Alex Lancaster 2006-04-04 03:27:06 UTC
This, I think (because the description is somewhat unclear) sounds like a dupe of  bug #330106.

*** This bug has been marked as a duplicate of 330106 ***
Comment 3 James "Doc" Livingston 2006-04-09 02:21:23 UTC
This is actually a separate bug, not updating the entry view properly.

I've fixed it in cvs, by simply adding a gtk_widget_queue_draw(view) call at the end of rb_entry_view_rows_reordered_cb().