On Thu, 2007-01-25 at 12:21 +0100, Guillaume Desmottes wrote: > "/home/cassidy/usr/lib/rhythmbox/plugins/jamendo/JamendoSource.py", line > 376, in playing_entry_changed > self.__db.emit_entry_extra_metadata_notify (entry, > "rb:coverArt-uri", url) > TypeError: can't map metadata to GType system > > url = > "http://www.jamendo.com/get/album/id/album/artworkurl/redirect/% > s/?artwork_size=200" %\ > self.__album_id[stream] > print url > > self.__db.emit_entry_extra_metadata_notify (entry, > "rb:coverArt-uri", > url)
Might the url be a unicode? You could try converting it to str. I haven't been able to check the plugin out yet, but I will soon. Ed _______________________________________________ rhythmbox-devel mailing list [email protected] http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
