Show HN: Citadel – a Calibre-compatible eBook management app
121–130 of 163 posts
Re: Show HN: Citadel – a Calibre-compatible eBook management app
#122Anyone else having trouble building and running it (Ubuntu 23.10)? > thread 'main' panicked at libcalibre/src/infrastructure/domain/book/repository.rs:20:62: called `Result::unwrap()` on an `Err` value: ()
Yes — sorry! I hadn't pushed local changes yet. I didn't expect a big reception! `main` is up-to-date now and SHOULD be building. Feel free to email me (phil at denhoff dot ca) if you run into issues, or add a GitHub issue.
Re: Show HN: Citadel – a Calibre-compatible eBook management app
#123Earlier quoted context omitted.
Not really, kitty was forked from putty. Calibre afaik was created from scratch. Those are two entirely different circumstances from which to start from and it’s inevitable they would have vastly divergent results even in the same hands.
No kitty is not a fork of putty. Thats a different kitty. https://github.com/kovidgoyal/kitty vs https://github.com/cyd01/KiTTY
Re: Show HN: Citadel – a Calibre-compatible eBook management app
#124Earlier quoted context omitted.
Trust me, I'm tech savvy but I tried Calibre once and I couldn't figure it out, so I just gave up.
What part couldn't you figure out? Where you editing ebooks or just managing a library? Not a contributor here, just curious. Edit: I've read a few more comments and some a free with you, while others think it works fine. I'm wondering if there's something about the UI that clicks with some but not others.
Also, there's definitely something "off" when it comes to using it intuitively. I have to devote a lot of brain power to searching for functionality AND trying to comprehend exactly how those pieces of functionality are going to affect my library data.
Maybe it's too powerful of a tool up front or something. It could benefit from a "basic view" maybe?
None of these are complaints from me, I'm a happy user. I'll just echo some other commenters in wishing for a more robust network interface (whether that's just an API, or a more hashed out front end). I'd like to easily share my library with people or just other devices while on-the-go, and Calibre has all the device formatting functionality built-in.
Re: Show HN: Citadel – a Calibre-compatible eBook management app
#125Earlier quoted context omitted.
> [Calibre] never really adapted into the whole self-hosted era Could you explain that in more detail? It seems to me that Calibre is totally self hosted. I give an example. I use Calibre to import ebooks as epub (if they are not already epub, which they usually are,) maybe change their metadata and add a cover if they don't have one. The books go to Calibre's directory and then I sync to my phone using syncthing, li…
>All of that seems self hosted to me, or do you mean having a server somewhere at home or on the internet with the ebook collection? I''m not the person you replied to, but having it run on a server somewhere is exactly what "self hosted" means to me.
Re: Show HN: Citadel – a Calibre-compatible eBook management app
#126As best I can tell there's no licensing information in the repo
Re: Show HN: Citadel – a Calibre-compatible eBook management app
#127does it mangle japanese titles/authors by transcribing to pinyin chinese like calibre does? do the drm plugins work? might check it out and switch.
Re: Show HN: Citadel – a Calibre-compatible eBook management app
#128Re: Show HN: Citadel – a Calibre-compatible eBook management app
#129Re: Show HN: Citadel – a Calibre-compatible eBook management app
#130Interesting! For a while now, I’ve started working on a similar project with the same general idea, although I settled for SvelteKit and browsers instead of native apps: https://github.com/project-kiosk/kiosk I just can’t keep motivation up long enough to finish it…