[Koha] Import data from excel to koha and Cover image using Manual data entry

2023-07-21 Thread Tahir Jan, Assistant Librarian, Central Library, UoP
Dear All I am facing problem in importing excel data to koha. Is anyone help me in this regards. Secondly when we are doing manual entry in koha then how can we upload cover image of book. Regards Dt Jan ___ Koha mailing list http://koha-community.org K

[Koha] Coverflow plugin ini Koha 23.03

2023-07-21 Thread Toni Afandi
Yesterday we were upgrading Koha to 23.05 from 20.(something..). I think everything is fine, but one I found that the Coverflow plugin is not working. Enable_plugin in *koha-conf.xml *has been set. Is there anything missing? Thank you in advance. *Toni Afandi* *Librarian* *STT SAAT* *(Southeast

Re: [Koha] [Koha-devel] Where would I put the OpenLibrary ID in the MARC record

2023-07-21 Thread Nigel Titley
Understood. I'm sure that a Real Librarian (tm) will answer at some point. Thanks anyway Nigel On 21/07/2023 13:20, Jonathan Druart wrote: No idea, I'm really just a programmer ;) Le ven. 21 juil. 2023 à 14:06, Nigel Titley a écrit : Thanks for the response... makes sense to use the ISBN

Re: [Koha] [Koha-devel] Where would I put the OpenLibrary ID in the MARC record

2023-07-21 Thread Jonathan Druart
No idea, I'm really just a programmer ;) Le ven. 21 juil. 2023 à 14:06, Nigel Titley a écrit : > > Thanks for the response... makes sense to use the ISBN and it explains > the observed behaviour. > > I've had a look at the code. One of these days I'll blow the dust off my > JS manuals and see if

Re: [Koha] [Koha-devel] Where would I put the OpenLibrary ID in the MARC record

2023-07-21 Thread Nigel Titley
Thanks for the response... makes sense to use the ISBN and it explains the observed behaviour. I've had a look at the code. One of these days I'll blow the dust off my JS manuals and see if I can do something to extend the code (JS isn't my favourite language and I've probably not written any

Re: [Koha] [Koha-devel] Where would I put the OpenLibrary ID in the MARC record

2023-07-21 Thread Jonathan Druart
Looks like it's only using the ISBN. The code is in koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js https://gitlab.com/koha-community/Koha/-/blob/master/koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js#L19 and opac-results: 899 [% IF OpenLibraryCovers %]KOHA.OpenLibrary.GetCoverFromIsb

Re: [Koha] Where would I put the OpenLibrary ID in the MARC record

2023-07-21 Thread Nigel Titley
Furthur on this and reading a bit more into MARC it looks like the information would go into MARC Field 024 with a source of 8. If there was a defined Standard Identifier for Openlibrary then the source would be 7 with the defined Standard Identifier for Openlibrary, but there isn't. I'm stray

Re: [Koha] Where would I put the OpenLibrary ID in the MARC record

2023-07-21 Thread Nigel Titley
There doesn't appear to be any method to import books from OpenLibrary and nor would I use it if it was available as the data is not reliable. However for book covers it's quite useful. If you want to import books data then why not use one of the very many free, reliable Z39.50 sources availab