petsoi@discuss.tchncs.de to Linux@lemmy.ml · 1 year agoCalibre 7.0 E-Book Manager Introduces New Notes Feature, Support for Audio EPUBs9to5linux.comexternal-linkmessage-square24fedilinkarrow-up1274arrow-down12
arrow-up1272arrow-down1external-linkCalibre 7.0 E-Book Manager Introduces New Notes Feature, Support for Audio EPUBs9to5linux.competsoi@discuss.tchncs.de to Linux@lemmy.ml · 1 year agomessage-square24fedilink
minus-squaredonio@lemmy.worldlinkfedilinkarrow-up5·1 year agoI 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.
minus-squareKickMeElmolinkfedilinkarrow-up2·1 year agoWhile it isn’t a perfect solution, you can run calibre-server and only close it to open the GUI when you need to convert.
minus-squaredonio@lemmy.worldlinkfedilinkarrow-up1·1 year agoYeah, I ended up doing something similar but using my own Dockerfile where I specified ebook-convert as the entry point.
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.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.
Yeah, I ended up doing something similar but using my own Dockerfile where I specified
ebook-convert
as the entry point.