https://bugs.gpodder.org/show_bug.cgi?id=1362
--- Comment #3 from Stefan Kögl <[email protected]> 2011-06-27 12:35:30 BST --- (In reply to comment #2) > Looks good to me. Maybe in addition have a link to a scaled small variant of > the podcast icon that can be downloaded easily (e.g. on-the-fly during the > display of the search results?). Do we have a server-side image scaler > already? We've always had server-side image scaling (written by you, iirc), however it doesn't have an API yet. Maybe we could include the logo-size in the request and the server will include links to the scaled images in the response. Example: GET /search.xml?q=linux&scale_logo=64 The request will contain an additional element for each result like <scaled_logo_url>http://gpodder.net/media/logo/64/d68a945ce07422f88f8da39724fb7c884367d145.jpg</scaled_logo_url> -- Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
