[Bug 41284] New: Cataloging through Google Books
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41284 Bug ID: 41284 Summary: Cataloging through Google Books Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: new feature Priority: P5 - low Component: Cataloging Assignee: koha-bugs@lists.koha-community.org Reporter: amitddng135@gmail.com QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl Cataloging through Google Books I showed a working demo of this feature during the Koha Conference 2025 in Lightning Talks Plan to implement 1. Add Google Books integration for cataloging to fetch metadata by ISBN. 2. Once you fetch the metadata and map with MARC21 for example, title 245$a, author 100$a, and import data in Koha. Currently, this feature is for MARC21. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41284 Amit Gupta <amitddng135@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick@bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41284 Amit Gupta <amitddng135@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Amit Gupta <amitddng135@gmail.com> --- Hi Nick, Please suggest if we need to create it as a plugin or in the main code base as a system preference. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41284 Amit Gupta <amitddng135@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |amitddng135@gmail.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41284 --- Comment #2 from Amit Gupta <amitddng135@gmail.com> --- Created attachment 189886 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=189886&action=edit Screenshot Attached screenshot. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41284 Amit Gupta <amitddng135@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de, | |martin.renvoize@openfifth.c | |o.uk, tomascohen@gmail.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41284 Alexander Wagner <alexander.wagner@desy.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alexander.wagner@desy.de --- Comment #3 from Alexander Wagner <alexander.wagner@desy.de> --- Just some random idea... If "not that high quality imports targets" (like Google) are acceptable it might be worthwhile to check out what Calibre (https://calibre-ebook.com/) already did on that end. Their metadata fetchers mainly focus on improving poor metadata provided by some ebook platforms, but AFAIK they do not limit themselves to ebooks as far as metadata is concerned. At least for my small collection and private use they turned out to be very good. There is also a cli component to it (https://manual.calibre-ebook.com/en/generated/en/fetch-ebook-metadata.html) that might simplify reuse. Using your screenshot-ISBN: ``` (4102) ~> fetch-ebook-metadata -i 9781849510837 [l00lnxaw] Title : Koha 3 Library Management System Author(s) : Savitra Sirohi & Amit Gupta Publisher : Packt Publishing Ltd Tags : Computers, System Administration, Storage & Retrieval, Business & Productivity Software, Databases Languages : eng Published : 2010-11-12T07:39:15.801388+00:00 Identifiers : google:Y-Ov72CPY-0C, isbn:9781849510837 Comments : <p>Written in a practical style, this book uses the Linux shell in many chapters, demonstrating the execution of commands and their output. With liberal use of screenshots and plenty of code samples accompanied by careful explanation, it will make the task of installing and configuring Koha easy and straightforward. All chapters are written in a way that makes them applicable to various Linux distributions.</p> <p>This book is aimed at Linux system administrators who need to install and maintain Koha. If you are a system administrator who wants to set up an open source integrated library system, then this book is for you. It will also be useful for system administrators who require help with specific aspects of implementing Koha.</p> ``` Same data may also be returned as -o[pf] xml. The precise results depend on the metadata plugins installed in Calibre. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41284 Esther Melander <esther.melander@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |esther.melander@bywatersolu | |tions.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41284 --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Amit Gupta from comment #1)
Hi Nick,
Please suggest if we need to create it as a plugin or in the main code base as a system preference.
Obviously not Nick, but adding a quick note. As this will depend on an external API that might change quite suddenly, I think it's better suited as a plugin. This will allow to have a quick release when a fix is needed, independently from the Koha release cycle. It will also keep things nice and separate for people worrying about external services (GDPR, privacy etc.) -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org