GNOME Bugzilla – Bug 307899
handle iradio stream metadata
Last modified: 2005-07-31 14:49:41 UTC
With the patch from #307361, playbin emits found-tag signals for iradio metadata. The patch I'm about to attach to this bug enables rhythmbox to display the current song title and also fill in the genre and title for iradio stations where the user hasn't provided them.
Created attachment 47855 [details] [review] lightly tested patch This replaces patches 16, 17, and 34 from my --bugs arch branch.
Didn't I merge part of it when I merged your playbin work ? Some iradio related patch slipped in when I committed it ;)
It looks like the iradio metadata handling from 0.8 slipped in to the metadata patch. This patch still applies to current CVS HEAD. The gstreamer patch (bug 307361) has been committed, but there has not been a gst-plugins release since then.
Created attachment 49998 [details] [review] updated patch updated to apply to current CVS.
2005-08-01 James Livingston <jrl@ids.org.au> * player/rb-player-gst.c: (process_tag), (found_tag_cb), (rb_player_construct): * shell/rb-shell-player.c: (info_available_cb): patch from Jonathan Matthew <jonathan@kaolin.hn.org> to use iradio station metadata if the user hasn't provided them (Closes 307899)