[Bug 8599] New: Amazon Image cover dont display for movie
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8599 Priority: P5 - low Change sponsored?: --- Bug ID: 8599 Assignee: oleonard@myacpl.org Summary: Amazon Image cover dont display for movie Severity: enhancement Classification: Unclassified OS: All Reporter: anthony.laquerre@ccsr.qc.ca Hardware: All Status: NEW Version: rel_3_8 Component: OPAC Product: Koha Image cover seem to work only for books ? I am not able to make it work for movie.
From my understanding, the condition to get the image cover from Amazon are : In MARC21 : CUP need to be entered into 024$a First Indicator need to be 1 Position 6 of the leader need to be "g" ( movie )
Tested on 3.08.00 ( demo site from bywater ) You can see it here : http://catalog.bywatersolutions.com/cgi-bin/koha/opac-detail.pl?biblionumber... Cover is never display (in the search result and in the detail page). CUP in that case is : 841887006255 And if I search it in Amazon the movie exist... See : http://www.amazon.ca/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=841887006255&x=0&y=0 Let me know if you need more info. Anthony -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8599 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rel_3_8 |master --- Comment #1 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- The cover image code currently works only with ISBNs, which are stored in 020$a in MARC21. I imagine it would probably be possible to teach the cover image code to try other standard identifiers too, but at the moment the system does not. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8599 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- To be very specific, the image code only works with ISBNs because the image path for Amazon covers contains the actual ISBN: http://images.amazon.com/images/P/0385334206.01.MZZZZZZZ.jpg ...where 0385334206 is the ISBN.
CUP in that case is : 841887006255 And if I search it in Amazon the movie exist...
See : http://www.amazon.ca/s/ref=nb_sb_noss?url=search-alias%3Daps&field- keywords=841887006255&x=0&y=0
In cases like the above example where there isn't an ISBN, Amazon links the image using their own number, ASIN: http://images.amazon.com/images/P/B000CPHAA6.01.MZZZZZZZ.jpg There isn't any way to guess that number based on standard bibliographic information, and anyway the number wouldn't be valid for pulling the cover from other sources like Google Books or OpenLibrary. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org