GNOME Bugzilla – Bug 466670
dragging from ipod to local library does not copy the rating
Last modified: 2018-05-24 12:47:36 UTC
This bug has been filled here: https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/132484 "Binary package hint: rhythmbox When moving a song from the library to the ipod, the rating ( **** ) are copied. this does not happen when copying from the ipod to the library v 0.11.1-0ubuntu3"
also valid for version 0.11.4
Hmm, there is code to read/write the rating during such transfers :-/ (grep for RATING in plugins/ipod/rb-ipod-source.c) This should work in 0.11.4 at least :(
but it doesn't :( I've just tested it
I just confirmed that this bug exists in 0.11.5. I am running Ubuntu 8.04.
As far as I can tell, this bug isn't ipod-specific, it will happen with any drags to the library source. This is because RBLibrarySource::impl_paste (which is called by RBLibrarySource::drag_received) creates a new RhythmDBEntry from scratch and the rating (or any other property) of the old entry is never set on that new RhythmDBEntry. Maybe something clever could be done in RBLibrarySource::completed_cb.
@Christophe This bug is still active 0.13.2. Is there any chance this could be implemented for the next release?
*** Bug 654581 has been marked as a duplicate of this bug. ***
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/rhythmbox/issues/420.