GNOME Bugzilla – Bug 426164
Regression: Cover art sidebar resizing results in bad image quality
Last modified: 2009-04-07 08:35:14 UTC
Please describe the problem: This worked fine in 0.9.8 but is a regression in 0.10.0 Steps to reproduce: 1. Make sure the cover art display area in the sidebar is small 2. Start playing a track which you have a high-resolution cover.png image file in the directory for 3. Resize the sidebar bigger, increasing the size of the cover art display area Actual results: A pixelated image, it resizes the small version of the cover art file it has made larger Expected results: A good quality cover art image, like in 0.9.8. Switching to a track with a different cover art image and back without changing the sidebar's size results in the good quality cover art image being used, as does disabling the cover art plugin and re-enabling it Does this happen every time? Yes Other information:
The cover art code was virtually unchanged between 0.9.8 and 0.10.0.
Well, I'm running Ubuntu Feisty and it worked fine before the update to 0.10.0. You can't reproduce this? If you can't I'll go file it at Ubuntu downstream.
Looks like the cached image from internet is used before the directory one if available
A bug about this has been filled in ubuntu bug tracker too https://bugs.launchpad.net/rhythmbox/+bug/110925
This was actually broken between 0.9.6 and 0.9.7, so, uh.. I don't know. 2009-04-07 Jonathan Matthew <jonathan@d14n.org> * plugins/artdisplay/artdisplay/__init__.py: Clear the source ID for the post-resize handler before returning from it, so we correctly regenerate the source pixbuf when the cover art widget is resized. Fixes #426164.