Hacker News new | ask | show | jobs
by AcidBurn 1884 days ago
I recently started self hosting calibre-web[0] which consumes a calibre database and provides a basic web interface for viewing and uploading books to it. The killer feature for me is that it can act as a Kobo sync server. It makes getting my entire library onto my e-reader a breeze.

0: https://github.com/janeczku/calibre-web

3 comments

Ditto. I did the same for my partner for his Lego instruction booklet collection. He have over 150 sets and managing all of his Lego booklet (through Lego official app) and the official Lego website don't have every single booklet. And those PDFs are rather large file (averaging 40+MB, some are 100MB, a few is 200MB). It wasn't feasible to keep it all in his iPad due to the storage space. So I used my desktop to handles that for him. The best thing about calibre-web, it allows him to upload the PDF and edit the metadata directly in his iPad's Safari than depending on me to put it up for him (I don't mind doing for him, just that I have terrible time management.) For him, he don't have to do manual management and it is in one place.

Right now, I am trying to set up a scrapping the metadata from few sites in calibre (Import List plugin). Because LibraryThing, WorldCatalog and Amazon are usually scrapping for books. The thing is I don't know how to do XPath expression even I tried to read the guide. I couldn't understand how the hell it work. I can understand LaTeX, Homebrew, Chocolatey, Bash, CSS documentation just fine, but XPath I am just dumbfounded.

It does also allow for conversion of EPUB -> MOBI without using the calibre standalone application. calibre-web is now my primary interface to my existing calibre database file. I keep calibre ready/installed but haven't needed it in over a year
I'm using this for my 80k+ documentation library and couldn't be happier - so easy to share your library with other users.

Kudos for your project.