Calibre to Calibre-web

I manage my ebooks locally and then upload them to my calibre-web container via the webui. It's there an easier way to do this? I no longer use a shared backend storage for fear of corruption/loss so i was looking for an easier way (export plug-in?). Any one have any ideas?

5 points · 3 comments · view on lemmy.world

3 Comments

non_burglar@lemmy.world · 2 pts · 1y (1 reply)

With vanilla calibre-web, no.

There is a new project called automated calibre web or something similar that addresses this and other quality-of-life issues.

skarn@lemmy.today · 2 pts · 1y

This one? https://github.com/crocodilestick/Calibre-Web-Automated It has an ingest folder you can drop all your books into and it'll ingest and process them over time, if that's of interest

beedaddy@discuss.tchncs.de · 1 pts · 1y

When I was using calibre-web, I regularly synced the calibre library with rsync to the calibre-web server (a Raspberry Pi). Calibre-web then reconnected to the database overnight so that the changes were visible (can also be done manually, of course). So I only had to call the sync script when needed.