Calibre and Calibre-Web Widgets #239
|
Can you please add Calibre and Calibre-Web widgets to your roadmap? |
Replies: 15 comments 22 replies
|
+1 for calibre-web |
|
there's often confusion between calibre and calibre-web. for those who aren't sure of the difference, calibre is a standalone desktop app for managing an ebook library and its metadata. It's very well featured and under constant development.. but it also looks like a software refugee from the early 2000s it does have its own built-in web server you can enable but jesus christ... who wants to deal with this kind of thing? On the other hand, Calibre-web is a totally separate docker-hostable app that can either take its content from the Calibre standalone app's database, or can operate entirely on its own as long as you give it a calibre metdata.db file, even if that's just a dummy file. In my case i was previously using calibre standalone but i've left it behind. I copied over the .db it was using and gave that to calibre-web to use. Calibre-web is basically a decent-looking plex but for ebooks, like so.. |
|
any chance of calibre-web? thinking pretty much like the komga or audiobookshelf widgets |
|
Alright I've got a basic widget working gantoine#2 However I'm struggling with authentication; I can't find any docs on API keys, and a |
shame to have stuff like mealie but not something as widespread as calibre-web |
|
Update on this: It took writing a custom proxy and reading the ODPS docs, but I've got it working using username/password! PR here: https://github.com/benphelps/homepage/pull/1829 |
|
Unfortunately the PR for this was reverted pending resolution of #1845 I'll reopen in the meantime |
|
Thank you everyone for your work on this. I understand the limitations we have run into on this issue and look forward to future changes in Calibre-Web that allow us to pursue this again. |
|
One additional thing about beeing opds feed compatibel. My feeling is that the readers aren't caring about beeing compatible to the spec, but they try to be compatible to Calibre, so Calibre (the desktop app) sets the real standard. |
|
I'm willing to offer a "/opds/json_stats" route, returning basic statistics about the number of books, authors, tags, series in the library (as already visible on the /stats page in json format (preferably) and accessible via basic authentication. |
|
Please check the newest nightly build of calibre-web, if this is what you expect. you can access "/opds/stats" via basic authentication and get the following json structure returned (the numbers are of course just examples: |
|
I changed it 3hours ago, the docker build is 6hours old. I think you need to wait a bit… |
|
is there also a calibre widget? i just started running it in docker and would be good to have some stats on it |
|
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. |



Update on this: It took writing a custom proxy and reading the ODPS docs, but I've got it working using username/password! PR here: https://github.com/benphelps/homepage/pull/1829