GNOME Bugzilla – Bug 583760
Rating set in the iPod is not correctly read
Last modified: 2009-05-27 22:28:54 UTC
Please describe the problem: Rating set in the iPod is not correctly read Steps to reproduce: 1. Import a library with 2 songs. 2. Rate them both with 4 starts. 3. Connect your iPod configured as AutoSync (the songs are transferred). 4. Eject iPod. 5. Set a new rating on some song. 6. Connect the iPod again. 7. Open the iPod source on Banshee. Actual results: Both songs have still 4 stars on the iPod view. Expected results: The iPod view should reflect the last change made on the iPod. Does this happen every time? Yes. Other information: It's a bug in ipod-sharp. I'll provide a patch.
Created attachment 135292 [details] [review] simple 1liner fix Hugh, I can't believe this has been wrong for so long.
The culprit was this commit from 3 years ago: http://lists.ximian.com/archives/public/mono-patches/2006-April/073346.html Just to fill my curiosity :) Maintainers?: may I commit? Thanks.
Looks like it's also a problem for string path = ControlPath + "iTunes/OTGPlaylistInfo"; then, right? Good catch. Could you resubmit w/ both fixed?
Created attachment 135465 [details] [review] added the suggested additional path fix True, good catch as well!
Thanks Andres.
Thanks! Committed in r134893. Marking FIXED. This problem has been fixed in the development version. The fix will be available in the next major software release.