Quote:
Originally Posted by kovidgoyal
calibre does not compress files, it does not store all books in one file, it is perfectly possible to do differential backups with calibre's library (I do it all the time). You can change where calibre stores its books, in fact you can have multiple libraries at different locations. You can run calibre entirely off a USB key if you want to.
The OP really should ask about things before making assumptions and then complaining.
And I defy anyone to give me a single use case where having calibre support their pet folder structure is better.
|
Well, I can give you example why zipping HTML book is not good idea:
- I use one css file for multiple books in one folder
- My css file in the folder refers master css file (located in the top folder)
- in case I need to update HTML file, I need to manualy copy it out from ZIP, change it and manualy copy it back.
I understand that handling (I mean copying all related files) is easier this way, but since you are handling teh folder structure yourseft, you could handle file collection without zipping them either, right?