Live data from Hacker News

Show HN: Citadel – a Calibre-compatible eBook management app

github.com

101–110 of 163 posts

Re: Show HN: Citadel – a Calibre-compatible eBook management app

#101

Yesterday I realized that I can just copy an epub to a directory on my Kobo reader to the `root/ ` of the mountpoint in /media/oakhaven/koboreader (on Ubunutu 22.04). It will show up in the list of books on the device. For some reason I thought that uploading books to the Kobo reader was somehow complicated, and I only used Caliber to get books from laptop to Kobo. I know Calibre has lots of other functions, but I di…

This is actually one of the reasons why I bought a Kobo instead of a Kindle or whatever else was available a few years ago. When you plug them in they mount like any other USB mass storage and you copy your stuff to them… no need for special formats or anything either, standards like ePub work great. It kinda made me wonder how Kindles remain so popular. First mover’s advantage? I dunno, but an eReader that can’t rea…

This is how kindles work too. Mount as an ordinary FAT filesystem USB mass storage device, copy the azw3 to it, then read.

Re: Show HN: Citadel – a Calibre-compatible eBook management app

#102
post #76

Earlier quoted context omitted.

This is actually one of the reasons why I bought a Kobo instead of a Kindle or whatever else was available a few years ago. When you plug them in they mount like any other USB mass storage and you copy your stuff to them… no need for special formats or anything either, standards like ePub work great. It kinda made me wonder how Kindles remain so popular. First mover’s advantage? I dunno, but an eReader that can’t rea…

All Kindles I had (the latest is paperwhite from 2020 or so) mounted on USB as mass storage and supported pdf. They also supported epub since 2014 at least.

My recent model paperwhite does not support epub.

Re: Show HN: Citadel – a Calibre-compatible eBook management app

#107
post #15

Sometimes I feel that if Calibre just looked better people would realize how amazing it is. It’s honestly not that bad (I actually love it) but I think people can’t get past the aesthetic.

The challenge that I face is Calibre absolutely craters after 20,000+ ebooks. I understand that most folks probably have 10-300 books, but in my case I have some large libraries I tried to use with Calibre, and it just absolutely DIES. The steadfast decision to exclusively use SQLite doesn't help. I opened a PR back in 2016 or so, but the maintainer was quite enthusiastically opposed to changing the DB layer or makin…

20.000 rows is a joke for SQLite (and for any database).

Re: Show HN: Citadel – a Calibre-compatible eBook management app

#108

Cool project, and best of luck to you. However, you might want to rethink the name as Citadel is also an established company - a large hedge fund with deep pockets that's not afraid of using it's lawyers.

That's not how trademark works

Re: Show HN: Citadel – a Calibre-compatible eBook management app

#109

Would you mind explaining what is going on in the backend? You seem to be using both Rust and Bun/Typescript?

The backend is straight Rust. Bun is used as a package management tool & as a script runner, to invoke Tauri commands that start up a Vite webserver to provide the UI, and start something that rebuilds the binary when Rust files change.

Typescript is used for the Svelte UI. Svelte talks to the Rust backend through Tauri (by default). Both support a headless/web mode where the Svelte frontend connects to the backend over HTTP.

Re: Show HN: Citadel – a Calibre-compatible eBook management app

#110
post #67

Earlier quoted context omitted.

This is actually one of the reasons why I bought a Kobo instead of a Kindle or whatever else was available a few years ago. When you plug them in they mount like any other USB mass storage and you copy your stuff to them… no need for special formats or anything either, standards like ePub work great. It kinda made me wonder how Kindles remain so popular. First mover’s advantage? I dunno, but an eReader that can’t rea…

Most readers only buy books from their device’s store, so they don’t need to worry about sideloading. And then once they’ve done so, they are hesitant to switch because it’s hard or impossible to extract yourself from Amazon or B&N or Apple’s ecosystem without losing content. Ideally everybody would only buy DRM-free ePubs and audiobooks but realistically people don’t care. And I don’t see a repeat of Apple forcing D…

FWIW, in case it's useful to other readers: removing the DRM from a Kindle ebook is super easy using Calibre and the DeDRM plugin. You put in your Kindle's serial number into the plugin, download the ebook from Amazon, drag-n-drop into Calibre. From there you can convert it to pdf for specific formats, e.g. I use the Supernote A5X which is a great reading and annotation experience.
Post reply on HN