GNOME Bugzilla – Bug 627945
Cover art is not transferred to the ipod touch
Last modified: 2010-08-29 22:50:54 UTC
Dunno if this issue is related to banshee or not but if I copy an album to my ipod touch (1st gen - 3.1.3 - JB) everything goes smoothly but cover art is not displayed on the ipod. (still I cannot understand if it's trasferred but not displayed...) See attached the debug log. Thanks Lorenzo
Created attachment 168732 [details] Debug output
Created attachment 169017 [details] [review] Set cover art if available. It seems that cover art was not yet copied to the device when implementing the new libgpod bindings. As far as I can tell libgpod handles existing cover art and removal so it should be sufficient to simply set it.
You want to handle artwork removal too, for cases when there is initially album art on the ipod and the user removes it from banshee.
Created attachment 169019 [details] [review] Add cover art if available. Attached is a better patch which does not mess with the other parts of the code and calls ThumbnailsRemoveAll() when the cover art does not exist.
Thank you all. Will the patch be soon available in the banshee git repository? Greetings. Is there something more I can do to help you (testing the patch for example..)? Lorenzo
I reviewed and tested the patch and it worked perfectly for me. Committed to git.