@petsoi@discuss.tchncs.de to Linux@lemmy.ml • 2 years agoCalibre 7.0 E-Book Manager Introduces New Notes Feature, Support for Audio EPUBs9to5linux.comexternal-linkmessage-square20fedilinkarrow-up1224arrow-down12
arrow-up1222arrow-down1external-linkCalibre 7.0 E-Book Manager Introduces New Notes Feature, Support for Audio EPUBs9to5linux.com@petsoi@discuss.tchncs.de to Linux@lemmy.ml • 2 years agomessage-square20fedilink
minus-square@donio@lemmy.worldlinkfedilink5•2 years 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-square@KickMeElmo@sopuli.xyzlinkfedilink2•2 years 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-square@donio@lemmy.worldlinkfedilink1•2 years 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.