[Bug 6672] New: larger cover images from openlibrary
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6672 Bug #: 6672 Summary: larger cover images from openlibrary Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: Templates AssignedTo: oleonard@myacpl.org ReportedBy: nengard@gmail.com QAContact: koha-bugs@lists.koha-community.org Depends on: 5429 The openlibrary cover images are coming over in small format, it might be better if they were medium (like google and amazon). See more here: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5429 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6672 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz --- Comment #1 from Owen Leonard <oleonard@myacpl.org> 2011-08-24 15:11:56 UTC --- I see that we're pulling book covers using the Open Library Books API: http://openlibrary.org/dev/docs/api/books ...which appears to only be able to pull the small thumbnail. On the other hand, there's the Open Library Covers API: http://openlibrary.org/dev/docs/api/covers ...which appears to work much like Amazon covers in that there's a defined URL for each cover image in each size available: http://covers.openlibrary.org/b/oclc/28419896-S.jpg http://covers.openlibrary.org/b/oclc/28419896-M.jpg http://covers.openlibrary.org/b/oclc/28419896-L.jpg I'd be interested in hearing about why it was decided not to use the latter to pull covers. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6672 --- Comment #2 from Chris Cormack <chris@bigballofwax.co.nz> 2011-08-24 17:18:51 UTC --- Read further down http://openlibrary.org/dev/docs/api/books It provides covers too, (not just the thumbnail) (cover just after links but before ebooks) links List of links to the book. Each link will be in the following format: { "url": "http://...", "title": "..." } cover URLs to small, medium and large covers. { "small": "http://covers.openlibrary.org/b/id/1-S.jpg", "medium": "http://covers.openlibrary.org/b/id/1-M.jpg", "large": "http://covers.openlibrary.org/b/id/1-L.jpg", } The book api provides a lot of info. And I did try the medium ones, but they were too big. I then checked with OpenLibrary to make sure there would be no issue in terms of license with us fetching the medium ones and scaling them via html. But I havent had a chance to do that -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6672 --- Comment #3 from Owen Leonard <oleonard@myacpl.org> 2011-08-24 17:51:09 UTC --- Thanks Chris. The medium ones are too big for the results page, but would be just right for the detail page. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6672 --- Comment #4 from Chris Cormack <chris@bigballofwax.co.nz> 2011-08-24 19:01:59 UTC --- While you're doing that (see what I did there?) Theres a bunch more info we get from the book api, we could show more of that on the detail page too :) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6672 Savitra Sirohi <savitra.sirohi@osslabs.biz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |savitra.sirohi@osslabs.biz Resolution| |DUPLICATE --- Comment #5 from Savitra Sirohi <savitra.sirohi@osslabs.biz> 2011-11-05 06:35:25 UTC --- This will get taken care of in 7161 *** This bug has been marked as a duplicate of bug 7161 *** -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6672 Amit Gupta <amit.gupta@osslabs.biz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amit.gupta@osslabs.biz -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org