After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 581249 - Display embedded cover images in audio streams
Display embedded cover images in audio streams
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Movie player
2.26.x
Other Linux
: Normal enhancement
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on: 583255
Blocks:
 
 
Reported: 2009-05-04 03:40 UTC by Robert Ancell
Modified: 2009-12-15 19:59 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26


Attachments
Uses cover image from audio streams (5.32 KB, patch)
2009-05-04 04:06 UTC, Robert Ancell
committed Details | Review
Display the cover image instead of visualisations (2.24 KB, patch)
2009-08-08 18:44 UTC, Philip Withnall
committed Details | Review

Description Robert Ancell 2009-05-04 03:40:48 UTC
Audio streams can contain a cover image to use.  Attached patch makes Totem use this as the album artwork for that stream.

Reported in Ubuntu:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/310610
Comment 1 Robert Ancell 2009-05-04 04:06:14 UTC
Created attachment 133895 [details] [review]
Uses cover image from audio streams
Comment 2 Bastien Nocera 2009-05-04 22:11:53 UTC
Tim, why wasn't that pushed upstream before? And do you have any examples of radio streams that use covers?
Comment 3 Tim-Philipp Müller 2009-05-04 22:43:21 UTC
Hrm, I thought I had filed a bug with a patch for this (I didn't just commit it because I was under the impression you were not too keen on this for some reason, maybe we talked about it on IRC at some point?)

Most of the BBC podcasts and many other podcasts contain an image IIRC, but the code as in the patch will probably show coverart for all streams, whether radio or local file.

So ok to commit this then?
Comment 4 Bastien Nocera 2009-05-05 00:16:25 UTC
Looks fine to commit to master, minus the whitespace churn at the top of the file. Not sure how it would behave on streams (eg. internet radio) that would include cover art for different songs (or even adverts).
Comment 5 Tim-Philipp Müller 2009-05-06 10:23:52 UTC
I currently can't build totem master because of the gtk+ requirement, so I'm probably not going to get around to committing this before I have time to upgrade. So maybe you want to commit this yourself.
Comment 6 Philip Withnall 2009-08-08 18:30:22 UTC
Committed. Patch coming up to also display the cover image instead of visualisations when possible.

commit d5877777c4e54f0cd403ef6e47f3d5c43711e5d7
Author: Robert Ancell <robert.ancell@gmail.com>
Date:   Sat Aug 8 19:28:59 2009 +0100

    Bug 581249 – Display embedded cover images in audio streams
    
    Display cover images when available. Currently doesn't display cover images
    instead of visualisations. Helps: bgo#581249

 src/backend/bacon-video-widget-gst-0.10.c |   83 ++++++++++++++++++++++------
 1 files changed, 65 insertions(+), 18 deletions(-)
Comment 7 Tim-Philipp Müller 2009-08-08 18:40:39 UTC
That was my patch! ;-)

(Sorry for dropping the ball on this. Thanks for committing it.)
Comment 8 Philip Withnall 2009-08-08 18:44:14 UTC
Created attachment 140224 [details] [review]
Display the cover image instead of visualisations

This patch causes the cover image to also be displayed instead of visualisations, but depends on bug #583255.
Comment 9 Philip Withnall 2009-08-08 20:17:28 UTC
(In reply to comment #7)
> That was my patch! ;-)

Sorry!