The officially official Devuan Forum!

You are not logged in.

#1 2024-11-13 23:08:55

greenjeans
Member
Registered: 2017-04-07
Posts: 542  
Website

ISBN number reader/scanner/database builder?

Okay i'm not sure how to exactly articulate what i'm wanting, it may take multiple things, but let me present the problem and hopefully someone knows of a solution.

My wife has taken over librarian duties in our tiny town's tiny library, it's only open one day a week and only has probably a couple thousand books, but libraries are important and we have permission from the city council now to spend some time and money upgrading the place.

Currently it doesn't even have a working computer, just a bunch of old broken down windoze boxes that won't boot. I'm about to fix that with the help of Devuan in the next couple days now.

So, former librarian wasn't into the Dewey decimal system, nor even alphabetically organizing the books or even separating according to genre`. They are literally just loosely organized according to the date they were donated to library.

What we're hoping, is that some kind of program exists where she can scan or take a pic of the ISBN number of the book, the program then connects to ISBN database and basic details of the book and a short synopsis maybe are generated, which we can build into a searchable inventory/database of all the books.

Hope somebody knows something that might help, we are committed to looking everything up by hand and manually making the database if need be, was just hoping for a shortcut as even a few thousand volumes are gonna take quite a bit of time.

Thanks!
~greenjeans


https://sourceforge.net/projects/vuu-do/
Vuu-do GNU/Linux, minimal Devuan-based openbox systems to build on, maximal versions if you prefer your linux fully-loaded.

Please donate to support Devuan and init freedom! https://devuan.org/os/donate

Offline

#2 2024-11-14 12:55:06

trinidad
Member
From: Waterford WI
Registered: 2022-11-15
Posts: 22  
Website

Re: ISBN number reader/scanner/database builder?

Calibre coupled with a hardware ISBN scanner should work.

TC

Offline

#3 2024-11-14 13:52:15

Dutch_Master
Member
Registered: 2018-05-31
Posts: 286  

Re: ISBN number reader/scanner/database builder?

Some hardware options:
https://www.amazon.com/isbn-scanner/s?k=isbn+scanner

Never tried myself, so YMMV!

Offline

#4 2024-11-14 16:31:47

stargate-sg1-cheyenne-mtn
Member
Registered: 2023-11-27
Posts: 190  

Re: ISBN number reader/scanner/database builder?

did a DDG search for: best linux for "library" administration

here are the links that seem to be what we are looking for:

https://www.linuxlinks.com/LibraryManagementSystems/

https://itsfoss.com/open-source-library-management-software/

https://medevel.com/library-management-systems-lims-1716/

https://linuxopsys.com/open-source-library-management-software

https://opensource.com/article/21/9/library-linux

please keep us posted on your progress and also if you need anything!


Be Excellent to each other and Party On!
https://www.youtube.com/watch?v=rph_1DODXDU
https://en.wikipedia.org/wiki/Bill_%26_Ted%27s_Excellent_Adventure
Do unto others as you would have them do instantaneously back to you!

Offline

#5 2024-11-17 21:13:34

greenjeans
Member
Registered: 2017-04-07
Posts: 542  
Website

Re: ISBN number reader/scanner/database builder?

*slaps forehead*

Thanks guys, and especially stargate, I can't remember what search terms I was using that day but they were dumb, your much better search and the results got me a whole lotta great info!

Building a base system now for 'em and should be squashing it by tomorrow to go load, in contact with the state system now working on what's compatible with their system, and working on some grants for future improvements. And working on a basic site for 'em too.

So very soon we should have things up and running much better, community really needed this, so thanks again to ya'll. The new website will most definitely have a note that the Carthage city library is powered by Devuan. ;-)


https://sourceforge.net/projects/vuu-do/
Vuu-do GNU/Linux, minimal Devuan-based openbox systems to build on, maximal versions if you prefer your linux fully-loaded.

Please donate to support Devuan and init freedom! https://devuan.org/os/donate

Offline

#6 2024-11-17 21:28:38

golinux
Administrator
Registered: 2016-11-25
Posts: 3,318  

Re: ISBN number reader/scanner/database builder?

Nice to see you, greenjeans. It's been a while. What a wonderful project you're working on! I have a soft spot for libraries as I worked for a while in the University of Chicago library many decades ago. I got pretty good at finding misfiled items many floors down in the musty dark caverns. It was a bit creepy but fun too. big_smile Do let us know when the website is launched and we can celebrate your accomplishment!

Offline

#7 2024-11-21 16:51:41

chris2be8
Member
Registered: 2018-08-11
Posts: 307  

Re: ISBN number reader/scanner/database builder?

Reading another forum I found:

For instance, I am presently writing code to populate a PostgreSQL database with information about the books I own. Rather than typing in all the details only the ISBN is entered and the rest scraped from the Open Library. The Perl module which does the scraping, WWW::Scraper::ISBN, sets the user agent. As the source code to that module is available ...

P.S. Actually, the scraper was used only for initial tests. The production code will use the 11G (51G when unzipped) dump of the entire Open Library database now downloaded, as recommended. I have rather a lot of books.

I've copied that rather than posting a link because you have to register to read that forum. And there's not much else there relevant to you. But I though that might help.

It's at https://www.mersenneforum.org/node/2301 … ost1061326 is you want to read it though.

Offline

#8 Yesterday 16:46:49

greenjeans
Member
Registered: 2017-04-07
Posts: 542  
Website

Re: ISBN number reader/scanner/database builder?

Thank you Chris!

In the long term I think something like that would be optimum.

For now though, just getting the place organized and some kind of database is the short term target, it's a tiny library and we may be overly ambitious for it.

Found a program last night, doesn't look like it's maintained in some 4 years, but downloaded an appimage and tested and it seems to be a good interim solution. It's called Symphytum, and it's a very simple database/GUI you customize yourself.

We'll have to set all the params for it, and enter everything manually, about 2500 titles or so, but after it's done we'll have a nice easily searchable database.

I'm going to try and piece together a second working computer from the several older ones they have, so we can have one for the patrons to use to search the database as well, just need a tiny simple system as that will be the only use for that machine, haven't checked yet but i'm guessing the older machines are 32 bit.

Burning a custom version of Vuu-do for it tonight that includes appimages for the browser and the database prog, the newer machine they have is almost the same exact specs as my laptop, so it should run fine even with just 2 gigs of RAM.

Thanks for the help guys, if anybody has some experience with Symphytum please let me know how it worked for you.


https://sourceforge.net/projects/vuu-do/
Vuu-do GNU/Linux, minimal Devuan-based openbox systems to build on, maximal versions if you prefer your linux fully-loaded.

Please donate to support Devuan and init freedom! https://devuan.org/os/donate

Offline

#9 Today 05:09:34

swanson
Member
Registered: 2020-04-22
Posts: 104  

Re: ISBN number reader/scanner/database builder?

Subscribing....   smile

Offline

Board footer