http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6672

--- Comment #2 from Chris Cormack <ch...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to