Live data from Hacker News

New in Calibre 6.0

calibre-ebook.com

61–70 of 225 posts

Re: New in Calibre 6.0

#61

Why do people like calibre?

I don't like it but it's the best we have. If there would be more lightweight, prettier alternative I'd use that but for now there really isn't an alternative and I'm grateful for the author to keep working on it.

Re: New in Calibre 6.0

#62

Why do people like calibre?

for the same reason I like Emacs. It's just about the only ebook tool that literally does everything. From being a good reader in itself, to conversion, to mailing books to my kindle etc.

Re: New in Calibre 6.0

#63
post #59

I pretty much have to use it for some things, but as sibling commenters have pointed out, there are some serious flaws with both it and its maintainer. I've mostly moved to using [Calibre Web]( https://github.com/janeczku/calibre-web ) which is a software intended as a companion, but I use it almost exclusively. It has a web interface, and you can deploy it using a container. The killer feature for me that Calibre it…

>as simple as uploading it to my hosted instance of calibre-web, and then next time I pick up my kobo it will automatically download it. Wow, sounds really nice, you got my attention! My stack to achieve the same result is a bit more complicated: I installed KOreader on my device, and it can read calibre's OPDS catalog feed. KOreader has some other niceties that I enjoy, mostly wallabag support. How do you trick the…

Yes it does, I use a reverse proxy with ssl and have CW on its own subdomain.

There's a plain text config file on the Kobo's memory and one of the config options is the store URL. CW generates you a new one tied to your local CW account in your instance and you replace the standard URL. You can do multi user stuff that way. You can also define a "shelf" and only books on that shelf will sync if you wish, handy if you have a large collection or a small memory Kobo.

The guide on setting up the Kobo sync feature is here: https://github.com/janeczku/calibre-web/wiki/Kobo-Integratio...

Re: New in Calibre 6.0

#64
post #27

Kovid Goyal, the developer of Calibre, is a very responsive, very gentle person. Whenever I needed help, I have gotten help from him. [1] - Calibre is an indispensable tool for me to manage my digital library with close to 800 books. I support him regularly. Consinder doing it as well if you appreciate the app. Go to https://calibre-ebook.com/ , there’s a support link on the top right. [1] This is the forum dedicated…

Quoted post unavailable.

Oh come on, that was one incident and he did fix the main issue. For a dude who does this in his spare time, he deserves a lot of credit.

Re: New in Calibre 6.0

#65

Calibre does its job so well it's downright essential for anyone thinking about dealing with ebooks. Glad to hear that full text search is added in this version, using it with a bunch of reference books saved will be so useful. It might be worth splitting out the fiction books I have to clean up the results. Maybe it works with tag filtering, I'll have to check.

What do you use it for besides just an application that indexes books and has a reader built into it:?

Re: New in Calibre 6.0

#66
post #37

Earlier quoted context omitted.

What’s there to manage? They are files. Read a book, copy a new book over, delete old book. A file manager does all that, and is simpler and easier.

Most (all commercially available?$ebook readers are not as simple as that. And a file manager doesn’t track which books of mine are synced and which are not. Calibre does. A file manager does not make it easy for me to correct the ebook’s metadata so it appears properly on the ebook reader. Calibre does. Calibre will also automatically download metadata for you from a variety of sources (with many options for the lev…

Calibre does a lot of course, but for your first point, Kobo exposes a folder when connected via USB, and you can drag plain epubs over which it will then load into its library with no additional software.

Re: New in Calibre 6.0

#67
post #52

Earlier quoted context omitted.

Most (all commercially available?$ebook readers are not as simple as that. And a file manager doesn’t track which books of mine are synced and which are not. Calibre does. A file manager does not make it easy for me to correct the ebook’s metadata so it appears properly on the ebook reader. Calibre does. Calibre will also automatically download metadata for you from a variety of sources (with many options for the lev…

So "it's job is not well defined". It's a webserver, file manager, sync client, transcoder/converter, RSS reader, metadata manager all in one. With all possible regards and respect to the author, I find calibre a terrible mess. It does a lot of things, none of which very well. And the one thing that I want it to do, it doesn't. Not reliable or not at all. I want it to give me access to the ebooks I buy online. This i…

You go write your scripts, maintain them, etc since you feel that's a superior option

We'll keep using Calibre

Re: New in Calibre 6.0

#68

Earlier quoted context omitted.

Quoted post unavailable.

Oh come on, that was one incident and he did fix the main issue. For a dude who does this in his spare time, he deserves a lot of credit.

I think he works full-time on his open source projects, but regardless I wouldn't fault him for that silly incident at all.

Re: New in Calibre 6.0

#69
post #59

I pretty much have to use it for some things, but as sibling commenters have pointed out, there are some serious flaws with both it and its maintainer. I've mostly moved to using [Calibre Web]( https://github.com/janeczku/calibre-web ) which is a software intended as a companion, but I use it almost exclusively. It has a web interface, and you can deploy it using a container. The killer feature for me that Calibre it…

>as simple as uploading it to my hosted instance of calibre-web, and then next time I pick up my kobo it will automatically download it. Wow, sounds really nice, you got my attention! My stack to achieve the same result is a bit more complicated: I installed KOreader on my device, and it can read calibre's OPDS catalog feed. KOreader has some other niceties that I enjoy, mostly wallabag support. How do you trick the…

> How do you trick the native kodo firmware?

You just change the API endpoint in some file in .kobo on the device.

> Does it work outside your home network?

If you expose calibre-web publicly, sure. In my experience it takes a bit of effort to do that right, but it's doable.

Its wiki is fairly good and usually answers all the questions I have: https://github.com/janeczku/calibre-web/wiki/Kobo-Integratio...

Re: New in Calibre 6.0

#70
post #47

Earlier quoted context omitted.

Yeah kitty is amazing. I've been meaning to donate as a thank you. It's made so many things possible. In fact, because of it's flexibility, today I wrote a vscode extension that can use some of kitty's remote control features so I can execute things in my terminal of choice straight from my editor of choice.

uh, that's interesting! what's the name of the extension?

https://github.com/kbd/binrun

I just wrote it today and still need to package it. I was tired of alt+tab + up arrow + enter constantly to execute builds etc. in my terminal. It calls out to a kitty wrapper script I wrote[1] that (eg) queries kitty for its running windows so that when I launch from vscode it can find the right kitty window for the vscode workspace and execute there...

Point is, Kovid Goyal is awesome and the extensibility he wrote into kitty makes all that possible. I didn't know he was also the author of Calibre for a long time.

[1] https://github.com/kbd/setup/blob/master/HOME/bin/kw

Post reply on HN