View Single Post
Old 05-24-2019, 12:15 PM   #5
stumped
Wizard
stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.
 
Posts: 3,305
Karma: 10259306
Join Date: May 2016
Device: kobo forma, Kobo Libra, Huawei media Tab, fire HD10, PW3 HDX8.9,
Quote:
Originally Posted by ilovejedd View Post
Iirc, the original_* files were meant as a way to recover from bad conversions/mods. Hence, the assumption is the regular version is a bad copy so the original is always used.

What I do is create a selective mirror of the library using Robocopy.
Code:
robocopy "main lib" "epub convert lib" /if *.db *.json *.epub /xx /mir
Run the conversions on the target library, then copy the resulting files to the main library.
Code:
robocopy "epub convert lib" "main lib" /if *.mobi *.azw3 /xx /mir /maxage:1
Then just fix file sizes using Quality Check plugin.

Granted, this uses more storage but I've got sufficient space to spare and I can always buy more or bigger drives if needed.
that is a neat idea.
i don't do bulk conversions, so I am happy to sneakily move the original format out of calibre library , then put it back afterwards.
it only happens when I wand a conversion of something I have fine-tuned for reading in epub e.g. I want to take a copy with me on a kindle
For safety, I don't like to delete the original format until I have actually finished reading the book in question, just in case I discover a bug

Last edited by stumped; 05-24-2019 at 12:19 PM.
stumped is offline   Reply With Quote