Calibre 7.0 E-Book Manager Introduces New Notes Feature, Support for Audio EPUBs (9to5linux.com)
from petsoi@discuss.tchncs.de to linux@lemmy.ml on 17 Nov 2023 19:45
https://discuss.tchncs.de/post/6448598

#linux

threaded - newest

Semi-Hemi-Demigod@kbin.social on 17 Nov 2023 21:15 next collapse

I would really love a version of Calibre that ran in a web browser instead of a desktop app

auskast@lemmy.world on 17 Nov 2023 21:24 next collapse

docs.linuxserver.io/images/docker-calibre

Run this in a docker container which exposes a vnc-style web interface.

Semi-Hemi-Demigod@kbin.social on 17 Nov 2023 21:26 collapse

vnc-style web interface

That's still not what I'm looking for. What's wrong with good old HTML?

jodanlime@midwest.social on 17 Nov 2023 21:29 next collapse

There was somebody on the Linux reddit with a self hostable ebook app just a week or so. It looked slick but wasn’t really that useful for me. Might be worth a look.

knfrmity@lemmygrad.ml on 17 Nov 2023 21:33 next collapse

That docker image does have a basic web interface as well, but it’s limited to adding, downloading, and editing the metadata of single files.

COPS is cool too but it’s only a download interface.

VelociCatTurd@lemmy.world on 17 Nov 2023 23:44 next collapse

Another user posted a link to Calibre-Web in this thread and I would def use that instead of this.

k_rol@lemmy.ca on 18 Nov 2023 02:13 collapse

They are just trying to help, nothing wrong with html.

dr_robot@kbin.social on 17 Nov 2023 22:01 next collapse

What about https://github.com/janeczku/calibre-web?

Semi-Hemi-Demigod@kbin.social on 17 Nov 2023 22:18 collapse

I tried that but you need a Calibre library first, and that requires using Calibre AFAIK

Dhs92@programming.dev on 17 Nov 2023 23:31 next collapse

You can just create an empty calibre library using the desktop app and then import everything from the web UI.

Celediel@slrpnk.net on 18 Nov 2023 07:36 collapse

Calibre-web even links an empty database in their readme so you can do exactly that without the desktop app.

psivchaz@reddthat.com on 18 Nov 2023 00:59 collapse

It’s unnecessarily annoying to set up, as the other user pointed out. But it can be set up by itself using hub.docker.com/r/linuxserver/calibre-web docker, and used standalone. The only trick is needing an empty database.

rambos@lemm.ee on 18 Nov 2023 17:32 collapse

Can you explain bit more please. I have calibre-web running, downloaded empty database, added some books in the same folder as database, but nothing is showing up in calibre-web gui. Did I miss something?

aperson@beehaw.org on 17 Nov 2023 22:04 next collapse

So you want an entirely different app then. The desktop app would have to be completely rewritten.

donio@lemmy.world on 17 Nov 2023 22:59 next collapse

I would like the ability to do a CLI-only build since I only really use the ebook-convert command. Never felt the need to “manage” my ebooks.

KickMeElmo@sopuli.xyz on 18 Nov 2023 00:58 collapse

While it isn’t a perfect solution, you can run calibre-server and only close it to open the GUI when you need to convert.

donio@lemmy.world on 18 Nov 2023 02:50 collapse

Yeah, I ended up doing something similar but using my own Dockerfile where I specified ebook-convert as the entry point.

netwren@lemmy.world on 18 Nov 2023 02:57 next collapse

Can you give a specific reason?

I feel that I’m usually more upset that apps choose electron and I have performance issue because they didn’t spend time writing a proper lightweight desktop application. I feel like Calibre is actually one of those apps.

I could see portability across devices being useful but is the Calibre interface really going to be conducive for that?

Semi-Hemi-Demigod@kbin.social on 18 Nov 2023 14:38 collapse

All the other services I have running are on a server in my closet, which I access with a web browser from other devices. Calibre needing to run on my workstation is a big shift in that workflow. Especially because all the rest of my media is sitting on that server.

Also, UX of open source desktop apps is… lacking. They don’t look good, and they don’t feel good to use. But that might be because I’m picky and spoiled by decades of using a Mac.

I definitely don’t want more Electron apps. About the only things I want to run locally is a browser, a text editor, and a terminal.

netwren@lemmy.world on 19 Nov 2023 00:05 next collapse

That’s fair but I think one of the most critical features of Calibre for me is interfacing with my e-reader over USB to download/upload my epubs. I don’t know how that would work from a Browser app.

[deleted] on 20 Nov 2023 07:57 collapse

.

[deleted] on 18 Nov 2023 04:04 next collapse

.

warmaster@lemmy.world on 19 Nov 2023 03:59 collapse

I’m running Calibre on the web using hub.docker.com/r/linuxserver/calibre

Pantherina@feddit.de on 19 Nov 2023 13:59 collapse

Solved?

You can use Podman too, if that would be a problem.

Look at StirlingPDF if you want an example how to run OR are interested in a great web-UI PDF editor based off various open sourc tools, in a single interface

warmaster@lemmy.world on 19 Nov 2023 23:40 collapse

StirlingPDF is freaking awesome, although I don’t know how it relates to the post.

maxprime@lemmy.ml on 18 Nov 2023 15:43 collapse

What is the difference between an audiobook and an audio epub? Does the latter contain both text and audio? Are they synced somehow?

LaggyKar@programming.dev on 18 Nov 2023 22:47 collapse

ePub is basically just a limited HTML page in a zip file (plus a bunch of metadata and CSS styles), and ePub 3 can contain audio and video elements embedded in the text, just like a webpage. With the most basic usage, it would just show up as an audio player in the middle of the text, no sync. But there is also a media overlay thing I haven’t looked much into that looks like it provides sync.