Amazon images in library OPAC

| |

Our library recently switched from using Syndetics images for the cover images in our OPAC to using Amazon's free cover images. The cost? Linking to Amazon... The benefits = free, high speed image servers optimized for a global beating, item details, "look inside", more like this, etc...

Because III's (our OPAC provider) linking works by serving the first "standard number" in the catalog record, these links and images try to show up on every record that has a standard number, regardless of whether there is an image available on Amazon's server or not. So, I wrote a quick php gateway which uses Amazon's Associates Web Services to determine whether Amazon has a record of that item in their DB. Only if they do, does the script send the browser on to grab the image for the cover. Otherwise, it just displays a "no image available" image or a blank GIF (in the cases where Amazon has no information at all).

Next, I think I will see if I can use the XMLOPAC module to grab all of the other standard No.s in the record to see if I can increase the number of valid links that we are able to provide. Though, doing so may slow the application down enough to make it too slow to provide the images in a timely manner. We'll see.

The legal aspects of the change were much more complex, but the gateway was pretty fun to build and seems to be working fine so far. Next I will be playing with getting the LibraryThing widgets to work on our test server.

Reply

The content of this field is kept private and will not be shown publicly.