GNOME Bugzilla – Bug 436744
Rhythmbox can't modify existing iPod playlists
Last modified: 2007-05-09 18:49:02 UTC
When rhythmbox is started with an ipod attached, the playlists on the ipod appear, as well as the songs on those playlists. It is possible to drag and drop songs from the ipod to its existing playlists, and this appears to succeed. However, if the ipod is ejected, the songs do not show up in the ipod menus, and neither do they show up in rhythmbox is the ipod is plugged in again. Rhythmbox should record changes to an iPod's playlists.
Created attachment 87762 [details] [review] Update itdb playlists when rb playlists are changed Hook onto the row-inserted and entry-removed signals of the RBPlaylist and update the Itdb appropriately
Looks okay and works for me, so I've committed it to svn with a small memory leak fix. Thanks.
Can't find_ipod_track be replaced by a (faster) lookup in priv->entry_map?
Created attachment 87859 [details] [review] Proposed change
Err, yeah.
This looks good to me, too. D'oh.
I went ahead and committed it.