Dear list, we exported bibs but couldn't exported uploaded local cover images. Can you help us how to do it?
we exported bibs but couldn't exported uploaded local cover images.
Local covers are stored in the database, in a table called biblioimages. If you back up your Koha database you are backing up your local cover images too. -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org
Hi, The table described here http://schema.koha-community.org/16_11/tables/biblioimages.html is where you local cover images are. hope this helps idg -- Indranil Das Gupta L2C2 Technologies Phone : +91-98300-20971 WWW : http://www.l2c2.co.in Blog : http://blog.l2c2.co.in IRC : indradg on irc://irc.freenode.net Twitter : indradg On Fri, Jun 9, 2017 at 6:20 PM, Erlanda Simonyan <erlanda_simonyan@flib.sci.am> wrote:
Dear list, we exported bibs but couldn't exported uploaded local cover images. Can you help us how to do it? _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
Hey, Pablo Bianchi developed this script to export patron images: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12996 Script is here: https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=31884 I haven't tested it but it should at least provide a good starting point. The same logic applied to local cover images: 1) Alter the query to select biblioimages.biblionumber; 2) Any local cover image can be accessed through the URL: *<OPAC_URL>* /cgi-bin/koha/opac-image.pl?thumbnail=0&biblionumber=*<BIBLIONUMBER>* Have a good one, Pedro Amorim 2017-06-09 12:04 GMT+00:00 Indranil Das Gupta <indradg@gmail.com>:
Hi,
The table described here http://schema.koha-community.org/16_11/tables/biblioimages.html is where you local cover images are.
hope this helps idg -- Indranil Das Gupta L2C2 Technologies
Phone : +91-98300-20971 WWW : http://www.l2c2.co.in Blog : http://blog.l2c2.co.in IRC : indradg on irc://irc.freenode.net Twitter : indradg
On Fri, Jun 9, 2017 at 6:20 PM, Erlanda Simonyan <erlanda_simonyan@flib.sci.am> wrote:
Dear list, we exported bibs but couldn't exported uploaded local cover images. Can you help us how to do it? _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
participants (4)
-
Erlanda Simonyan -
Indranil Das Gupta -
Owen Leonard -
Pedro Amorim