Quote:
Originally Posted by applegaa
Is there any way to have FanFicFare recover/continue after an application crash or power failure?
|
Not as a feature, no.
However, the FFF temp directory inside Calibre's temp dir may still be there.
On my win10, that's something like:
Code:
C:\Users\YourUser\AppData\Local\Temp\calibre-1n_7b9sq\fanficfare_kguhqfps
Note that the calibre-XXXX changes with every Calibre session and the fanficfare_XXXX part changes with every FFF download session.
The quickest way I know to find where Calibre writes its temp dirs to is to run Calibre in debug mode and a run a FFF download, then look at the log for
outfile. That won't give you the temp dir you want, but it should be in the same tree.
If you find the correct temp dir, and the download finished, the output epubs should be there named Title-Author-XXXX.epub. You can import them normally and do a FFF Update Metadata from web site if you to get (most) normal metadata processing.
Note that the temp dirs are deleted by Calibre and FFF when no longer needed on successful completion. And that one of the new features of Calibre 8 was "Ensure calibre temp files are deleted even on program crash". So this technique may not be feasible when just Calibre crashes.