GNOME Bugzilla – Bug 773702
"iTunes Podcast" page displays low resolution thumbnails.
Last modified: 2016-10-31 13:57:29 UTC
Created attachment 338796 [details] Screenshot: Low resolution thumbnails. iTunes provides good resolution thumbnails ( 100x100, 600x600 ). One of them can be used based on user configuration.
Created attachment 338797 [details] Screenshot: High resolution thumbnails displayed for 'Apple Movie Trailers' No issues with 'Apple Movie Trailers' page.
There's no 600x600 thumbnails in the "browse" results, only in the search results. However we didn't sort the images (as mentioned in the source[1]). The attached patch fixes that. [1]: https://git.gnome.org/browse/grilo-plugins/tree/src/lua-factory/sources/grl-itunes-podcast.lua?id=d521fa562508ccb51c924f35be85003e68364992#n156
Created attachment 338804 [details] [review] itunes-podcast: Sort the thumbnails in descending size So that the first thumbnail is the biggest one.
That works. Looks much better now. Thanks !
Review of attachment 338804 [details] [review]: sure
Attachment 338804 [details] pushed as 83c0636 - itunes-podcast: Sort the thumbnails in descending size