bookshelf
bookshelf copied to clipboard
📓 Ebook management system with S3 compatible storage which provides OPDS feed.
https://pkg.go.dev/github.com/gsiems/go-isbn/pkg/isbn
It would be nice to automatically add books in a directory. Now it is possible to add book one by one manually. It's time consuming and boring. P.S. First of...
So I built a bulk book loader (see #2) to ingest a large directory of books... ``` sqlite> select count(*) from books; 7031 ``` Unfortunately they appear to be inserted...
``` sqlite> select count(distinct isbn) from books; 1525 sqlite> select count(*) from books; 7031 ``` It would be great to have some support for removing duplicates based on ISBN or...
openbd doesn't have a lot of books in the database. Out of ~1600 books in my library, less than 30 were found. The ISBNs validated correctly with isbnlib, and have...
For example "Industrial Automation and Robotics: An Introduction" (9781938549304) has 3 listed authors. Looking into the metadata of various ebooks, there's definitely some inconsistency - some are strings like "Alice,...
Isn't there a prebuilt version other than running from source?